summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/atifragshader.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-20/+0
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-8/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+0
* mesa: minor whitespace fixesBrian Paul2011-03-241-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee2010-12-231-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-0/+794