gallium: free bitmap fragment shaders, misc clean-up
[mesa.git] / src / mesa / state_tracker / st_atom_shader.c
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-01-31 BrianFix problem in mapping vertex program outputs (found...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-12-19 Brianspecial-case PSIZE too
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-10-29 Briansimplify code which access the current vertex/fragment...
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-10-02 Brianassert that program length > 1 (some code, plus END)
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-29 Brianfix bug causing unnecessary translations
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-26 Briancheck for _NEW_PROGRAM mesa state (fixes arbfplight)
2007-09-25 Briansome clean-up of ST_NEW_ shader flags
2007-09-25 Brianvertex/fragment shader state and linking