summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: Include missing header in tgsi_parse.h.Vinson Lee2010-08-271-0/+1
* tgsi: Include missing header in tgsi_info.h.Vinson Lee2010-08-271-0/+1
* tgsi: Include missing header in tgsi_dump.h.Vinson Lee2010-08-271-0/+1
* tgsi: Include missing header in tgsi_sse2.h.Vinson Lee2010-08-261-1/+4
* tgsi: helper for dumping tokens as hexKeith Whitwell2010-08-252-13/+25
* tgsi: fix false CondStackTop==0 assertionBrian Paul2010-08-231-0/+5
* gallium: Make printing info on debug builds default offJakob Bornecrantz2010-08-152-2/+2
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
* tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-052-1/+15
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0