- Aug 27, 2008
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
- Aug 26, 2008
-
-
Brian Paul authored
The GLSL 1.2 features are minor...
-
-
Timo Jyrinki authored
-
- Aug 25, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
Includes: 1. Fixes failed asserting about bad swizzles in src reg emit. 2. Tracks uniform var usage. 3. Emit exp() in terms of EXP2 instruction.
-
- Aug 24, 2008
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Dave Airlie authored
This reverts commit 53675e5c. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c
-
- Aug 21, 2008
-
-
Krzysztof Czurylo authored
Fix incorrect backface culling for OGL tunnel in wireframe and point mode.
-
Krzysztof Czurylo authored
Basically, the application enables client vertex and color arrays, renders something, then disables color array, and renders something else (using vertex array only). Even though the color array is disabled (and the pointer is no longer valid), the driver still tries to read color data from this array (which results in an exception). This is because enabling/disabling array does not trigger _ae_update_state() and the list of enabled arrays is not updated. _ae_update_state() it's called on the first state validation only (as all the "dirty" flags are set at the beginning). Any further change to client arrays' state has no effect.
-
Krzysztof Czurylo authored
Patch is correctly applied this time.
-
Ian Romanick authored
-
Emma Anholt authored
Otherwise, we would ping-pong objects to GTT and back as we did pwrite on indices (flushed and mapped to GTT) and mapped for vertices (moved back to CPU domain). Fixes bug #17180.
-
Emma Anholt authored
Caught by texturing/gen-teximage test in piglit.
-
If we copy the area before reporting the damage in this area, the server may restore buffered data over the new data, leading to artefacts on the screen. Reproducable with two cursors (second of which is SW rendered) and moving windows around in compiz. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16384 .
-
Emma Anholt authored
Previously, the updated images would be ignored because the miptree in the image matched the miptree in the object, even though Mesa core had just attached updated contents in ->Data. Additionally, Mesa core could have tried to free inside our miptree if it had already been validated. Fixes bug #17077.
-
- Aug 20, 2008
-
-
Brian Paul authored
-
-
-
-
-
Mark Anderson authored
-
Brian Paul authored
-
(cherry picked from commit 9bc9e0ec which was lost in a merge)
-
should fix fd.o 14441 (cherry-picked from commit d4244683 which was lost in a merge)
-
Haihao Xiang authored
-
- Aug 19, 2008
-
-
Corbin Simpson authored
Is there some kind of git hook we could use to keep me from committing after like 10PM or so?
-
Corbin Simpson authored
-
- Aug 18, 2008
-
-
Corbin Simpson authored
This uses fog HW instead of fragment programs. If it breaks you, let me know!
-
-
Brian Paul authored
Also, move GL_TEXTURE_RECTANGLE init code into separate function.
-
Corbin Simpson authored
Signed-off-by:
Corbin Simpson <MostAwesomeDude@gmail.com>
-
- Aug 16, 2008
-
-
Brian Paul authored
-
-
Julien Cristau authored
Conflicts: progs/fp/Makefile progs/slang/Makefile progs/tools/trace/gltrace_support.cc progs/trivial/Makefile
-