summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_vs.c
AgeCommit message (Collapse)Author
2007-08-22Rework of shader constant buffers.Brian
They're now totally independent of the actual shaders. Also, implemented in terms of pipe_buffer_handles/objects.
2007-08-18added tnl state atomBrian
2007-08-17added outputs_written field to pipe_shader_stateBrian
2007-08-16Move VS code from st_atom_fs.c to st_atom_vs.c.michal
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
Not sure the generated program looks correct though...