Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-13 | i965: fix projtex_mask | Xiang, Haihao | |
projtex_mask is only an 8bit field, and wm.input_size_masks includes other attributes' information, therefore right shift is needed. | |||
2007-03-26 | merge of glsl-compiler-1 branch | Brian | |
2007-03-22 | fix for bug#10339 | Xiang, Haihao | |
StateFlags has been updated in _mesa_add_state_reference | |||
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian | |
Mostly: - update #includes - update STATE_* token code | |||
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | |
_mesa_add_named_constant() to indicate vector size (1, 2, 3 or 4). Always 4 for now... | |||
2006-10-05 | Quieten debug message. | Keith Whitwell | |
2006-09-20 | Support ARB_texture_rectangle. | Keith Whitwell | |
2006-09-20 | restore debug output after brw_wm_fp compilation stage | Keith Whitwell | |
2006-09-07 | Make sure bmBufferOffset is called for all active buffers every time | Keith Whitwell | |
we render. Currenly requires that some state be re-examined after every LOCK_HARDWARE(). | |||
2006-08-09 | Add Intel i965G/Q DRI driver. | Eric Anholt | |
This driver comes from Tungsten Graphics, with a few further modifications by Intel. |