- Jul 19, 2009
-
-
Brice Goglin authored
-
Brice Goglin authored
-
Brice Goglin authored
Conflicts: progs/tests/.gitignore progs/tests/Makefile progs/tests/SConscript progs/trivial/Makefile scons/dxsdk.py scons/gallium.py
-
- Jul 17, 2009
-
-
Brian Paul authored
-
Brian Paul authored
This is a follow-on to b799af91. Remove _func function suffix and unneeded #includes.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brice Goglin authored
-
Brian Paul authored
-
Brian Paul authored
-
- Jul 16, 2009
-
-
Jose Fonseca authored
-
Jose Fonseca authored
-
Jose Fonseca authored
So that messages are in sync with stderr.
-
Jose Fonseca authored
It was providing 1 too many for non power two values.
-
Jose Fonseca authored
-
Jose Fonseca authored
-
Jose Fonseca authored
-
- Jul 15, 2009
-
-
-
Brian Paul authored
I started looking into why _NEW_ARRAY punishes us, and while annotating dependencies noticed that a bunch of dependencies were missing. (cherry picked from master, commit e5f63c40)
-
Jose Fonseca authored
-
Jose Fonseca authored
More common. True fix would be to use whatever the screen supports though.
-
Keith Whitwell authored
-
Keith Whitwell authored
Move a chunk of code out of _mesa_error()
-
Keith Whitwell authored
Remove early and unused snprintf and where[] string.
-
Keith Whitwell authored
Buggy apps can generate thousands of mesa_error calls. Don't need to keep calling getenv to retreive the same MESA_DEBUG string each time.
-
- Jul 14, 2009
-
-
Brian Paul authored
The texture object's border color used to be stored as GLchan but it's been GLfloat for a while now.
-
-
-
-
Brian Paul authored
-
Jose Fonseca authored
See also: - http://bugs.python.org/issue6476 - http://scons.tigris.org/issues/show_bug.cgi?id=2449
-
Jose Fonseca authored
-
- Jul 13, 2009
-
-
-
Ian Romanick authored
-
- Jul 11, 2009
-
-
Zack Rusin authored
otherwise we decrement indexes for all registers
-
- Jul 10, 2009
-
-
Brian Paul authored
-
Brian Paul authored
Same story as in the tgsi_dump.c code (see prev commit).
-
Brian Paul authored
Fixes TGSI dump output when front/back-face register is declared. Also, add some assertions to make sure the semantic/interpolate string arrays have as many elements as there are tokens in the p_shader_tokens.h file. That should catch problems like this in the future.
-
Brian Paul authored
-