summaryrefslogtreecommitdiff
path: root/src/mesa/main/atifragshader.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-20/+0
2012-09-15mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden1-4/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-8/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+0
2011-03-24mesa: minor whitespace fixesBrian Paul1-2/+2
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-12-23mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul1-0/+794