gallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
[mesa.git] / src / gallium / auxiliary / tgsi /
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove now unused variable
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove unused parameters...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Fix various -Wsign-compare
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove paramater inst from...
2018-06-20 Gert Wollnygallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi/tgsi_parse.c: Fix two warnings
2018-06-20 Gert Wollnygallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
2018-06-14 Dave Airlievirgl: add ARB_tessellation_shader support. (v2)
2018-05-23 Dave Airlietgsi/scan: add hw atomic to the list of memory accessin...
2018-05-17 Brian Paultgsi: fix incorrect tgsi_shader_info::num_tokens comput...
2018-05-01 Brian Paultgsi: use enums instead of unsigned in ureg code
2018-03-23 Brian Paultgsi,softpipe: use enum tgsi_opcode
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-23 Brian Paultgsi: use enum tgsi_opcode
2018-03-16 Emil Velikovtgsi: move tgsi_processor_to_shader_stage() to a header
2018-03-06 Roland Scheideggertgsi/scan: use wrap-around shift behavior explicitly...
2018-02-26 Timothy Arcerigallium/tgsi: remove is_msaa_sampler array from tgsi_sh...
2018-02-14 Roland Scheideggertgsi: Recognize RET in main for tgsi_transform
2018-02-08 Brian Paultgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
2018-02-08 Brian Paultgsi: use TGSI_INTERPOLATE_x arguments instead of zeros...
2018-02-08 Brian Paultgsi: s/unsigned/enum pipe_shader_type/ in ureg code
2018-02-08 Brian Paultgsi: use tgsi_semantic enum type in ureg code
2018-02-08 Brian Paultgsi: use TGSI enum types in ureg code
2018-01-10 Rob Herringtgsi: include struct definitions for tgsi_build declara...
2018-01-05 Timothy Arcerigallium/tgsi: add patch support to tgsi_get_gl_varying_...
2017-12-27 Brian Paultgsi: improve comment on tgsi_util_get_shadow_ref_src_i...
2017-11-17 Brian Paultgsi: s/uint/enum pipe_shader_type/
2017-11-17 Brian Paultgsi: bump tgsi_opcode_info::output_mode size to 4...
2017-11-17 Brian Paulutil/tgsi: use ASSERT_BITFIELD_SIZE() to check opcode...
2017-11-16 Nicolai Hähnletgsi/exec: fix LDEXP in softpipe
2017-11-15 Brian Paultgsi: whitespace clean-ups in tgsi_util.[ch]
2017-11-15 Brian Paultgsi: s/unsigned/enum tgsi_texture_type/
2017-11-14 Timothy Arcerigallium/tgsi: add tess output supoort to tgsi_get_gl_va...
2017-11-14 Timothy Arcerigallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()
2017-11-09 Dave Airliegallium/tgsi: start adding hw atomics (v3.2)
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-10-19 Tim Rowleygallium: add more exceptions to tgsi_util_get_inst_usag...
2017-10-19 Roland Scheideggertgsi: fix tgsi_util_get_inst_usage_mask
2017-10-06 Marek Olšáktgsi/ureg: allow any register file in address operands
2017-10-06 Marek Olšáktgsi/scan: scan address operands (v2)
2017-10-06 Marek Olšáktgsi/scan: set correct usage mask for tex offsets in...
2017-10-06 Marek Olšáktgsi/scan: take advantage of already swizzled usage...
2017-10-06 Marek Olšáktgsi/scan: set non-valid src_index for tex offsets...
2017-10-06 Marek Olšáktgsi: implement tgsi_util_get_inst_usage_mask properly
2017-09-30 Roland Scheideggergallium: add new LOD opcode
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-29 Nicolai Hähnletgsi: infer that dst[1] of DFRACEXP is an integer
2017-09-29 Nicolai Hähnlegallivm: add support for TGSI instructions with two...
2017-09-29 Nicolai Hähnletgsi: clarify the semantics of DFRACEXP
2017-09-29 Nicolai Hähnletgsi: infer that DLDEXP's second source has an integer...
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
2017-09-15 Timothy Arcerigallium: add CONSTBUF type to tgsi_file_type
2017-09-11 Marek Olšákradeonsi: optimize TCS epilog when invocation 0 writes...
2017-09-11 Marek Olšáktgsi/scan: add a new pass that analyzes tess factor...
2017-09-07 Roland Scheideggerllvmpipe, tgsi: hook up dx10 gather4 opcode
2017-09-04 Nicolai Hähnletgsi/build: always generate two-dimensional constant...
2017-09-04 Nicolai Hähnletgsi/ureg: always emit constants (and their decls)...
2017-08-23 Nicolai Hähnletgsi: store opcode mnemonics in a separate table
2017-08-23 Nicolai Hähnlegallium: use tgsi_get_opcode_name instead of tgsi_opcod...
2017-08-23 Nicolai Hähnletgsi: macro-ify the opcodes table
2017-08-23 Nicolai Hähnletgsi: remove post_indent from some 64-bit opcodes
2017-08-23 Nicolai Hähnletgsi: reduce tgsi_opcode_info::pre_dedent and post_inde...
2017-08-22 Marek Olšáktgsi/scan: fix uses_double
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákgallium: remove TGSI_OPCODE_CALLNZ
2017-08-22 Marek Olšákgallium: remove TGSI FENCE opcodes
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-07-22 Karol Herbsttgsi/text: parse _PRECISE modifier
2017-07-22 Karol Herbsttgsi: populate precise
2017-07-22 Karol Herbsttgsi/dump: print _PRECISE modifier on Instructions
2017-07-22 Karol Herbsttgsi: add precise flag to tgsi_instruction
2017-07-05 Nicolai Hähnletgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
2017-07-05 Nicolai Hähnletgsi_from_mesa: add pipe_shader_type_from_mesa
2017-07-05 Nicolai Hähnletgsi,st/mesa: move varying slot to semantic mapping...
2017-06-14 Samuel Pitoisettgsi/scan: add missing 'static' to tgsi_is_bindless_ima...
2017-06-14 Samuel Pitoisettgsi/scan: record bindless samplers/images usage
2017-06-14 Samuel Pitoisettgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst...
2017-06-10 Marius Gräfegallium: fixed modulo zero crashes in tgsi interpreter...
2017-06-07 Marek Olšákgallium/ureg: add TEX/TXF_LZ opcodes to ureg
2017-06-05 Marek Olšáktgsi/scan: fix scanning fragment shaders with PrimID...
2017-06-03 Lyudegallium: Add TGSI shader token for ARB_post_depth_coverage
2017-05-24 Samuel Pitoisettgsi: remove unused tgsi_is_passthrough_shader()
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-18 Samuel Pitoisettgsi: remove some unused OPCODE macros
2017-04-28 Marek Olšáktgsi/scan: record compute shader system value usage
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-05 Ilia Mirkintgsi: add SUBGROUP_* semantics
2017-04-05 Ilia Mirkintgsi: add BALLOT/READ_* opcodes
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Nicolai Hähnletgsi: fix printing of 64-bit integer immediates
next