- May 20, 2010
-
-
Julien Cristau authored
-
Julien Cristau authored
-
-
Julien Cristau authored
Prompted by Ubuntu which changed the latter to i686, breaking their packages on i386.
-
- May 04, 2010
-
-
Jose Fonseca authored
In the lack of more fine grained capabilities in Gallium, assume that if the pipe driver supports GLSL then native limits match Mesa software limits. (cherry picked from commit 40a90cd11234a09c2477f5c9984dd6d9fac3f52c)
-
- Apr 23, 2010
-
-
Ian Romanick authored
__glXInitializeVisualConfigFromTags doesn't skip the payload of unrecognized tags. Instead, it treats the value as if it were the next tag, which can happen if the server's GLX extension is not Mesa's. For example, this falls down when NVIDIA sends a GLX_FLOAT_COMPONENTS_NV = 0 pair, causing __glXInitializeVisualConfigFromTags to bail out early. Signed-off-by:
Aaron Plattner <aplattner@nvidia.com> Signed-off-by:
Ian Romanick <ian.d.romanick@intel.com>
-
- Apr 22, 2010
-
-
Although these cards have 2 pipelines on the silicon only the first passed the QA and the other should be disabled. http://www.digital-daily.com/video/ati-radeon9800se/ http://www.rojakpot.com/showarticle.aspx?artno=101&pgno=1 Signed-off-by:
Tormod Volden <debian.tormod@gmail.com>
-
Alex Deucher authored
RV3xx is 2, RV560,RV570 is 8 Noticed by Tormod Volden.
-
- Apr 19, 2010
-
-
Brian Paul authored
Fixes fd.o bug 27715 (cherry picked from commit c060265b)
-
- Apr 10, 2010
-
-
Alex Deucher authored
-
- Apr 09, 2010
-
-
Maciej Cencora authored
Fixes #27521, broken menus in UT2004 and broken water refraction in Sauerbraten.
-
Brian Paul authored
We were looping over instructions but only looking at the 0th instruction's opcode. Fixes fd.o bug 27566. (cherry picked from commit b22a00bf)
-
- Apr 02, 2010
-
- Apr 01, 2010
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@freedesktop.org>
-
- Mar 30, 2010
-
-
Brice Goglin authored
-
Brice Goglin authored
-
- Mar 29, 2010
-
-
Brian Paul authored
-
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)
-