summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_vs.c
AgeCommit message (Expand)Author
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-25turn off shader debugkeithw
2007-09-24In here we actually do want to assign it. Fix compilation.Zack Rusin
2007-09-21Fix up some point size breakage. Start on fogcoord too.Brian
2007-09-21use VERT_ATTRIB_MAX for loop limitBrian
2007-09-21Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.Brian
2007-09-21rename index var from i to attr, use FRAG_ATTRIB_MAX instead of 16Brian
2007-09-21pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output...Brian
2007-09-21fix in/out typosBrian
2007-09-21Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to pr...Brian
2007-09-21fix 1/i typosBrian
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
2007-09-20remove lots of dead code related to program input/output mappingBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-09-20Always update st->state.vs, not just when the program is dirty.Brian
2007-09-20fix input/output typosBrian
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-19Only generate vertex shader code when necessary.Michel Dänzer
2007-09-19Finish up conversions of shaders to immutable objects.Zack Rusin
2007-09-18Checkpoint: rework shader input/output register mapping.Brian
2007-09-18Fix linux-dri-x86 target.Michel Dänzer
2007-09-18Convert shader to an immutable state object.Zack Rusin
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