- Apr 11, 2008
-
-
Brice Goglin authored
-
Brice Goglin authored
-
Brice Goglin authored
-
- Apr 05, 2008
-
-
Brian Paul authored
-
- Apr 02, 2008
-
-
Brian Paul authored
-
- Apr 01, 2008
-
-
Emma Anholt authored
Wine intentionally tries some out-of-spec programs to test strictness, and calling ProgramStringNotify on the results of a failed program parse resulted in crashes in the 965 driver. (cherry picked from commit 185320ae)
-
Roland Scheidegger authored
-
Brian Paul authored
-
- Mar 31, 2008
-
-
Brian Paul authored
-
Markus Amsler authored
-
Julien Cristau authored
-
Julien Cristau authored
Change libgl1-mesa-swx11-i686's pre-dependency on libgl1-mesa-swx11 to a regular versioned dependency, and add ${shlibs:Depends}. I'm not sure why this used Pre-Depends in the first place, I don't think that's needed.
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Haihao Xiang authored
commit da476ff0. (bug#14940)
-
- Mar 28, 2008
-
-
Brian Paul authored
-
- Mar 27, 2008
-
-
Alan Hourihane authored
-
- Mar 25, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Mar 22, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
- Mar 21, 2008
-
-
Brian Paul authored
In _mesa_Bitmap, can't early return if bitmap ptr is NULL, it may be an offset into a PBO. Similarly for _mesa_GetTexImage.
-
- Mar 19, 2008
-
-
Brian Paul authored
-
Alan Hourihane authored
to slip over the allocated memory for the vb. pull in sse fixes from gallium-0.1
-
- Mar 17, 2008
-
-
Markus Amsler authored
-
- Mar 14, 2008
-
-
Brian Paul authored
-
Brian Paul authored
IR_CLAMP is decomposed into OPCODE_MIN+OPCODE_MAX. Allocate a temporary register for the intermediate value so we don't inadvertantly use an output register (which are write-only on some GPUs).
-
- Mar 13, 2008
-
-
Roland Scheidegger authored
-
- Mar 10, 2008
-
-
Dan Nicholson authored
-
Jeremy Huddleston Sequoia authored
-
Dan Nicholson authored
The previous commits pulled in the generated files from master. This regenerates the files from the source on the 7.0 branch.
-
Jeremy Huddleston Sequoia authored
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config
-
Dan Nicholson authored
Instead of generating the glapi sources for the xserver and commiting them to the xserver tree, we can keep them in the mesa tree and change the xserver build to use the files from the mesa tree. This makes the xserver glx build more robust as it reduces the chances for mismatches of the glX API used in the xserver vs. in mesa. (cherry picked from commit 7688791f)
-
Dan Nicholson authored
The indirect_dispatch.h and indirect_table.c source files use gl_and_glX_API.xml in their generation rather than glX_API.xml, but it wasn't listed in their prerequisites. In turn, gl_and_glX_API.xml uses glX_API.xml, but this is already listed in $(COMMON_GLX). (cherry picked from commit 929b6d2e)
-
Dan Nicholson authored
Make use of the make automatic variables $@ (the target) and $< (first prerequisite) to clean up the commands for the glapi generation. This improves readability and guards against typos since words are repeated less frequently. (cherry picked from commit fc67d477)
-
Dan Nicholson authored
Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. (cherry picked from commit 817af9be)
-
Brian Paul authored
-