draw: fix key comparison with uninitialized value
[mesa.git] / src / gallium / auxiliary / tgsi /
2016-01-08 Ilia Mirkingallium: add a RESQ opcode to query info about a resource
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Ilia Mirkintgsi: add a is_store property
2016-01-08 Ilia Mirkintgsi: provide a way to encode memory qualifiers for...
2016-01-08 Ilia Mirkinureg: add buffer support to ureg
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2016-01-08 Marek Olšáktgsi/scan: update for POSITION and FACE sytem values
2016-01-08 Marek Olšáktgsi/ureg: handle redundant declarations in ureg_DECL_s...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Edward O'Callaghangallium/aux: Use TGSI chan name defines inplace of...
2016-01-07 Marek Olšáktgsi/scan: set which color components are read by a...
2016-01-07 Marek Olšáktgsi/scan: fix tgsi_shader_info::reads_z
2016-01-07 Marek Olšáktgsi/scan: set if a fragment shader writes sample mask
2016-01-03 Ilia Mirkintgsi: update PK2H/UP2H channel behavior info
2015-12-30 Ilia Mirkingallium: add baseinstance/drawid semantics
2015-12-11 Marek Olšáktgsi/scan: add flag colors_written
2015-12-06 Edward O'Callaghangallium/auxiliary: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-11-12 Ilia Mirkingallium: add support for gl_HelperInvocation semantic
2015-10-23 Dave Airlietgsi: try and handle overflowing shaders. (v2)
2015-10-23 Dave Airlietgsi: add option to dump floats as hex values
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšáktgsi/scan: use properties for clip/cull distance writemasks
2015-10-20 Marek Olšákgallium: add new properties for clip and cull distance...
2015-10-17 Marek Olšáktgsi: move pipe_shader_from_tgsi_processor function...
2015-10-16 Brian Paultgsi: initialize ctx.file in tgsi_dump_instruction()
2015-10-09 Roland Scheideggertgsi: (trivial) kill c99-ism.
2015-10-09 Marek Olšáktgsi/scan: add info about declared samplers (v2)
2015-10-09 Marek Olšáktgsi: add a utility for emulating some GL features
2015-10-06 Brian Paultgsi: add const qualifier to silence warning
2015-10-03 Marek Olšáktgsi/scan: add interpolation info into tgsi_shader_info
2015-09-13 Ilia Mirkintgsi: add a TXQS opcode to retrieve the number of textu...
2015-09-13 Rob Clarktgsi/scan: add support to figure out max nesting depth
2015-09-11 Krzesimir Nowaktgsi, softpipe: Constify tgsi_sampler in query_lod...
2015-09-11 Brian Paultgsi,softpipe: capitalize the tgsi_sampler_control...
2015-09-10 Krzesimir Nowaktgsi: Add code for handling lodq opcode
2015-09-10 Krzesimir Nowaktgsi: Remove trailing backslash in comment
2015-09-02 Dave Airlietgsi/scan: add uses_doubles to tgsi scanner
2015-09-01 Charmaine Leetgsi: add tgsi utility to transform a fragment shader...
2015-09-01 Charmaine Leetgsi: adds tgsi utility to transform a shader to suppor...
2015-09-01 Brian Paultgsi: add new tgsi_two_side.c utility code
2015-09-01 Charmaine Leetgsi: add some more helper functions
2015-09-01 Brian Paultgsi: added tgsi_is_shadow_target() helper
2015-09-01 Brian Paultgsi: add negate parameter to tgsi_transform_kill_inst()
2015-08-18 Marcos Paulo de... tgsi: fix parsing of tessellation shader inputs/outputs
2015-08-18 Marcos Paulo de... tgsi: set implicit array size for tess stages
2015-07-22 Marek Olšáktgsi: allow dumping to a file directly
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-11 Dave Airlietgsi: add DFMA to the opcode infer functions.
2015-07-09 Brian Paultgsi: whitespace fixes in tgsi_parse.c
2015-07-01 Dave Airlietgsi: add infer support for double opcodes.
2015-06-25 Marek Olšáksoftpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
2015-06-23 Jose Fonsecadraw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default...
2015-06-23 Dave Airliedraw/tgsi: implement geom shader invocation support.
2015-06-23 Dave Airlietgsi: handle indirect sampler arrays. (v2)
2015-06-21 Rob Clarktgsi/transform: add support for SVIEW decls
2015-06-19 Brian Paultgsi: add comments for ureg_emit_label()
2015-06-19 Brian Paultgsi: new comments, assertion for executing TGSI_OPCODE_CAL
2015-06-05 Marek Olšáktgsi/ureg: fix a coverity defect in emit_decls
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for GS input array declarations
2015-06-05 Marek Olšáktgsi/ureg: merge input and fs_input arrays
2015-06-05 Marek Olšáktgsi/ureg: rename and simplify ureg_DECL_gs_input
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-06-05 Marek Olšáktgsi/scan: get more information about arrays and handle...
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-05-16 Ilia Mirkintgsi/dump: fix declaration printing of tessellation...
2015-05-16 Ilia Mirkintgsi/ureg: allow ureg_dst to have dimension indices
2015-05-16 Marek Olšáktgsi/ureg: use correct limit for max input count
2015-05-16 Ilia Mirkintgsi/sanity: set implicit in/out array sizes based...
2015-05-16 Ilia Mirkintgsi/scan: allow scanning tessellation shaders
2015-05-16 Ilia Mirkingallium: add tessellation shader properties
2015-05-16 Ilia Mirkingallium: add new semantics for tessellation
2015-05-16 Ilia Mirkingallium: add new PATCHES primitive type
2015-05-16 Ilia Mirkingallium: add tessellation shader types
2015-04-15 Brian Paultgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
2015-03-27 Ilia Mirkintgsi: fix out-of-bounds access for cube arrays
2015-03-16 Marek Olšáktgsi: handle bitwise opcodes in tgsi_opcode_infer_type...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-03-03 Rob Clarktgsi/lowering: don't forget interp for BCOLOR inputs
2015-02-21 Ilia Mirkintgsi: avoid returning pointer to local var, make it...
2015-02-20 Marek Olšáktgsi: fix type-mismatch warning
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airliesoftpipe/tgsi: expose doubles for softpipe.
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2015-02-06 Eric Anholttgsi/ureg: Add missing some missing opcodes opcode_tmp.h
2015-02-06 Eric Anholttgsi/ureg: Move ureg_dst_register() to the header.
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
2015-01-08 Rob Clarktgsi: track max array per file
2015-01-08 Rob Clarktgsi: keep track of read vs written indirects
2015-01-07 Marek Olšáktgsi: add uses_centroid into tgsi_shader_info
next