summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-292-7/+56
* tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz2010-07-221-1/+1
* tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul2010-07-212-0/+19
* tgsi: Remove dead assignment in uprcase function.Vinson Lee2010-07-151-1/+1
* tgsi: make sure that we print out the adjacency prims correctlyZack Rusin2010-07-101-1/+5
* gallium: add a temporary array register fileZack Rusin2010-06-189-131/+324
* gallium: add a new register file - immediate arrayZack Rusin2010-06-188-59/+227
* gs: make sure we end primitives when finishing executing shadersZack Rusin2010-06-151-0/+16
* tgsi: support 2d indirect addressingZack Rusin2010-06-115-18/+86
* geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin2010-06-091-1/+1
* tgsi: null-terminate string in parse_identifierKeith Whitwell2010-06-071-0/+1
* tgsi: reject interpolation and semantics on vs inputsKeith Whitwell2010-06-071-2/+6
* tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul2010-06-031-6/+10
* tgsi: whitespace cleanupBrian Paul2010-06-031-14/+2
* tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2010-06-012-16/+0
* tgsi: Remove tgsi-instruction-set.txt.José Fonseca2010-06-011-1127/+0
* tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-014-7/+177
* tgsi: Implement OPCODE_DIV.Michal Krol2010-05-191-1/+1
* tgsi: add a dummy function to silence warningBrian Paul2010-05-141-0/+8
* tgsi: also count instructions in tgsi_scan_shader()Brian Paul2010-05-122-4/+4
* softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2010-05-121-4/+5
* mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2010-05-112-0/+10
* tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul2010-05-071-4/+11
* tgsi: make SSE ADD instruction SOA-safeBrian Paul2010-05-061-5/+13
* tgsi: code refactoringBrian Paul2010-05-061-16/+34
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-062-0/+18
* tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul2010-05-061-1/+20