aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-0/+36
|\
| * gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-041-0/+36
* | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2010-02-091-4/+13
* | st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul2010-02-051-1/+1
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* | st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri2010-01-291-3/+71
* | st/mesa: updated comments and whitespaceBrian Paul2010-01-181-1/+7
* | st/mesa: fix memory leak in st_translate_mesa_programMarcin Slusarz2010-01-181-4/+5
|/
* Merge remote branch 'origin/mesa_7_7_branch'José Fonseca2010-01-061-4/+17
|\
| * st/mesa: fix broken translation of negative register indexesBrian Paul2010-01-051-4/+16
| * st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()Brian Paul2010-01-051-0/+1
* | fix debug output mising from edgeflag changesRoland Scheidegger2009-12-181-7/+0
* | gallium: fix mesa to tgsi translation for edgeflagsRoland Scheidegger2009-12-181-1/+14
* | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-6/+4
* | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-9/+4
* | st/mesa: remove debug codeBrian Paul2009-12-071-1/+1
* | st/mesa: negate DDY to match GL semanticsBrian Paul2009-12-071-1/+20
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-021-1/+1
|\|
| * st/mesa: updated emit_swz() commentBrian Paul2009-12-011-1/+1
* | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul2009-11-301-0/+29
* | mesa/st: don't calculate unused output_flags data eitherKeith Whitwell2009-11-151-2/+1
* | mesa/st: don't calculate unused input_flags dataKeith Whitwell2009-11-151-1/+0
|/
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-2/+0
* gallium: remove noise opcodesKeith Whitwell2009-10-231-8/+15
* mesa/st: add missing mesa constant file nameKeith Whitwell2009-10-071-10/+11
* mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca2009-09-211-0/+11
* st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul2009-09-151-1/+1
* st/mesa: minor whitespace, comment clean-upsBrian Paul2009-09-141-21/+9
* mesa/st: remove dead commentKeith Whitwell2009-09-141-7/+0
* st/mesa: convert to new tgsi_ureg mechanism for shader emitKeith Whitwell2009-09-141-892/+582
* mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell2009-09-121-2/+0
* Merge branch 'new-frag-attribs'Brian Paul2009-08-121-21/+0
|\
| * mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-21/+0
* | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-6/+0
|/
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+5
* st/mesa: implement indirect addressing for destination registersBrian Paul2009-07-101-0/+5
* gallium: more fog extraction fixesZack Rusin2009-07-061-1/+8
* gallium: fix the front face semanticsZack Rusin2009-07-011-1/+22
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-12/+8
* gallium: remove use of origin_lower_leftBrian Paul2009-03-201-18/+161
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-1/+1
* gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul2009-02-201-9/+30
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane2009-02-171-9/+0
* Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin2009-02-101-1/+1
* gallium: assorted state tracker fixes for > 8 texture samplersBrian Paul2009-01-021-1/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-3/+9
|\
| * st: don't unilaterally ABS the argument to RSQKeith Whitwell2008-12-121-3/+9
| * gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul2008-09-261-1/+1