summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_vs.c
AgeCommit message (Expand)Author
2007-09-17Fix linux-dri-x86 build.Michel Dänzer
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-08-25checkpoint in constant tracking reworkKeith Whitwell
2007-08-25remove unneeded dirty flagkeithw
2007-08-24Add support for more surface types in sp_surface.cBrian
2007-08-24Hook-up SSE2 to VS.michal
2007-08-24fix a tracking of changed lighting stateBrian
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23track more vertex-related state changesBrian
2007-08-23Vertex shader outputs are now tightly packed into the output slots.Brian
2007-08-22Rework of shader constant buffers.Brian
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