Age | Commit message (Expand) | Author |
2011-02-25 | gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue | Jerome Glisse |
2011-01-26 | tgsi: add cases for array textures | Brian Paul |
2011-01-25 | tgsi: add support for 1D/2D texture arrays | Brian Paul |
2011-01-24 | gallium: implement modern sampling scheme | Zack Rusin |
2011-01-15 | Merge branch 'draw-instanced' | Brian Paul |
2011-01-06 | tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump | Marek Olšák |
2010-12-30 | tgsi: Clean up header file inclusion in tgsi_text.h. | Vinson Lee |
2010-12-30 | tgsi: Clean up header file inclusion in tgsi_sanity.h. | Vinson Lee |
2010-12-28 | tgsi_dump: fix assert due to missing property name. | Dave Airlie |
2010-12-24 | tgsi_text: just parse as an integer (value is a boolean). | Dave Airlie |
2010-12-24 | gallium: add fragment shader property for color writes to all buffers. (v2) | Dave Airlie |
2010-12-11 | tgsi: fix rbug compile error | Marek Olšák |
2010-12-08 | tgsi/ppc: add case for system values and assert | Brian Paul |
2010-12-08 | tgsi/sse: add support for system values | Brian Paul |
2010-12-08 | tgsi: new tgsi_shader_info fields for system values | Brian Paul |
2010-12-08 | tgsi: add support for system values to TGSI interpreter | Brian Paul |
2010-11-22 | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák |
2010-11-21 | tgsi: Add STENCIL to text parser. | Chia-I Wu |
2010-11-12 | tgsi: fill out CAPs for indirect addressing | Marek Olšák |
2010-11-04 | tgsi: remove unused function | Brian Paul |
2010-11-04 | tgsi/build: Reduce interface clutter. | Michal Krol |
2010-11-04 | tgsi/exec: Get rid of obsolete condition codes. | Michal Krol |
2010-11-04 | tgsi/exec: Cleanup the remaining arithmetic instructions. | Michal Krol |
2010-10-15 | tgsi: add scanner support for centroid inputs | Dave Airlie |
2010-10-13 | gallium/tgsi: add support for stencil writes. | Dave Airlie |
2010-10-11 | tgsi: Export some names for some tgsi enums. | José Fonseca |
2010-09-27 | ureg: support centroid interpolation | Luca Barbieri |
2010-09-22 | tgsi: Fix missing test before check | Jakob Bornecrantz |
2010-09-20 | tgsi: Remove duplicate case value. | Vinson Lee |
2010-09-21 | tgsi: Actually care what check_soa_dependencies says | Jakob Bornecrantz |
2010-09-21 | tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies | José Fonseca |
2010-09-20 | tgsi: add switch/case opcodes to tgsi_opcode_tmp.h | Luca Barbieri |
2010-09-16 | tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0 | Brian Paul |
2010-09-15 | tgsi: fix incorrect usage_mask for shadow tex instructions | Brian Paul |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-08-27 | tgsi: Include missing header in tgsi_parse.h. | Vinson Lee |
2010-08-27 | tgsi: Include missing header in tgsi_info.h. | Vinson Lee |
2010-08-27 | tgsi: Include missing header in tgsi_dump.h. | Vinson Lee |
2010-08-26 | tgsi: Include missing header in tgsi_sse2.h. | Vinson Lee |
2010-08-25 | tgsi: helper for dumping tokens as hex | Keith Whitwell |
2010-08-23 | tgsi: fix false CondStackTop==0 assertion | Brian Paul |
2010-08-15 | gallium: Make printing info on debug builds default off | Jakob Bornecrantz |
2010-08-06 | gallium: remove stray semicolons | Brian Paul |
2010-08-05 | tgsi: Fix typo, so we follow what is in the comments | Jakob Bornecrantz |
2010-08-05 | tgsi: Add option to stop the sanity checker from printing | Jakob Bornecrantz |
2010-07-30 | tgsi: remove incorrect assertion | Brian Paul |
2010-07-29 | gallium: implement bounds checking for constant buffers | Brian Paul |
2010-07-22 | tgsi: Fix error message on invalid swizzle parse | Jakob Bornecrantz |
2010-07-21 | tgsi: added tgsi_shader_info::indirect_files field | Brian Paul |
2010-07-15 | tgsi: Remove dead assignment in uprcase function. | Vinson Lee |