summaryrefslogtreecommitdiff
path: root/src/mesa/shader/atifragshader.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-7/+7
2007-08-07fix swizzle error test (bug 11881)Brian1-2/+2
2006-11-29call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger1-0/+2
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul1-40/+68
2005-09-08fix incorrect swizzling handling. fix code so it can potentially handle imple...Roland Scheidegger1-13/+18
2005-09-08add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w...Roland Scheidegger1-0/+4
2005-09-05fix var declaration so that a C compiler can build it.Karl Schultz1-1/+2
2005-09-02add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...Roland Scheidegger1-60/+340
2005-01-30add number of passes count to ati_fragment_shaderDave Airlie1-1/+12
2005-01-20Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul1-0/+9
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-0/+419