iris: Make iris_has_color_unresolved more generic
[mesa.git] / src / gallium / auxiliary / tgsi /
2020-09-02 Eric Anholtgallium/tgsi_exec: Fix up NumOutputs counting
2020-09-02 Eric Anholtgallium/tgsi_exec: Add missing DFLR opcode support.
2020-09-02 Eric Anholtgallium/ureg: Set the next shader stage from the shader...
2020-09-02 Eric Anholtgallium/tgsi: Add a helper for initializing ureg from...
2020-09-02 Eric Anholtgallium/tgsi: Add some missing opcodes to tgsi_ureg.
2020-08-24 Marek Olšákgallium/tgsi: add helper tgsi_get_interp_mode
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-07-17 Elie Tourniergallium: add TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-06-05 Neha Bhendeutil: Add util functionality for GL4.1 support
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-05-28 Neha Bhendeutil: Initialize pipe_shader_state for passthrough...
2020-04-16 Ilia Mirkinst/mesa: add support for GL_NV_viewport_array2
2020-04-16 Ilia Mirkingallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE
2020-04-16 Ilia Mirkingallium: add TGSI_SEMANTIC_VIEWPORT_MASK
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2020-03-20 Mark Menzynskitgsi/util: Change boolean for bool
2020-02-14 Marek Olšákgallium/cso_hash: make cso_hash declared within structu...
2020-02-05 Eric Anholtmesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map...
2020-01-04 Gert Wollnygallium: tgsi_from_mesa - handle VARYING_SLOT_FACE
2020-01-04 Gert Wollnygallium/tgsi_from_mesa: Add 'extern "C"' to be able...
2019-12-27 Dave Airlietgsi/mesa: handle KERNEL case
2019-11-28 Marek Olšákradeonsi/nir: implement subgroup system values for...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-10-09 Marek Olšáktgsi/scan: add tgsi_shader_info::msaa_images_declared
2019-10-08 Ilia Mirkingallium/tgsi: add support for DEMOTE and READ_HELPER...
2019-08-23 Caio Marcelo de... tgsi: Remove unused local
2019-08-20 Eric Anholttgsi: Remove unused tgsi_check_soa_dependencies().
2019-08-20 Eric Anholttgsi: Drop the SSE2 constants setup that's been dead...
2019-08-20 Eric Anholttgsi: drop a stale comment
2019-08-14 Gert Wollnysoftpipe: Add support for ARB_derivative_control
2019-08-12 Marek Olšáktgsi/scan: don't set GS_INVOCATIONS for all shader...
2019-08-12 Marek Olšákgallium: add AMD-specific compute TGSI enums
2019-08-12 Marek Olšákgallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_t...
2019-08-06 Pierre-Eric Pellou... tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
2019-07-23 Marek Olšáktgsi/scan: add uses_fbfetch
2019-07-23 Marek Olšáktgsi: fix warning: ‘interp’ may be used uninitialized
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-07 Dave Airlietgsi: denote which load/store/atomic channels are unsigned
2019-07-03 Marek Olšákgallium/u_blitter: implement copying from ZS to color...
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
2019-05-01 Gert Wollnysoftpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
2019-05-01 Gert Wollnysoftpipe: Add an per-input array for interpolator corre...
2019-05-01 Gert Wollnysoftpipe: Factor out evaluation of the source indices
2019-04-23 Marek Olšáktgsi/scan: add uses_drawid
2019-04-19 Kristian H. Kristensentgsi: Mark tgsi_strings_check() unused
2019-04-09 Dave Airlietgsi: add support for geometry shader streams.
2019-03-28 Dave Airliesoftpipe: add indirect store buffer/image unit
2019-03-21 Dave Airliesoftpipe: remove shadow_ref assert.
2019-03-21 Dave Airliesoftpipe: handle 32-bit bitfield inserts
2019-03-21 Dave Airliesoftpipe: fix 32-bit bitfield extract
2019-02-22 Marek Olšáktgsi: don't set tgsi_info::uses_bindless_images for...
2019-01-01 Timothy Arceritgsi/scan: correctly walk instructions in tgsi_scan_tes...
2019-01-01 Timothy Arceritgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
2018-12-27 Ilia Mirkintgsi: add ATOMFADD operation
2018-11-29 Marek Olšáktgsi/scan: add more information about bindless usage
2018-10-30 Dylan Bakergallium/util: remove p_format.h from u_debug.h
2018-10-18 Gert Wollnysoftpipe: dynamically allocate space for immediate...
2018-08-29 Marek Olšákgallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
2018-08-23 Marek Olšáktgsi/ureg: don't call tgsi_sanity when it's too slow
2018-08-11 Gert WollnyGallium/tgsi: Correct signdness of return value of...
2018-08-01 Rhys Perrygallium: add new SAMP2HND and IMG2HND opcodes
2018-07-28 Brian Paultgsi: whitespace fixes in tgsi_ureg.c
2018-07-26 Erik Faye-Lundgallium: initialize ureg_dst::Invariant bit
2018-06-29 Joe M. Knissgallium: plumb invariant output attrib thru TGSI
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: Fix various warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_text.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare...
2018-06-20 Gert Wollnygallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings
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...
next