summaryrefslogtreecommitdiff
path: root/src/mesa/shader/atifragshader.h
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10mesa: include mtypes.hBrian Paul1-0/+2
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul1-0/+9
program->Id and program->RefCount fields were used and ATI fragment shaders didn't have too much in common with ARB/NV vertex/fragment programs anyway.
2005-09-12remove unnecessary Swizzle parameter from struct (forgotten when the code ↵Roland Scheidegger1-1/+0
was refactored)
2005-09-02add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with ↵Roland Scheidegger1-1/+9
scope of ati fragment shader constants. Fix issues with specifying color/alpha instructions not pair-wise. Change internal representation of the shader (to better fit how the extension works, should make driver implementations simpler, and saves some memory). (still doesn't work correctly with doom3 and swrast, but not worse than before)
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-0/+105
no error detection, slow, may not be 100% correct but a good start