tgsi: add DDIV instruction
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_info.c
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.
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-17 Dave Airlietgsi: add source/destination type from opcodes. (v2)
2012-01-30 Tom Stellardtgsi: Add output_mode to struct tgsi_opcode_info v2
2012-01-11 Dave Airlietgsi: add ISSG support
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2011-09-10 Bryan Caingallium: add TGSI opcodes UARL and UCMP
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-06 Brian Paultgsi: added tgsi_get_processor_name()
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecatgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
next