Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon: Drop the remaining driver usage of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 1 | -12/+12 |
| | | | | | | | | This is kind of ugly, but I think it's worth it to finish off the last consumers of _ReallyEnabled. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | mesa: move atifragshader.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | radeon/r200: start splitting out commonalities into separate headers | Dave Airlie | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Fix-up #includes to remove some -I options. | Brian | 2007-09-11 | 1 | -5/+5 |
| | | | | eg: #include "shader/program.h" and remove -I$(TOP)/src/mesa/program | ||||
* | fix segfault with ATI_fs when trying to use a not enabled texture unit (bug ↵ | Roland Scheidegger | 2006-11-21 | 1 | -16/+21 |
| | | | | #9110). | ||||
* | casting, type changes to silence warnings | Brian Paul | 2006-11-02 | 1 | -3/+3 |
| | |||||
* | update some vars | Brian Paul | 2005-11-19 | 1 | -5/+5 |
| | |||||
* | add complete support for ATI_fragment_shader for the r200. Most of the new ↵ | Roland Scheidegger | 2005-09-12 | 1 | -0/+543 |
code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me |