- 24 Apr, 2010 27 commits
-
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
José Fonseca authored
Fixes glean glsl1 test: texture2D(), with bias.
-
José Fonseca authored
va_list is a mutable iterator. When passed to a function it will likely point to somewhere else. This fixes segmentation fault in glean vertProg1 on Ubuntu 9.10.
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
lp_setup_flush has effect immediately.
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
Fixes piglit provoking-vertex.
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
Otherwise drivers that bake the full blend state in a key end up having uninitialized memory in their key. Courtesy of valgrind.
-
Jakob Bornecrantz authored
-
José Fonseca authored
Fixes fdo 27823.
-
José Fonseca authored
As the argument in general might not be a constant.
-
Dave Airlie authored
allows the swrastg_dri.so to be built with llvmpipe, also links llvm to all dri drivers use --enable-gallium-llvm to use it. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
This silences Coverity assign_where_compare_meant warnings.
-
Brian Paul authored
Something is wrong with the images strides when compressing/decompressing images...
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- 23 Apr, 2010 13 commits
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
José Fonseca authored
Based on Stephen Johnson's feedback.
-
Brian Paul authored
Try to specify render target bindings flags first. If that fails, try again with just sampler view binding. Note that we try to create the texture resource with render target binding flags later when we allocate the texture. Then, in FBO validation, we check if we can actually render to the textures. If that fails, we generate GL_FRAMEBUFFER_UNSUPPORTED_EXT. Changes suggested by Jose.
-
Brian Paul authored
-
Brian Paul authored
Plus, update comments and formatting.
-