summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/atifragshader.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-7/+7
* fix swizzle error test (bug 11881)Brian2008-05-141-2/+2
* call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger2006-11-291-0/+2
* No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul2005-11-191-40/+68
* fix incorrect swizzling handling. fix code so it can potentially handle imple...Roland Scheidegger2005-09-081-13/+18
* add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w...Roland Scheidegger2005-09-081-0/+4
* fix var declaration so that a C compiler can build it.Karl Schultz2005-09-051-1/+2
* add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...Roland Scheidegger2005-09-021-60/+340
* add number of passes count to ati_fragment_shaderDave Airlie2005-01-301-1/+12
* Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul2005-01-201-0/+9
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+419