gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi.c
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...