aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: get rid of unneeded ureg_writemask()Brian Paul2010-07-231-3/+2
* st/mesa: fix bug in emit_adjusted_wpos()Brian Paul2010-07-231-2/+5
* mesa: add comments and change Index2D to just Index2Zack Rusin2010-07-131-3/+3
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-9/+10
* mesa: add basic support for 2D register arrays to mesaZack Rusin2010-07-091-0/+8
* st/mesa: additional assertions in st_translate_mesa_program()Brian Paul2010-07-081-0/+5
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+18
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* st/mesa: fix indirect addressing of input/output regsBrian Paul2010-06-021-4/+9
* st/mesa: rename vars, added commentsBrian Paul2010-05-101-21/+55
* st/mesa: only set prevInstWrotePsiz if translating a vertex programBrian Paul2010-05-101-1/+1
* st/mesa: additional assertions in dst_register()Brian Paul2010-05-101-0/+10
* st/mesa: fix per-vertex point sizeMarek Olšák2010-05-051-1/+1
* st/mesa: new assertions to check array indexesBrian Paul2010-04-091-0/+3
* st/mesa: reformattingBrian Paul2010-04-051-5/+5
* st/mesa: put fragment wpos code into separate functionBrian Paul2010-04-051-46/+60
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* 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