Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Include mfeatures.h in program.c. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
| | | | | Include mfeatures.h for feature tests. | ||||
* | mesa: replace #defines with new gl_shader_type enum | Brian Paul | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | mesa: _mesa_valid_register_index() to validate register indexes | Brian Paul | 2010-11-23 | 1 | -0/+97 |
| | |||||
* | mesa: silence enum comparison warning | Brian Paul | 2010-10-25 | 1 | -1/+1 |
| | | | | http://bugs.freedesktop.org/show_bug.cgi?id=31069 | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -15/+15 |
| | |||||
* | mesa: don't smash the stack in _mesa_find_used_registers | Luca Barbieri | 2010-09-05 | 1 | -2/+6 |
| | | | | | | At some point this actually triggered, not sure if it still does. Give a meaningful assert and refuse to smash the stack anyway. | ||||
* | mesa: additional program limit assertions | Brian Paul | 2010-08-10 | 1 | -1/+9 |
| | |||||
* | mesa: added gl_program::IndirectRegisterFiles field | Brian Paul | 2010-07-30 | 1 | -0/+1 |
| | | | | | | | | 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: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -2/+52 |
| | | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | ||||
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -0/+913 |