aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+2
* mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke2012-11-071-4/+0
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2012-10-221-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2012-10-221-8/+2
* st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]Kenneth Graunke2012-10-161-13/+4
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-3/+0
* st/mesa: remove OPCODE_BRA switch caseBrian Paul2012-10-151-2/+0
* Revert "st/mesa: remove unused variables to fix compile warnings"Brian Paul2012-10-081-0/+2
* st/mesa: remove unused variables to fix compile warningsMarek Olšák2012-10-091-1/+0
* mesa: s/FREE/free/Brian Paul2012-09-011-4/+4
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-08-311-1/+1
* st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee2012-08-021-1/+1
* mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.José Fonseca2012-07-131-0/+19
* st/mesa: kill off point size clamping in vertex shadersMarek Olšák2012-01-311-49/+0
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-5/+30
* st/mesa: rename translate_texture_target, and make translate_opcode static.Dave Airlie2012-01-111-3/+3
* glsl_to_tgsi: add support for shadow cube map sampling.Dave Airlie2012-01-111-0/+1
* st/mesa: fix system value to semantic mappingChristoph Bumiller2011-11-141-0/+1
* st/mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* st/mesa: convert shadow array samplers to TGSIMarek Olšák2011-09-101-0/+2
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-0/+1
* glsl_to_tgsi: silence compiler warningBryan Cain2011-08-011-1/+1
* st/mesa: Add a GLSL IR to TGSI translator.Bryan Cain2011-08-011-2/+2
* 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