summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)Author
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz
2011-03-04tgsi: Disable SSE2 code generation.José Fonseca
2011-03-03tgsi: Update assert.José Fonseca
2011-03-02tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin
2011-02-25gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse
2011-01-26tgsi: add cases for array texturesBrian Paul
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2010-12-30tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-11tgsi: fix rbug compile errorMarek Olšák
2010-12-08tgsi/ppc: add case for system values and assertBrian Paul
2010-12-08tgsi/sse: add support for system valuesBrian Paul
2010-12-08tgsi: new tgsi_shader_info fields for system valuesBrian Paul
2010-12-08tgsi: add support for system values to TGSI interpreterBrian Paul
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