summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_vs.c
AgeCommit message (Collapse)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
replace PIPE_FORMAT_U_L8_A8 with PIPE_FORMAT_U_A8_L8
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
Fix softpipe vertex attribute setup. Also, update vs constants when the projection matrix changes (fixes samples/prim.c)
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...