aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_fragshader.c
Commit message (Collapse)AuthorAgeFilesLines
* radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt2014-04-301-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 insteadKristian Høgsberg2010-10-131-4/+4
|
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
|
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-1/+1
|
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+1
|
* Fix-up #includes to remove some -I options.Brian2007-09-111-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 Scheidegger2006-11-211-16/+21
| | | | #9110).
* casting, type changes to silence warningsBrian Paul2006-11-021-3/+3
|
* update some varsBrian Paul2005-11-191-5/+5
|
* add complete support for ATI_fragment_shader for the r200. Most of the new ↵Roland Scheidegger2005-09-121-0/+543
code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me