fix in/out typos
[mesa.git] / src / mesa / pipe / tgsi / mesa / mesa_to_tgsi.c
2007-09-21 BrianPass vertex program input semantics into tgsi_mesa_comp...
2007-09-20 BrianClean-up the TGSI_SEMANTIC tokens, introduce semantic...
2007-09-20 Brianremove old/used code
2007-09-20 Brianremove lots of dead code related to program input/outpu...
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 BrianFix some issues with perspective-corrected interpolation.
2007-08-25 BrianFix fragment program color output mapping (0=depth...
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-24 BrianVertex shader outputs are now tightly packed into the...
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 Briandefine new TGSI_ATTRIB_ tokens for program inputs/outpu...
2007-08-23 BrianFor the time being, interpolate Z in shade_quad() rathe...
2007-08-16 michalCosmetic changes.
2007-08-16 michalCopy fragment z if the fragment shader does not write...
2007-08-15 michalAdd UsageMask to DECLARATION in TGSI.
2007-08-15 michalAdd declaration_semantic token to TGSI.
2007-08-15 michalDeclare fragment shader output registers.
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-07 michalNaive implementation of IF/ELSE/ENDIF.
2007-08-07 michalHandle labels for IF/ELSE correctly
2007-08-07 michalEnable compact TGSI dump.
2007-08-07 michalLabels are always label targets.
2007-08-06 michalTranslate the remaining ops.
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 michalTranslate MESA GLSL opcodes to TGSI opcodes.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 Brianimplement DDX, DDY instructions
2007-07-24 Brianadded PROGRAM_NAMED_PARAM in map_register_file()
2007-07-24 Brianadded PROGRAM_UNIFORM to map_register_file()
2007-07-24 Briancomments
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalFix function names.
2007-07-06 michalIndent.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 michalSoftpipe: import TGSI tree. Not hooked-up yet.