| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-16 | mesa: fix temp re-use bug in emit_arith() | Brian Paul | |
| 2008-07-16 | mesa: fix copy&paste errors in degrees() functions | Brian Paul | |
| 2008-07-16 | mesa: fix temp re-use bug in emit_arith() | Brian Paul | |
| 2008-07-16 | mesa: regenerated files | Brian Paul | |
| 2008-07-16 | mesa: fix copy&paste errors in degrees() functions | Brian Paul | |
| 2008-07-16 | mesa: implement grammar/parsing for precision/invariant syntax | Brian Paul | |
| Plus, fix some issues with pre-defined preprocessor symbols and version checking. | |||
| 2008-07-16 | mesa: Silence compiler warnings on Windows. | Michal Krol | |
| 2008-07-16 | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick | |
| Enable support for ARB_texture_env_crossbar in the master extension list instead of in every single device-specific list. | |||
| 2008-07-16 | Remove redundant initalization of MaxTextureUnits | Ian Romanick | |
| 2008-07-16 | mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove ↵ | Brian Paul | |
| GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE Issues found by Bob Ellison. | |||
| 2008-07-16 | mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove ↵ | Brian Paul | |
| GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE Issues found by Bob Ellison. | |||
| 2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
| 2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
| 2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
| 2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
| 2008-07-15 | mesa: check for __INTERIX to typedef uintptr_t | Blair Sadewitz | |
| 2008-07-15 | mesa: extra braces | Blair Sadewitz | |
| 2008-07-15 | mesa: regenerated file | Brian Paul | |
| 2008-07-15 | mesa: add missing IR_LOG2 case | Brian Paul | |
| 2008-07-15 | mesa: fix some broken /= operators | Brian Paul | |
| 2008-07-15 | mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors | Brian Paul | |
| 2008-07-15 | mesa: fix storage size computation in emit_arith() | Brian Paul | |
| 2008-07-15 | mesa: add missing IR_LOG2 case | Brian Paul | |
| 2008-07-15 | mesa: regenerated file | Brian Paul | |
| 2008-07-15 | mesa: fix some broken /= operators | Brian Paul | |
| 2008-07-15 | mesa: regenerated file | Brian Paul | |
| 2008-07-15 | mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors | Brian Paul | |
| 2008-07-15 | mesa: fix storage size computation in emit_arith() | Brian Paul | |
| 2008-07-15 | intel-gem: Disable spantmp sse/mmx functions when tile swizzling. | Eric Anholt | |
| Those functions rely on being able to treat the GET_PTR returned value as an array indexed by x, but that's not the case for our tiling. Bug #16387 | |||
| 2008-07-15 | mesa: fix some function inlining bugs | Brian Paul | |
| Need to add local vars of original function to the new scope's variable list (though the DECLs were already present). In slang_operation_copy() call slang_replace_scope() for SLANG_OPER_BLOCK_NEW_SCOPE opers. | |||
| 2008-07-15 | mesa: improved printing | Brian Paul | |
| 2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol | |
| 2008-07-15 | st: Silence compiler warnings on Windows. | Michal Krol | |
| 2008-07-15 | mesa: Silence compiler warnings on Windows. | Michal Krol | |
| 2008-07-14 | mesa: assemble main() after all other functions | Brian Paul | |
| Before, main() had to come after any functions it called. | |||
| 2008-07-14 | mesa: comments about vectors vs components | Brian Paul | |
| 2008-07-14 | mesa: assemble main() after all other functions | Brian Paul | |
| Before, main() had to come after any functions it called. | |||
| 2008-07-14 | i915: fix build after previous commit. | Eric Anholt | |
| 2008-07-14 | mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled | Brian Paul | |
| In glStencilFunc/Op/Mask() set both the front and back-face state, unless GL_EXT_stencil_two_side is enabled. Before, we only set the front+back state if GL_ATI_separate_stencil was enabled. Ultimately, we probably should remove GL_EXT_stencil_two_side since it's incompatible with GL 2.x. | |||
| 2008-07-14 | mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled | Brian Paul | |
| In glStencilFunc/Op/Mask() set both the front and back-face state, unless GL_EXT_stencil_two_side is enabled. Before, we only set the front+back state if GL_ATI_separate_stencil was enabled. Ultimately, we probably should remove GL_EXT_stencil_two_side since it's incompatible with GL 2.x. | |||
| 2008-07-14 | mesa: also check for __NetBSD__ | Blair Sadewitz | |
| 2008-07-14 | mesa: also check for __NetBSD__ | Blair Sadewitz | |
| 2008-07-14 | mesa: check for null shader->Source | Brian Paul | |
| 2008-07-14 | radeon: SetTexOffset support | Chris Rankin | |
| This patch is a straightforward duplication of the R200 SetTexOffset code, except that there is no big-endian tx_table[] array. | |||
| 2008-07-14 | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | |
| 2008-07-14 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
| 2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca | |
| You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface. | |||
| 2008-07-12 | r300_fragprog: Use nqssa+dce and program_pair for emit | Nicolai Haehnle | |
| Share almost all code with r500_fragprog now. This also fixes Piglit's texrect-many test, which means that the compiz bicubic plugin should work with hardware acceleration now. | |||
| 2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | |
| This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library. | |||
| 2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
| Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
