Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi.c
2019-12-30 Jan Zielinskigallium/gallivm/tgsi: enable tessellation shaders
2018-08-29 Dave Airliegallivm: allow to pass two swizzles into fetches.
2018-03-23 Brian Paulgallivm: use enum tgis_opcode
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ähnlegallivm: add dst register index to lp_build_tgsi_contex...
2017-09-29 Nicolai Hähnletgsi: infer that DLDEXP's second source has an integer...
2017-08-24 Brian Paulgallivm: remove unused variable
2017-08-23 Nicolai Hähnlegallium: use tgsi_get_opcode_name instead of tgsi_opcod...
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-04-01 Samuel Pitoisetgallivm: add lp_build_emit_fetch_src() helper
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-09-21 Nicolai Hähnlegallivm: support negation on 64-bit integers
2016-09-21 Dave Airliegallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
2016-06-13 Jan Veselygallivm: Fix trivial sign warnings
2016-06-10 Dave Airliegallivm: more 64-bit integer prep work.
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Nicolai Hähnlegallivm: special case TGSI_OPCODE_STORE
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-17 Marek Olšákgallivm: set correct opcode info from unary/binary...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2014-11-24 Eric Anholtgallium: Drop unused BRA 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-02-02 Brian Paulgallivm: add a few const qualifiers
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-08-12 Roland Scheideggergallivm: fix exec_mask interaction with geometry shader...
2013-07-05 José Fonsecagallivm: Remove bogus assert.
2013-05-02 Zack Rusintgsi: allow negation of all integer types
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-16 Roland Scheideggergallivm: DIV shouldn't be deprecated.
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Vadim Girlinradeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
2012-02-28 Dave Airliegallivm: drop deprecated opcodes
2012-02-17 Dave Airliegallivm: enable fetch for integer opcodes. (v2)
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...