- 14 Jun, 2011 20 commits
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit e903cc17)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit c6cf82fb)
-
Jeremy Huddleston Sequoia authored
When GLX_INDIRECT_RENDERING is defined, some symbols are used in libglapi.a but are not defined. Define them through the help of glapitemp.h. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by:
Chia-I Wu <olvaffe@gmail.com> (cherry picked from commit 0e8d045b)
-
Jeremy Huddleston Sequoia authored
Everything should be resolved through glapi. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit cebdffaa)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 22c320aa) (cherry picked from commit 6ea70600)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit e5d241dd)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit d563009c)
-
Jeremy Huddleston Sequoia authored
See https://bugs.freedesktop.org/show_bug.cgi?id=29162 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> This commit squashes three cherry-picks: (cherry picked from commit 5d35343d) (cherry picked from commit 7c5f37c0) (cherry picked from commit 2ee5272e)
-
Jeremy Huddleston Sequoia authored
This reverts portions of 68499161 that caused the darwin config to fail to build due to missing implementations in that commit. See https://bugs.freedesktop.org/show_bug.cgi?id=29162 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 1885cf27)
-
Jeremy Huddleston Sequoia authored
Remove a redundant ifndef GLX_USE_APPLEGL Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 3843bbcb)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 8593bb32)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: ab434f6b and c356f586 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 7cdf9695)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: c356f586 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 279e4717)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: 6ddf66e9 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit b7f0ed84)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: c491e585 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 488d6c73)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: c356f586 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 22613d16)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: 6ddf66e9 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit bb621cb6)
-
Jeremy Huddleston Sequoia authored
Fixes regression introduced by: 65d98e25 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 4c9bab78)
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit 8e89d0be)
-
- 25 May, 2011 1 commit
-
-
Kenneth Graunke authored
GLSL 1.30 states clearly that only float and int are allowed, while the GLSL ES specification's issues section states that sampler types may take precision qualifiers. Fixes compilation failures in 3DMarkMobileES 2.0 and GLBenchmark 2.0, as well as a regression in the Meego Tablet UX. (cherry-picked from 45e8e6c6)
-
- 12 May, 2011 1 commit
-
-
GetVertexAttrib*{,ARB} is no longer aliased to the NV calls. This fixes tracing yofrankie with apitrace, given it requires accurate results from GetVertexAttribiv*. NOTE: This is a candidate for the stable branches.
-
- 16 Apr, 2011 1 commit
-
-
Tom Stellard authored
ADD instructions with constant swizzles can't be converted to presubtract operations. (cherry picked from commit 0fa81d6d)
-
- 05 Apr, 2011 1 commit
-
-
Tom Stellard authored
(cherry picked from commit d8361400)
-
- 04 Apr, 2011 2 commits
-
-
Marek Olšák authored
Piglit tests: - glsl-fs-shadow2d-01 - glsl-fs-shadow2d-02 - glsl-fs-shadow2d-03 - fs-shadow2d-red-01 - fs-shadow2d-red-02 - fs-shadow2d-red-03 NOTE: This is a candidate for the stable branches. (cherry picked from commit 0d96ae8f)
-
Marek Olšák authored
NOTE: This is a candidate for the stable branches. (cherry picked from commit 26797608)
-
- 03 Apr, 2011 1 commit
-
-
Marek Olšák authored
NOTE: This is a candidate for the stable branches. (cherry picked from commit f814dd7a) Conflicts: src/gallium/drivers/r300/r300_screen.c
-
- 01 Apr, 2011 1 commit
-
-
Tom Stellard authored
Registers that are used inside of loops need to be considered live starting with the first instruction of the outermost loop. https://bugs.freedesktop.org/show_bug.cgi?id=34370 (cherry picked from commit 18dcbd35 ) Reviewed-by:
Eric Anholt <eric@anholt.net>
-
- 30 Mar, 2011 1 commit
-
-
Marek Olšák authored
-
- 29 Mar, 2011 1 commit
-
-
Specifically, this ensures things like the front buffer actually exist. This fixes piglt fbo/fbo-sys-blit and fd.o bug 35483. Signed-off-by:
Henri Verbeet <hverbeet@gmail.com> (cherry picked from commit 5d7c27f5)
-
- 24 Mar, 2011 1 commit
-
-
Marek Olšák authored
Piglit: - fbo-alphatest-nocolor NOTE: This is a candidate for the stable branches. (cherry picked from commit 226ae9d6)
-
- 23 Mar, 2011 1 commit
-
-
Jose Fonseca authored
glGet(GL_NORMAL_ARRAY) giving potentially wrong results. Most of glGet(GL_XXX_ARRAY_BUFFER_BINDING) giving totally bogus results.
-
- 22 Mar, 2011 1 commit
-
-
Jose Fonseca authored
-
- 12 Mar, 2011 7 commits
-
-
Marek Olšák authored
If two buffers had the same stride where one buffer is a user one and the other is a vbo, it was considered to be one interleaved buffer, resulting in incorrect rendering and crashes. This patch makes sure that the interleaved buffer is either user or vbo, not both. (cherry picked from commit 695cdee6)
-
Marek Olšák authored
(cherry picked from commit ff8baec5)
-
Marek Olšák authored
(cherry picked from commit 4dfcf3c4)
-
Marek Olšák authored
This fixes: https://bugs.freedesktop.org/show_bug.cgi?id=31159 NOTE: This is a candidate for the 7.9 and 7.10 branches. (cherry picked from commit eb1acd16)
-
Marek Olšák authored
The docs say it can be set for direct texture lookups, but even that causes problems. This fixes the wireframe bug: https://bugs.freedesktop.org/show_bug.cgi?id=32688 NOTE: This is a candidate for the 7.9 and 7.10 branches. (cherry picked from commit 6da4866f)
-
Marek Olšák authored
This fixes piglit: - glsl-fs-texture2d-dependent-4 NOTE: This is a candidate for the 7.9 and 7.10 branches. (cherry picked from commit 1e97b4dd)
-
Marek Olšák authored
NOTE: This is a candidate for the 7.9 and 7.10 branches. (cherry picked from commit 589d835d)
-