- Mar 30, 2010
-
-
Brice Goglin authored
-
Brice Goglin authored
-
- Mar 29, 2010
-
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
- Mar 28, 2010
-
-
Ian Romanick authored
-
Ian Romanick authored
Also set the correct release date.
-
- Mar 27, 2010
-
-
Brian Paul authored
-
Fixes fd.o bug 27340.
-
- Mar 26, 2010
-
-
Michel Dänzer authored
Was broken since the endianness fixes.
-
Michel Dänzer authored
This probably broke the swrast DRI driver when running X in depth 16.
-
- Mar 23, 2010
-
-
Brian Paul authored
-
Brian Paul authored
-
Ian Romanick authored
-
- Mar 21, 2010
-
-
Pauli Nieminen authored
Emit sizes prediction didn't account for render splitting in hwtnl path.
-
Pauli Nieminen authored
Flush in middle of rendering in KMS is not allowed because buffers are discarded in flush. Fixes crash when emiting split indices with RADEON_DEBUG=all.
-
Pauli Nieminen authored
Flush after transition would emit wrong state that could cause wrong state emited for pending rendering operation. Fixes wan once from extrement tuxracer that is using per vertex materials.
-
Pauli Nieminen authored
-
Pauli Nieminen authored
vbo_split_copy was passing one past the max_index to draw function which caused _tnl_draw_prims function to read uninitialized values from copied array. Bug was spoted in valgrind report of progs/tests/cva_huge.
-
- Mar 19, 2010
-
-
Michel Dänzer authored
This reverts commit 52d83efd. The fix it reverted should be fine with the two previous fixes.
-
Brian Paul authored
(cherry picked from commit 5d5c524c)
-
Brian Paul authored
Set the _NEW_BUFFERS flag and remove the code which updated the parent framebuffer size. Normal Mesa state validation will do that. Fixes issues with Warsow on r300g and possibly other bugs. (cherry picked from commit c472ce53)
-
Ian Romanick authored
The assertion is checking that the low-order bits of offset are not set. It does this by anding the inverted offset mask with the offset. This is clearly intended to be a bit-wise "invert". Fixes bug #25984. (cherry picked from commit 062a2088)
-
Ian Romanick authored
(cherry picked from commit 689e4b55)
-
- Mar 18, 2010
-
-
Ian Romanick authored
The assertion is checking that the low-order bits of offset are not set. It does this by anding the inverted offset mask with the offset. This is clearly intended to be a bit-wise "invert". Fixes bug #25984. (cherry picked from commit fda50783)
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
- Mar 13, 2010
-
-
Thomas Hellstrom authored
Due to a quantization error, different cliprects of scaled video windows may not have identical x / y scale. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
-
- Mar 16, 2010
-
-
Ian Romanick authored
-
From 247e121106e8d3e389f2e5a6edf13ea70ac18df7 Mon Sep 17 00:00:00 2001 These seem to be documented in <http://www.svgopen.org/2003/papers/RasterOperationsUsingFilterElements/index.html>.
-
- Mar 13, 2010
-
-
Jose Fonseca authored
Quake3 truncates the extension string, and GL_EXT_compiled_vertex_array wasn't being detected, making it very slow. This is a quick fix. The IMHO best way to address this in a more general fashion is to sort by year.
-
(cherry picked from commit f05a4ee6f2840590c90da4be2fe5c6295410a5af)
-
- Mar 12, 2010
-
-
Michel Dänzer authored
Allows compiz to work in depth 16. The DRI2 getBuffersWithFormat hook is only required for 16/32 bit depth buffers, for colour buffers the only requirement is that the format matches the drawable depth, which we can't check here.
-
- Mar 04, 2010
-
-
Brice Goglin authored
-
- Feb 24, 2010
-
-
Brice Goglin authored
-
Brice Goglin authored
-
Brice Goglin authored
-
Brian Paul authored
-
Brice Goglin authored
-
Brice Goglin authored
Conflicts: scons/crossmingw.py scons/gallium.py
-
Alex Deucher authored
-