| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-18 | mesa: fix some GLSL /= int operators | Brian Paul | |
| plus add a few more special constructors to improve code quality. | |||
| 2008-07-18 | mesa: fix set_program_uniform_matrix(): need to loop over matrix count | Brian Paul | |
| 2008-07-18 | intel-gem: Bump driver date | Ian Romanick | |
| Bump the driver date and insert the string "GEM". When running tests, this make it much easier to know that the right driver is being used. | |||
| 2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao | |
| 2008-07-17 | mesa: regenerated file | Brian Paul | |
| 2008-07-17 | mesa: fix/improve the atan(y,x) function | Brian Paul | |
| 2008-07-17 | mesa: regenerated file | Brian Paul | |
| 2008-07-17 | mesa: fix/improve the atan(y,x) function | Brian Paul | |
| 2008-07-17 | mesa: added checks for OpenBSD | Brad Smith | |
| 2008-07-17 | mesa: added checks for OpenBSD | Brad Smith | |
| 2008-07-16 | mesa: regenerated file | Brian Paul | |
| 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. | |||
