aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_atifragshader.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus span mask in s_atifragshader.c leading to trouble when the pixel wa...Roland Scheidegger2006-03-031-2/+3
* No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul2005-11-191-10/+2
* Rework the texture filtering functions a bit.Brian Paul2005-09-161-3/+3
* Update includes post-splitting of s_texture.cBrian Paul2005-09-151-1/+1
* fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI A...Roland Scheidegger2005-09-091-5/+9
* 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