Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-11 | Fix-up #includes to remove some -I options. | Brian | |
eg: #include "shader/program.h" and remove -I$(TOP)/src/mesa/program | |||
2006-11-21 | fix segfault with ATI_fs when trying to use a not enabled texture unit (bug ↵ | Roland Scheidegger | |
#9110). | |||
2006-11-02 | casting, type changes to silence warnings | Brian Paul | |
2005-11-19 | update some vars | Brian Paul | |
2005-09-12 | add complete support for ATI_fragment_shader for the r200. Most of the new ↵ | Roland Scheidegger | |
code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me |