- 31 Mar, 2010 11 commits
-
-
Vinson Lee authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
And make _mesa_copy_string() non-static.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- 30 Mar, 2010 22 commits
-
-
Ian Romanick authored
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
All these pointers are in the __DRIcontext struct, which we point to.
-
Kristian Høgsberg authored
With DRI2, x and y are always zero and fb->Height is always up to date with the drawable height.
-
Corbin Simpson authored
Fixes progs/glsl/deriv.
-
Zack Rusin authored
the condition can't be false, declerations are ok even if we don't emit any.
-
George Sapountzis authored
-
Michel Dänzer authored
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver).
-
Michel Dänzer authored
Apparently the higher compiler optimization level in non-debug builds was eliminating the unused functions referencing the unresolved DRI2 symbols...
-
Chia-I Wu authored
Free the returned configs upon errors.
-
Chia-I Wu authored
Remove mfeatures_es1.h and mfeatures_es2.h. Build the overlay with either FEATURE_ES1 or FEATURE_ES2 defined.
-
Chia-I Wu authored
Add features tested in the code but missing from mfeatures.h. This also fixes some tests of features. They should be tested with "#if", not "#ifdef".
-
Chia-I Wu authored
Add FEATURE_GL, FEATURE_ES1, and FEATURE_ES2 for OpenGL, OpenGL ES 1.x, and OpenGL ES 2.x respectively. Define individual features through the new umbrella features. There is no real change introduced by this commit.
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Corbin Simpson authored
Doesn't hurt, and reduces code duplication.
-
Chia-I Wu authored
There are X visuals that Gallium or the code does not support. We could not assert the color format to be supported. Return PIPE_FORMAT_NONE in such cases and let the caller handle it.
-
Brian Paul authored
-
- 29 Mar, 2010 7 commits
-
-
Chris Li authored
-
Chris Li authored
-
Vinson Lee authored
fsraytrace and vsraytrace were crashing on Mac OS X 10.6.3 in the Apple GLSL compiler function TPPStreamCompiler::assignOperands. Removing some const qualifers made the crashes go away.
-
Vinson Lee authored
Fixes MSVC build.
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
-