summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_shader.c
AgeCommit message (Expand)Author
2007-10-29simplify code which access the current vertex/fragment shadersBrian
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-03Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAMZack Rusin
2007-10-02assert that program length > 1 (some code, plus END)Brian
2007-10-01fix a few vert/frag program items to get i915 driver going againBrian
2007-09-28fix bug causing unnecessary translationsBrian
2007-09-28Instead of linked program pairs, keep a list of vertex programs translated fo...Brian
2007-09-26check for _NEW_PROGRAM mesa state (fixes arbfplight)Brian
2007-09-25some clean-up of ST_NEW_ shader flagsBrian
2007-09-25vertex/fragment shader state and linkingBrian