gallium/util: Clean up the Z/S tile write path.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_info.c
2019-08-06 Pierre-Eric Pellou... tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
2019-07-07 Dave Airlietgsi: denote which load/store/atomic channels are unsigned
2018-08-11 Gert WollnyGallium/tgsi: Correct signdness of return value of...
2018-08-01 Rhys Perrygallium: add new SAMP2HND and IMG2HND opcodes
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
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-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ähnletgsi: infer that DLDEXP's second source has an integer...
2017-08-23 Nicolai Hähnletgsi: store opcode mnemonics in a separate table
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-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-04-05 Ilia Mirkintgsi: add BALLOT/READ_* opcodes
2017-03-31 Ilia Mirkintgsi: add CLOCK opcode
2017-03-15 Marek Olšákgallium: add TGSI opcodes TEX_LZ and TXF_LZ
2017-03-15 Samuel Pitoisettgsi: add missing compute shader entry in tgsi_get_proc...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-01-17 Ilia Mirkingallium: add FBFETCH opcode to retrieve the current...
2017-01-16 Nicolai Hähnletgsi: add DDIV instruction
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-12-07 Marek Olšáktgsi: fix the src type of TGSI_OPCODE_MEMBAR
2016-09-21 Dave Airliegallium: add opcode and types for 64-bit integers....
2016-06-07 Ilia Mirkingallium: add VOTE_* opcodes to implement GL_ARB_shader_...
2016-04-27 Brian Paultgsi: s/Elements/ARRAY_SIZE/
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Nicolai Hähnletgsi: set correct output mode for RESQ
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Marek Olšáktgsi: set correct src type for UP2H
2016-01-30 Ilia Mirkintgsi: add MEMBAR opcode to handle memoryBarrier* GLSL...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Ilia Mirkingallium: add a RESQ opcode to query info about a resource
2016-01-08 Ilia Mirkintgsi: add a is_store property
2016-01-03 Ilia Mirkintgsi: update PK2H/UP2H channel behavior info
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-13 Ilia Mirkintgsi: add a TXQS opcode to retrieve the number of textu...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-11 Dave Airlietgsi: add DFMA to the opcode infer functions.
2015-07-01 Dave Airlietgsi: add infer support for double opcodes.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-16 Ilia Mirkingallium: add tessellation shader types
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-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-04-28 Ilia Mirkingallium: add new opcodes for ARB_gs5 bit manipulation...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-08-13 Roland Scheideggertgsi: implement new float comparison instructions retur...
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_src_type()
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_dst_type()
2013-05-08 Chia-I Wutgsi: reorder opcodes in opcode type inference
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-04-20 Roland Scheideggergallivm/tgsi: fix up breakc
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-04 Brian Paultgsi: add support for new SQRT opcode
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-08-15 Marek Olšákgallium: add TGSI support for multisample textures
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezgallium/tgsi: Add support for atomic opcodes.
2012-05-11 Francisco Jerezgallium/tgsi: Add support for barriers.
2012-05-11 Francisco Jerezgallium/tgsi: Add resource write-back support.
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
next