aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_atifragshader.h
Commit message (Collapse)AuthorAgeFilesLines
* swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee2010-12-241-1/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee2010-08-071-1/+2
| | | | | | | | | s_atifragshader.h Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_atifragshader.c Include s_context.h for SWcontext symbol.
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-1/+1
|
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+37
no error detection, slow, may not be 100% correct but a good start