Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-16 | python: Silent debug output. | José Fonseca | |
2008-07-16 | gallium: Add pf_is_compressed utility function. | José Fonseca | |
2008-07-16 | softpipe: DXT formats not really supported. | José Fonseca | |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | |
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla. | |||
2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | |
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla. | |||
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 | gallium: added some sanity check assertions | Brian Paul | |
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 | glx: Update my e-mail address. :) | Ian Romanick | |
2008-07-15 | glx: Trivial clean-ups to __glXSetArrayEnable | Ian Romanick | |
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-15 | python: Cleanup. | José Fonseca | |
2008-07-15 | python: Request/respect the texture & buffer usage flags in the examples. | José Fonseca | |
2008-07-15 | python: Get object ownership done correctly. | José Fonseca | |
2008-07-15 | python: Don't use python cflags as they conflict with existing flags. | José Fonseca | |
2008-07-15 | python: Allow hardware support. | José Fonseca | |
2008-07-15 | python: Move the python scons code to a separate tool module. | José Fonseca | |
2008-07-15 | python: Get it to build on windows too. | José Fonseca | |
2008-07-15 | tgsi: Numerical label before an instruction is optional. | Michal Krol | |
2008-07-14 | tgsi: fix bug in execution of loops inside of conditionals. | Brian Paul | |
Fixes infinite loop bug. | |||
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 | egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr ↵ | Brian Paul | |
crashes in MakeCurrent | |||
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 | fix gltrace (bug 16691) | Guillaume Melquiond | |
2008-07-14 | glu: only export public symbols | Julien Cristau | |
2008-07-14 | mklib: don't version symbols when using --exports | Julien Cristau | |
Use the default version instead of one based on the library SONAME in the version script created by --exports. |