Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Silence warning | Jakob Bornecrantz | 2012-01-10 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Jakob Bornecrantz <[email protected]> Reviewed-by Brian Paul <[email protected]> Reviewed-by Ian Romanick <[email protected]> | ||||
* | nvprogram: Silence "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | mesa: added gl_program::IndirectRegisterFiles field | Brian Paul | 2010-07-30 | 1 | -0/+5 |
| | | | | | | | | Now drivers, etc. can know which register files are accessed with indirect addressing. Before we just checked gl_program::NumAddressRegs but didn't know if that was the constant buffer, temp regs, or what. The only user of this new field so far will be the gallium state tracker. | ||||
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -0/+1454 |