summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)Author
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu
2010-11-12tgsi: fill out CAPs for indirect addressingMarek Olšák
2010-11-04tgsi: remove unused functionBrian Paul
2010-11-04tgsi/build: Reduce interface clutter.Michal Krol
2010-11-04tgsi/exec: Get rid of obsolete condition codes.Michal Krol
2010-11-04tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol
2010-10-15tgsi: add scanner support for centroid inputsDave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-10-11tgsi: Export some names for some tgsi enums.José Fonseca
2010-09-27ureg: support centroid interpolationLuca Barbieri
2010-09-22tgsi: Fix missing test before checkJakob Bornecrantz
2010-09-20tgsi: Remove duplicate case value.Vinson Lee
2010-09-21tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz
2010-09-21tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca
2010-09-20tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_info.h.Vinson Lee
2010-08-27tgsi: Include missing header in tgsi_dump.h.Vinson Lee
2010-08-26tgsi: Include missing header in tgsi_sse2.h.Vinson Lee
2010-08-25tgsi: helper for dumping tokens as hexKeith Whitwell
2010-08-23tgsi: fix false CondStackTop==0 assertionBrian Paul
2010-08-15gallium: Make printing info on debug builds default offJakob Bornecrantz
2010-08-06gallium: remove stray semicolonsBrian Paul
2010-08-05tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz
2010-08-05tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz
2010-07-30tgsi: remove incorrect assertionBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz
2010-07-21tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul
2010-07-15tgsi: Remove dead assignment in uprcase function.Vinson Lee
2010-07-10tgsi: make sure that we print out the adjacency prims correctlyZack Rusin
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-15gs: make sure we end primitives when finishing executing shadersZack Rusin
2010-06-11tgsi: support 2d indirect addressingZack Rusin
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-06-07tgsi: null-terminate string in parse_identifierKeith Whitwell
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell
2010-06-03tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul
2010-06-03tgsi: whitespace cleanupBrian Paul
2010-06-01tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca
2010-06-01tgsi: Remove tgsi-instruction-set.txt.José Fonseca
2010-06-01tgsi: Determine which shader input channels are effectively.José Fonseca
2010-05-19tgsi: Implement OPCODE_DIV.Michal Krol
2010-05-14tgsi: add a dummy function to silence warningBrian Paul
2010-05-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul