summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_atifragshader.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to ...Roland Scheidegger2005-09-071-6/+4
* ATI_fragment_shader fixes: fix bug in passTexCoord (caused by recent changes)...Roland Scheidegger2005-09-021-32/+33
* add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...Roland Scheidegger2005-09-021-35/+31
* fix a few warningsBrian Paul2005-01-171-1/+2
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+624