added PSIZE
[mesa.git] / src / mesa / pipe / tgsi /
2007-09-21 Brianadded PSIZE
2007-09-21 BrianFix up some point size breakage. Start on fogcoord...
2007-09-21 Brianremove debug printfs
2007-09-21 Brianremove SEMANTIC_TEXCOORD
2007-09-21 BrianGet rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM...
2007-09-21 Brianminor renaming
2007-09-21 Brianpass vs output semantics to tgsi_mesa_compile_vp_progra...
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 Brianobsolete
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
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-29 michalAdd p_compiler.h.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-29 michalBreak GL dependencies.
2007-08-25 BrianFix fragment program color output mapping (0=depth...
2007-08-24 michalHook-up SSE2 to VS.
2007-08-24 michalIndent. Remove GL dependencies. Simplify. Add rtasm...
2007-08-24 michalAdd tgsi_sse2.
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-24 Keith WhitwellRename tgsi "core" directory
2007-08-24 BrianVertex shader outputs are now tightly packed into the...
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianTGSI_ATTRIB_ tokens
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-22 michalFirst pass on tgsi deco.
2007-08-22 michalInclude headers.
2007-08-22 michalNew file.
2007-08-22 michalNew file.
2007-08-22 Briancomments
2007-08-16 michalCosmetic changes.
2007-08-16 Briandisable Z value scaling - it's done in sp_quad_depth_test.c
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-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 BrianImplement texture cache with multiple, direct-mapped...
2007-08-14 BrianImplement remaining mipmap modes for 2D textures.
2007-08-14 Briantgsi_sampler->get_samples() now operates on a quad...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-10 michalAdd SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.
2007-08-10 michalSupport predicates.
2007-08-09 michalUpdate opcode list.
2007-08-09 michalFurther opcode list reorg.
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-09 michalDeclare missing opcode aliases. Declare SGN opcode.
2007-08-08 Brianinitial lod/mipmap texture supported
2007-08-08 michalAdd D3D9 opcodes up to ps_2_x and vs_2_x.
2007-08-08 Brianvery simple texture cache implementation
2007-08-08 Brianrewrite texture sampling code (smaller, simpler)
2007-08-08 Brianclean up tgsi_sampler-related bits
2007-08-07 michalNaive implementation of IF/ELSE/ENDIF.
2007-08-07 Briancheckpoint new tgsi_sampler_state struct
2007-08-07 michalHandle labels for IF/ELSE correctly
2007-08-07 michalEnable compact TGSI dump.
2007-08-07 michalDump tokens in more compact form.
2007-08-07 michalLabels are always label targets.
2007-08-06 michalAdd GLSL opcodes.
2007-08-06 michalAdd GLSL ops.
2007-08-06 michalMake SGE, SGT, SLE working.
2007-08-06 michalRemove garbage text.
2007-08-06 michalReorder opcodes.
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-08-06 michalAdd GLSL 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-25 Brianpatch things up enough to allow texture sampling to...
2007-07-24 Brianuse consistent indentation
2007-07-24 Briancheck return value of tgsi_parse_init()
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-24 Brianadded missing OPCODE_ARL to TGSI_OPCODES[], added sanit...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-23 michalExecute fs tokens.
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
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.