util: require debug options to be separated by commas
[mesa.git] / src / gallium / auxiliary / tgsi /
2011-01-26 Brian Paultgsi: add support for 1D/2D texture arrays
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-06 Marek Olšáktgsi: remove redundant name tables from tgsi_text,...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_text.h.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_sanity.h.
2010-12-28 Dave Airlietgsi_dump: fix assert due to missing property name.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-23 Dave Airlietgsi_text: just parse as an integer (value is a boolean).
2010-12-23 Dave Airliegallium: add fragment shader property for color writes...
2010-12-11 Marek Olšáktgsi: fix rbug compile error
2010-12-09 Brian Paultgsi/ppc: add case for system values and assert
2010-12-09 Brian Paultgsi/sse: add support for system values
2010-12-09 Brian Paultgsi: new tgsi_shader_info fields for system values
2010-12-09 Brian Paultgsi: add support for system values to TGSI interpreter
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Chia-I Wutgsi: Add STENCIL to text parser.
2010-11-12 Marek Olšáktgsi: fill out CAPs for indirect addressing
2010-11-04 Brian Paultgsi: remove unused function
2010-11-04 Michal Kroltgsi/build: Reduce interface clutter.
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Dave Airlietgsi: add scanner support for centroid inputs
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-11 José Fonsecatgsi: Export some names for some tgsi enums.
2010-09-27 Luca Barbieriureg: support centroid interpolation
2010-09-22 Jakob Bornecrantztgsi: Fix missing test before check
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Vinson Leetgsi: Remove duplicate case value.
2010-09-21 Jakob Bornecrantztgsi: Actually care what check_soa_dependencies says
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-20 Luca Barbieritgsi: add switch/case opcodes to tgsi_opcode_tmp.h
2010-09-17 Brian Paultgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
2010-09-15 Brian Paultgsi: fix incorrect usage_mask for shadow tex instructions
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_parse.h.
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_info.h.
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_dump.h.
2010-08-26 Vinson Leetgsi: Include missing header in tgsi_sse2.h.
2010-08-25 Keith Whitwelltgsi: helper for dumping tokens as hex
2010-08-23 Brian Paultgsi: fix false CondStackTop==0 assertion
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Jakob Bornecrantzgallium: Make printing info on debug builds default off
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-06 Brian Paulgallium: remove stray semicolons
2010-08-06 Jakob Bornecrantztgsi: Fix typo, so we follow what is in the comments
2010-08-06 Jakob Bornecrantztgsi: Add option to stop the sanity checker from printing
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Jakob Bornecrantztgsi: Fix error message on invalid swizzle parse
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-15 Vinson Leetgsi: Remove dead assignment in uprcase function.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-10 Zack Rusintgsi: make sure that we print out the adjacency prims...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-18 Zack Rusingallium: add a temporary array register file
2010-06-18 Zack Rusingallium: add a new register file - immediate array
2010-06-15 Zack Rusings: make sure we end primitives when finishing executin...
2010-06-11 Zack Rusintgsi: support 2d indirect addressing
2010-06-09 Zack Rusingeometry shaders: make gs work with changable primitive...
2010-06-07 Keith Whitwelltgsi: null-terminate string in parse_identifier
2010-06-07 Keith Whitwelltgsi: reject interpolation and semantics on vs inputs
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Brian Paultgsi: we don't support indirect input/output registers...
2010-06-03 Brian Paultgsi: whitespace cleanup
2010-06-01 José Fonsecatgsi: Drop uses_fogcoord and uses_frontfacing from...
2010-06-01 José Fonsecatgsi: Remove tgsi-instruction-set.txt.
2010-06-01 José Fonsecatgsi: Determine which shader input channels are effecti...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-12 Brian Paultgsi: also count instructions in tgsi_scan_shader()
2010-05-12 José Fonsecasoftpipe: Adverstise (tgsi_exec's) shader limits.
2010-05-11 José Fonsecamesa/st+tgsi: Provide a free callback to match with...
2010-05-07 Brian Paultgis: fix SOA aliasing for MUL instruction in SSE codegen
2010-05-06 Brian Paultgsi: make SSE ADD instruction SOA-safe
2010-05-06 Brian Paultgsi: code refactoring
2010-05-06 Brian Paultgsi: added tgsi_get_processor_name()
2010-05-06 Brian Paultgsi: fix tgsi_exec_machine_bind_shader() to handle...
2010-05-06 Brian Paulgallium/tgsi: remove unused tgsi_exec_labels code
2010-05-05 Marek Olšáktgsi: make dumping work on non-debug builds
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 José Fonsecatgsi: Parse and dump predicates.
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Michal Kroltgsi: Implement OPCODE_DIV.
2010-05-14 Brian Paultgsi: add a dummy function to silence warning
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
next