summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* mesa_to_tgsi: remove remnants of flow control and subroutine supportMarek Olšák2016-10-191-92/+1
* mesa_to_tgsi: drop support for instructions that can't occur hereMarek Olšák2016-10-191-72/+0
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLEIan Romanick2016-05-101-8/+0
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-071-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-8/+8
* st/mesa: replace _mesa_sysval_to_semantic table with functionBrian Paul2016-04-111-1/+1
* st/mesa: emit sampler view declarations for ARB vert/frag programsBrian Paul2016-03-211-0/+22
* st/mesa: clean up st_translate_texture_target()Brian Paul2016-03-181-25/+44
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-3/+0
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-3/+0
* program: Remove RelAddr2 support.Matt Turner2016-03-011-9/+0
* st/mesa: add support for POSITION and FACE system valuesMarek Olšák2016-01-081-7/+16
* tgsi/ureg: remove index parameter from ureg_DECL_system_valueMarek Olšák2016-01-081-3/+5
* st/mesa: remove dead code from mesa_to_tgsiMarek Olšák2016-01-081-51/+0
* st/mesa: remove old emulation for VS and FS variantsMarek Olšák2015-10-091-45/+5
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-051-1/+1
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-051-4/+3
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-1/+1
* state_tracker: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-7/+7
* st/mesa: inline st_free_tokensMarek Olšák2015-02-241-11/+0
* st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colorsMarek Olšák2015-01-191-2/+2
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-161-4/+8
* mesa/st: Only one copy of mesa_sysval_to_semanticIan Romanick2014-08-071-9/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* st/mesa: simplify writemask for emitting fog resultBrian Paul2013-11-221-1/+1
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-211-0/+7
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-4/+1
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-4/+1
* st/mesa: fix comment typoBrian Paul2013-09-301-1/+1
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-2/+4
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+3
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák2013-04-241-6/+0
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-2/+10
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-0/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* st/mesa: add texture buffer object support to state tracker (v1.1)Dave Airlie2012-12-081-0/+1
* 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