aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* mesa,st/mesa: fix WPOS adjustmentChristoph Bumiller2011-05-031-39/+71
* gallium/st: place value check before value is useJerome Glisse2011-02-251-1/+1
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-251-0/+2
* st/mesa: add comments in emit_wpos()Brian Paul2011-01-251-0/+12
* st/mesa: fix incorrect fragcoord.x translationBrian Paul2011-01-251-4/+6
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+27
|\
| * st/mesa: translate shader system inputsBrian Paul2010-12-081-0/+27
* | mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák2010-12-031-15/+28
|/
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie2010-10-131-0/+7
* st/mesa: Include missing header in st_mesa_to_tgsi.c.Vinson Lee2010-08-281-1/+2
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-311-2/+2
* st/mesa: better handling of indirect addressing of temp/const register filesBrian Paul2010-07-301-4/+24
* 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