- Mar 28, 2010
-
-
Ian Romanick authored
-
Ian Romanick authored
-
Ian Romanick authored
Also set the correct release date.
-
Ian Romanick authored
(cherry picked from commit 0c88e340)
-
Ian Romanick authored
Also set the correct release date. (cherry picked from commit 663642b4)
-
- Mar 27, 2010
-
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
This was missed in commit f7cbaae1. (cherry picked from commit 02ee7c29)
-
Brian Paul authored
(cherry picked from commit 535742d7)
-
Brian Paul authored
Fixes fd.o bug 27340. (cherry picked from commit 8fe3b3f6)
-
- Mar 26, 2010
-
-
Michel Dänzer authored
Was broken since the endianness fixes. (cherry picked from commit 4cf14fa8)
-
Michel Dänzer authored
This probably broke the swrast DRI driver when running X in depth 16. (cherry picked from commit 6ec259eb)
-
Emma Anholt authored
Fixes piglit fbo-readdrawpix. (cherry picked from commit 5782b2a9)
-
Emma Anholt authored
fixes piglit fbo-copypix. (cherry picked from commit a589da14)
-
Emma Anholt authored
Bug #26966: 945 miptree pitch disagreement with libdrm. (cherry picked from commit da011faf)
-
Emma Anholt authored
(cherry picked from commit 32f143b4)
-
Emma Anholt authored
If a non-zero src_y was used, this would break piglit depth-level-clamp. (cherry picked from commit e1e48ea1)
-
- Mar 25, 2010
-
-
Thomas Fogal authored
-
Brian Paul authored
If a GL function is called w/out a current rendering context, this stub gets called. It should return 0 so that non-void-valued functions return 0/NULL instead of a random number.
-
Vinson Lee authored
-
- Mar 24, 2010
-
-
Maciej Cencora authored
Spotted by Pauli Nieminen
-
Maciej Cencora authored
R300_PVS_MAX_CONST_ADDR field holds highest const addr, not const count. Fixes missing models and others rendering errors for vertex program using 256 params.
-
Maciej Cencora authored
UMS will probably require some kernel work
-
Maciej Cencora authored
It may happen that the vertex attribute we were going to stuff the wpos/fog attrs in was already written by vertex program. In such cases we need to remove instruction accessing these attributes, so they don't overwrite the wpos/fog related instructions. This fixes non-textured models in many wine games.
-
Maciej Cencora authored
r300: clean fog_attr/wpos_attr if code accessing these attributes has been removed FP during compilation
-
- Mar 23, 2010
-
-
Emma Anholt authored
We're still abusing the flags by putting them where our driver stores ctx->NewState changes. Making them into more restricted state change flags would be a project for later. Fixes a failure where calling intel_draw_buffer() too often would trip up Mesa assertions about when Mesa state could get changed, when it hadn't. Bug #27034.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
We had fast paths for PIPE_FUNC_LESS and LEQUAL before. To satisfy OpenGL invariance rules, all depth compare modes should produce the same fragment Z values. Fixes progs/demos/singlebuffer.c
-
Brian Paul authored
This is a back-port of commit ef2664da from master.
-
Chia-I Wu authored
Add the Makefile of Gallium EGL drivers and demos using EGL to the tarballs.
-
Kristian Høgsberg authored
This can happen when an X window is destroyed behind our back. We use DRI2CopyRegion behind the scenes in many places (like flushing the fake front to the real front) so we have to ignore X errors triggered in that case. The glean test cases trigger this consistently as they don't destroy the GLX drawable nicely, they just destroy the X window.
-
Ian Romanick authored
-
- Mar 22, 2010
-
-
Kristian Høgsberg authored
Fixes #27213.
-
Karl Schultz Schultz authored
Add quotes around filespec in post-build event to allow paths with embedded spaces.
-
Brian Paul authored
-
Pauli Nieminen authored
-
Vinson Lee authored
-
Vinson Lee authored
stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X.
-
- Mar 21, 2010
-
-
Pauli Nieminen authored
Emit sizes prediction didn't account for render splitting in hwtnl path.
-