- 07 Dec, 2007 5 commits
-
-
Dan Nicholson authored
The standard autoconf initialization macros require that config.guess, config.sub and install-sh exist. The config.* scripts are from gnulib HEAD, and the install-sh script is from automake HEAD.
-
Dan Nicholson authored
Most of the programs list their dependencies on the Mesa libraries in their Makefiles. This works with the default configuration where APP_LIB_DEPS only lists external libraries. This changes the linux-osmesa configs and the osdemos Makefile to follow that convention. Some cleanup of the Makefile is also added to refer to the GL libraries through the existing variables rather than hardcoding their names.
-
Dan Nicholson authored
Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions.
-
Haihao Xiang authored
-
Haihao Xiang authored
-
- 06 Dec, 2007 4 commits
-
-
Michel Dänzer authored
-
George Nassas authored
This increases the reference count for the driver binary, preventing it from getting unloaded prematurely in driDestroyDisplay. See https://bugs.freedesktop.org/show_bug.cgi?id=13541 .
-
Eric Anholt authored
I had forgotten part of brw_state_cache.c that made this fix not relevant for master (last_addr comparison and flagging based on cache id). This reverts commit a4642f3d.
-
Eric Anholt authored
Otherwise, choosing a new program wouldn't necessarily update the state, and and an old program could be executed, leading to various sorts of pretty pictures or hangs.
-
- 05 Dec, 2007 3 commits
-
-
Brian authored
On big-endian, storing in _mesa_texformat_argb8888 format produced wrong res Also, clean-up nearby code to match. picked from gallium-0.1 branch
-
Haihao Xiang authored
by another window.
-
Brian authored
This demo produces the expected results again.
-
- 04 Dec, 2007 4 commits
-
-
Brian authored
-
Brian authored
-
Brian authored
-
Michel Dänzer authored
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10132 . Also remove comment about SONAME, as SONAME only applies to shared libraries.
-
- 03 Dec, 2007 6 commits
-
-
Eric Anholt authored
Reduces diff to branch which has a relocation in this state emit.
-
Brian authored
-
Dan Nicholson authored
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
-
Brian authored
-
Brian authored
-
Michel Dänzer authored
-
- 01 Dec, 2007 5 commits
-
-
Eric Anholt authored
-
Eric Anholt authored
-
Eric Anholt authored
-
Eric Anholt authored
The uint64_t flags (as defined by drm.h) were being used as unsigned ints in many places.
-
Eric Anholt authored
-
- 30 Nov, 2007 7 commits
-
-
Brian authored
-
Brian authored
-
Brian authored
-
joukj authored
-
-
Haihao Xiang authored
it should be handled in fb_write.
-
Haihao Xiang authored
Pixel Mask Copy is modified as the pixel shader thread turns off pixels based on kill instructions.
-
- 29 Nov, 2007 4 commits
-
-
Eric Anholt authored
-
Brian authored
-
Brian authored
-
Brian authored
-
- 28 Nov, 2007 2 commits
-
-
Michel Dänzer authored
See https://bugs.freedesktop.org/show_bug.cgi?id=13324 . Also use tx_table_be for VALID_FORMAT, in case r200SetTexImages ever gets called for MESA_FORMAT_RGB888.
-
Haihao Xiang authored
It makes quake4-demo works well on 965.
-