aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-042-1/+14
|\
| * tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain2011-08-011-1/+12
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-212-10/+31
|\ \
| * | tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-212-10/+31
| |/
* / tgsi: add some debug/print code in exec_tex(), disabledBrian Paul2011-07-061-0/+11
|/
* tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
* tgsi/ureg: bump the limit of immediatesMarek Olšák2011-05-301-1/+1
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz2011-03-131-1/+1
* tgsi: Disable SSE2 code generation.José Fonseca2011-03-041-3/+20
* tgsi: Update assert.José Fonseca2011-03-031-1/+1
* tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin2011-03-022-6/+45
* gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse2011-02-251-14/+14
* tgsi: add cases for array texturesBrian Paul2011-01-261-0/+2
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-253-2/+39
* gallium: implement modern sampling schemeZack Rusin2011-01-2412-33/+607
* Merge branch 'draw-instanced'Brian Paul2011-01-156-8/+99
|\
| * tgsi/ppc: add case for system values and assertBrian Paul2010-12-081-1/+3
| * tgsi/sse: add support for system valuesBrian Paul2010-12-081-3/+51
| * tgsi: new tgsi_shader_info fields for system valuesBrian Paul2010-12-082-1/+22
| * tgsi: add support for system values to TGSI interpreterBrian Paul2010-12-082-3/+23
* | tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák2011-01-063-56/+33
* | tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee2010-12-301-2/+4
* | tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee2010-12-301-2/+4
* | tgsi_dump: fix assert due to missing property name.Dave Airlie2010-12-281-1/+2
* | tgsi_text: just parse as an integer (value is a boolean).Dave Airlie2010-12-241-1/+0
* | gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-243-2/+23
* | tgsi: fix rbug compile errorMarek Olšák2010-12-111-1/+2
|/
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+2
* tgsi: Add STENCIL to text parser.Chia-I Wu2010-11-211-1/+2
* tgsi: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+5
* tgsi: remove unused functionBrian Paul2010-11-041-11/+0
* tgsi/build: Reduce interface clutter.Michal Krol2010-11-042-541/+367
* tgsi/exec: Get rid of obsolete condition codes.Michal Krol2010-11-042-33/+4
* tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol2010-11-041-378/+413
* tgsi: add scanner support for centroid inputsDave Airlie2010-10-152-0/+2
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-133-4/+8
* tgsi: Export some names for some tgsi enums.José Fonseca2010-10-112-23/+35
* ureg: support centroid interpolationLuca Barbieri2010-09-272-9/+31
* tgsi: Fix missing test before checkJakob Bornecrantz2010-09-221-1/+2
* tgsi: Remove duplicate case value.Vinson Lee2010-09-201-1/+0
* tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz2010-09-211-17/+39
* tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca2010-09-211-2/+4
* tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri2010-09-201-0/+4
* tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul2010-09-161-6/+9
* tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul2010-09-151-5/+6
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+30