| Age | Commit message (Expand) | Author |
| 2007-10-01 | don't crash in RasterPos if feedback not implemented yet | Brian |
| 2007-10-01 | disable debug printf | Brian |
| 2007-10-01 | don't crash when fog enabled, still not rendered correctly though | Brian |
| 2007-10-01 | remove specular color assertion (the path works) | Brian |
| 2007-10-01 | fix a few vert/frag program items to get i915 driver going again | Brian |
| 2007-09-30 | fragment shader function call fix, gl_FragCoord fix | Zou Nan hai |
| 2007-09-29 | fix VBO-split infinite loop (bug 12164) | Brian |
| 2007-09-29 | Initial conditional execution support for loops and BRK instruction. | Brian |
| 2007-09-29 | r200: Implement SetTexOffset hook. | Chris Rankin |
| 2007-09-29 | remove unused tgsi_exec_cond_* types | Brian |
| 2007-09-29 | support continue, fix conditional | Zou Nan hai |
| 2007-09-28 | Initial implementation of IF/ELSE/ENDIF using conditional masking. | Brian |
| 2007-09-28 | fix bug causing unnecessary translations | Brian |
| 2007-09-28 | add support for LDFLAGS env var | Dan Nicholson |
| 2007-09-28 | remove old debug code, fix warning | Brian |
| 2007-09-28 | fix st_use_program() | Brian |
| 2007-09-28 | Remove test for EXT_blend_logic_op in glGetString when determining GL version. | Brian |
| 2007-09-28 | Instead of linked program pairs, keep a list of vertex programs translated fo... | Brian |
| 2007-09-28 | Use texture->first_level, not 0, when not mipmapping. | Brian |
| 2007-09-28 | Go back to using old drm_i915_flip_t field name | Jesse Barnes |
| 2007-09-28 | Use sse only if GALLIUM_SSE is defined | Zack Rusin |
| 2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
| 2007-09-28 | Remove gl dependency from the x86 assembler code | Zack Rusin |
| 2007-09-28 | Revert "Redoing the way we handle vertex shaders for the draw module." | Zack Rusin |
| 2007-09-28 | Revert "Use sse only if GALLIUM_SSE is defined" | Zack Rusin |
| 2007-09-28 | Use sse only if GALLIUM_SSE is defined | Zack Rusin |
| 2007-09-28 | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin |
| 2007-09-28 | fix | Zou Nan hai |
| 2007-09-28 | support nested function call in pixel shader | Zou Nan hai |
| 2007-09-27 | set miptree pitch to region pitch after allocating the region in st_miptree_c... | Brian |
| 2007-09-27 | comments | Brian |
| 2007-09-27 | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915. | Eric Anholt |
| 2007-09-27 | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt |
| 2007-09-27 | WIP 965 conversion to dri_bufmgr. | Eric Anholt |
| 2007-09-27 | [965] Remove AUB file support. | Eric Anholt |
| 2007-09-27 | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian |
| 2007-09-27 | tweak point rast to fix conform failure | Brian |
| 2007-09-27 | remove dead code | keithw |
| 2007-09-27 | reduced debug | keithw |
| 2007-09-27 | handle INT op, still require high level handle of integer to be correct | Zou Nan hai |
| 2007-09-27 | i965: handle all unfilled mode in clip stage. fix bug #12453 | Xiang, Haihao |
| 2007-09-27 | mesa: make sure the gotten value isn't greater than the | Xiang, Haihao |
| 2007-09-27 | fix issue when only fragment shader or vertex shader is used | Zou Nan hai |
| 2007-09-27 | Fix some compiler warnings with -pedantic | Keith Whitwell |
| 2007-09-27 | Enable codegen based whenever __i386__ is defined. | Keith Whitwell |
| 2007-09-27 | fix merge | keithw |
| 2007-09-27 | disable debug | Keith Whitwell |
| 2007-09-27 | restore primitive trimming in sp_draw_arrays.c | keithw |
| 2007-09-27 | Make flushing more lazy in the draw module. | Keith Whitwell |
| 2007-09-27 | Use Gallium in the renderer string | keithw |