aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add support for GL_NV_viewport_array2Ilia Mirkin2020-04-151-0/+4
* gallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVEIlia Mirkin2020-04-151-0/+1
* gallium: add TGSI_SEMANTIC_VIEWPORT_MASKIlia Mirkin2020-04-151-0/+1
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-0/+1
* tgsi/util: Change boolean for boolMark Menzynski2020-03-202-3/+4
* gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák2020-02-141-19/+19
* mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.Eric Anholt2020-02-052-0/+85
* gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny2020-01-041-0/+4
* gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++Gert Wollny2020-01-041-0/+9
* tgsi/mesa: handle KERNEL caseDave Airlie2019-12-271-0/+1
* radeonsi/nir: implement subgroup system values for SPIR-VMarek Olšák2019-11-271-0/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* tgsi/scan: add tgsi_shader_info::msaa_images_declaredMarek Olšák2019-10-092-0/+19
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-071-2/+2
* tgsi: Remove unused localCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* tgsi: Remove unused tgsi_check_soa_dependencies().Eric Anholt2019-08-202-59/+0
* tgsi: Drop the SSE2 constants setup that's been dead code since 2011.Eric Anholt2019-08-202-53/+9
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-0/+29
* tgsi/scan: don't set GS_INVOCATIONS for all shader stagesMarek Olšák2019-08-121-1/+3
* gallium: add AMD-specific compute TGSI enumsMarek Olšák2019-08-121-0/+2
* gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nirMarek Olšák2019-08-121-0/+1
* tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer2019-08-063-1/+6
* tgsi/scan: add uses_fbfetchMarek Olšák2019-07-232-0/+4
* tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák2019-07-221-0/+1
* util: use standard name for vsnprintf()Eric Engestrom2019-07-191-1/+1
* tgsi: denote which load/store/atomic channels are unsignedDave Airlie2019-07-071-0/+12
* gallium/u_blitter: implement copying from ZS to color and vice versaMarek Olšák2019-07-031-0/+6
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-1/+1
* softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny2019-05-011-0/+42
* softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny2019-05-011-0/+32
* softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny2019-05-011-1/+40
* softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2019-05-012-4/+79
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* tgsi/scan: add uses_drawidMarek Olšák2019-04-232-0/+4
* tgsi: Mark tgsi_strings_check() unusedKristian H. Kristensen2019-04-191-1/+1
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-092-15/+59
* softpipe: add indirect store buffer/image unitDave Airlie2019-03-281-2/+34
* softpipe: remove shadow_ref assert.Dave Airlie2019-03-221-1/+0
* softpipe: handle 32-bit bitfield insertsDave Airlie2019-03-221-3/+7
* softpipe: fix 32-bit bitfield extractDave Airlie2019-03-221-2/+12
* tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák2019-02-221-1/+3
* tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-29/+43
* tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-1/+1
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-264-1/+7
* tgsi/scan: add more information about bindless usageMarek Olšák2018-11-282-2/+33
* gallium/util: remove p_format.h from u_debug.hDylan Baker2018-10-301-0/+1
* softpipe: dynamically allocate space for immediate constantsGert Wollny2018-10-182-5/+15
* gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2018-08-292-2/+3