Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-17 | progs/util: remove extfuncs.h (we use GLEW instead) | Brian Paul | |
2009-07-17 | progs/glsl: finish conversion to GLEW | Brian Paul | |
This is a follow-on to b799af91d5ffbee1481161fec29eb4c92b161272. Remove _func function suffix and unneeded #includes. | |||
2009-07-17 | mesa: set version to 7.5 | Brian Paul | |
2009-07-17 | mesa: set version to 7.5 | Brian Paul | |
2009-07-17 | docs: set date for 7.5 release | Brian Paul | |
2009-07-17 | docs: news entry for 7.5 release | Brian Paul | |
2009-07-17 | docs: update links to Gallium wiki page on freedesktop.org | Brian Paul | |
2009-07-16 | python/retrace: Process the call no passed to --to option inclusively. | José Fonseca | |
2009-07-16 | python/retrace: Dump the surface copy contents. | José Fonseca | |
2009-07-16 | python/retrace: Flush stdout before calling the pipe driver. | José Fonseca | |
So that messages are in sync with stderr. | |||
2009-07-16 | mesa: Fix logbase2. | José Fonseca | |
It was providing 1 too many for non power two values. | |||
2009-07-16 | python: Hack to prevent segmentation faults when python exits. | José Fonseca | |
2009-07-16 | wgl: Expose pipe_screen/pipe_context via an extension. | José Fonseca | |
2009-07-16 | python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. | José Fonseca | |
2009-07-15 | softpipe: limit blend results to [0,1] | Luca Barbieri | |
2009-07-15 | Fix state flag dependencies for fixed function fragment program updates. | Brian Paul | |
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 e5f63c403b767f9974e8eb5d412c012b8a69287f) | |||
2009-07-15 | python/retrace: Interpret surface_copy. | José Fonseca | |
2009-07-15 | python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM. | José Fonseca | |
More common. True fix would be to use whatever the screen supports though. | |||
2009-07-15 | mesa: recognize and eliminate repeated error messages | Keith Whitwell | |
2009-07-15 | mesa: split out errorstring switch from _mesa_error | Keith Whitwell | |
Move a chunk of code out of _mesa_error() | |||
2009-07-15 | mesa: remove dead code in _mesa_error | Keith Whitwell | |
Remove early and unused snprintf and where[] string. | |||
2009-07-15 | mesa: don't call getenv every time _mesa_error is called | Keith Whitwell | |
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. | |||
2009-07-14 | mesa: fix texture border color code for glPopAttrib() | Brian Paul | |
The texture object's border color used to be stored as GLchan but it's been GLfloat for a while now. | |||
2009-07-14 | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-14 | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | |
2009-07-14 | mesa: regenerated enums.c file | Brian Paul | |
2009-07-14 | scons: Monkey patch os.spawnve on Windows to become thread safe. | José Fonseca | |
See also: - http://bugs.python.org/issue6476 - http://scons.tigris.org/issues/show_bug.cgi?id=2449 | |||
2009-07-14 | mesa: Report the true face number when flushing. | José Fonseca | |
2009-07-13 | r128: fix two-sided lighting segfault seen in GLUT's olight demo | Peteri Andras | |
2009-07-12 | intel: Bump driver data, add RC3 tag | Ian Romanick | |
2009-07-11 | gallium: compare the actual register, not all the inputs | Zack Rusin | |
otherwise we decrement indexes for all registers | |||
2009-07-10 | tgsi: update some assertions | Brian Paul | |
2009-07-10 | tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE | Brian Paul | |
Same story as in the tgsi_dump.c code (see prev commit). | |||
2009-07-10 | tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE | Brian Paul | |
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. | |||
2009-07-10 | st/mesa: implement indirect addressing for destination registers | Brian Paul | |
2009-07-10 | tgis: implement indirect addressing for destination registers | Brian Paul | |
Includes the TGSI interpreter, but not the SSE/PPC/etc code generators. | |||
2009-07-10 | vbo: fix vbo/dlist memory leak | Brian Paul | |
Based on a patch by kristof.ralovich@gmail.com | |||
2009-07-10 | demos: set 4th component of texcoord to 1.0 | Brian Paul | |
Avoid potential randomness in resulting texcoords. | |||
2009-07-10 | Remove stale reference to non-Gallium nouveau driver from configure.ac. | Michel Dänzer | |
2009-07-09 | mesa: From float type modifier from values to large for singles | Ian Romanick | |
The values 2147483648.0 and 4294967294.0 are too larget to be stored in single precision floats. Forcing these to be singles causes bits to be lost, which results in errors in some pixel transfer tests. This fixes bug #22344. (cherry picked from commit 70e72070fce6aa1e0918dcc62c1949465cee69f7) | |||
2009-07-09 | docs: document gl_TextureMatrix[i][j] array indexing bug fix | Brian Paul | |
2009-07-09 | glsl: do const parameter optimization for array element actual parameters | Brian Paul | |
When a function parameter is const-qualified we can avoid making a copy of the actual parameter (we basically do a search/replace when inlining). This is now done for array element params too, resulting in better code (fewer MOV instructions). We should allow some other types of function arguments here but let's be conservative for the moment. | |||
2009-07-09 | glsl: fix incorrect indexing for gl_TextureMatrix[i][j] | Brian Paul | |
The two indexes were mixed up when accessing a row of a matrix in an array of matrices. | |||
2009-07-08 | docs: document glMaterial/glShadeModel display list optimization | Brian Paul | |
2009-07-07 | mesa: only use fallback texture when using shaders, not fixed-function (take ↵ | Brian Paul | |
two) The semantics are a little different for shaders vs. fixed-function when trying to use an incomplete texture. The fallback texture returning (0,0,0,1) should only be used with shaders. For fixed function, the texture unit is truly disabled/ignored. Fixes glean fbo test regression. (cherry picked from commit 01e16befd4809e3e93ee7855a4a5d7df9fe010d9) (cherry picked from commit 51325f44d1e7e62b47795a79f8038d10dc5bc30b) [anholt: squashed these two together from master, skipping the mess in between] | |||
2009-07-07 | gallium: fixup register indexes for fog/frontface/point coord | Zack Rusin | |
2009-07-07 | gallium: Fixes for clobbering stencil values in combined depth/stencil textures. | Michel Dänzer | |
Also fix one case where a 32 bit depth value was incorrectly converted to a combined depth/stencil value. | |||
2009-07-07 | GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. | Michel Dänzer | |
Such visuals are subject to automatic compositing in the X server, so DRI1 can't render to them properly. | |||
2009-07-07 | gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer. | Michel Dänzer | |
Fixes potential crash when SwapBuffers is called but there's no back buffer. |