Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_soa.c
2020-08-31 Dave Airliegallivm/nir: add indirect swizzle output loading support
2020-08-19 Dave Airliegallivm/nir: fixup compact TCS variable storage.
2020-07-07 Dave Airliedraw/gs: use mask to limit vertex emission.
2020-07-07 Dave Airliegallivm/gs_iface: pass stream into end primitive interface.
2020-05-06 Dave Airliegallivm/sample: add num samples query for txqs (v2)
2020-05-06 Dave Airliegallivm/nir/tgsi: add multisample texture sampling.
2020-04-02 Roland Scheideggergallivm: fix stream id fetch
2020-03-03 Jan Zielinskigallium/swr: fix corruptions in Unigine Heaven
2020-02-28 Dave Airliegallivm/tgsi/swr: add mask vec to the tcs store
2020-02-28 Marek Olšákgallivm: fix 5 warnings
2020-02-26 Dave Airliegallivm/tgsi: fix stream id regression
2020-02-18 Eric Anholtllvmpipe: Silence "possibly uninitialized value" warnin...
2020-02-18 Eric Anholtllvmpipe: Fix real uninitialized use of "atype" for...
2020-02-07 Dave Airliegallivm/swr: add stream_id to geom epilogue emit
2019-12-30 Jan Zielinskigallium/gallivm/tgsi: enable tessellation shaders
2019-12-12 Dave Airliegallivm/draw: add support for draw_id system value.
2019-12-12 Dave Airliegallivm: add base instance sysval support
2019-12-10 Marek Olšákgallivm: implement LOAD with CONSTBUF but don't enable...
2019-12-10 Marek Olšákllvmpipe: implement TEX_LZ and TXF_LZ opcodes
2019-12-03 Dave Airliegallivm/llvmpipe: add support for front facing in sysval.
2019-11-28 Dave Airliegallivm: split out the flow control ir to a common...
2019-10-29 Krzysztof Raszkowskigallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
2019-10-14 Dave Airliegallivm/draw/swr: make the gs_iface not depend on tgsi.
2019-10-11 Dave Airliellvmpipe: add support for tg4 component selection.
2019-09-04 Dave Airliegallivm: add barrier support for compute shaders.
2019-09-04 Dave Airliegallivm: add support for compute shared memory
2019-09-04 Dave Airliegallivm: add new compute related intrinsics
2019-08-27 Dave Airliegallivm: add memory barrier support
2019-08-27 Dave Airliegallivm: add image load/store/atomic support
2019-08-27 Dave Airliegallivm/tgsi: add image interface to tgsi builder
2019-08-27 Dave Airliegallivm: handle helper invocation (v2)
2019-08-27 Dave Airliegallivm: fix atomic compare-and-swap
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-23 Marek Olšákgallivm: fix warning: ‘op’ may be used uninitialized
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-07 Dave Airliegallivm: add buffer operations to the tgsi->llvm conver...
2019-07-07 Dave Airliegallivm: move mask_vec function up higher so it can...
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-04-15 Roland Scheideggergallivm: fix bogus assert in get_indirect_index
2018-11-08 Roland Scheideggergallivm: fix improper clamping of vertex index when...
2018-10-06 Gert Wollnygallivm: Make it possible to disable some optimization...
2018-08-29 Dave Airliegallivm: allow to pass two swizzles into fetches.
2018-05-15 Roland Scheideggergallivm: Use alloca_undef with array type instead of...
2018-03-23 Brian Paulgallivm: use enum tgis_opcode
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2017-10-11 Tim Rowleygallium: allow 512-bit vectors
2017-09-30 Roland Scheideggergallium: add new LOD opcode
2017-09-29 Nicolai Hähnletgsi: infer that dst[1] of DFRACEXP is an integer
2017-09-29 Nicolai Hähnlegallivm: add dst register index to lp_build_tgsi_contex...
2017-09-20 Roland Scheideggerllvmpipe, gallivm: implement lod queries (LODQ opcode)
2017-09-07 Roland Scheideggerllvmpipe, tgsi: hook up dx10 gather4 opcode
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI_OPCODE_CALLNZ
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
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: make non-float return code bitcast consistent.
2016-06-10 Dave Airliegallium/gallivm: use 64-bit test instead of doubles.
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-18 Dave Airliegallivm: convert size query to using a set of parameters.
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
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-06 Edward O'Callaghangallium: Use unsigned for loop index
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Dave Airliellvmpipe: fix fp64 inputs to geom shader.
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Roland Scheideggergallivm: use sampler index 0 for texel fetches
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-31 Vinson Leegallivm: Fix GCC unused-variable warning.
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Dave Airliedraw/gallivm: add invocation ID support for llvmpipe.
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-04-08 Roland Scheideggergallivm: don't use control flow when doing indirect...
2015-03-31 Roland Scheideggergallivm: implement TG4 for ARB_texture_gather
2015-03-31 Roland Scheideggergallivm: add gather support to sampler interface
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-04-24 José Fonsecagallivm: Fix wrong operator in lp_exec_default.
2014-03-26 Zack Rusindraw/llvm: improve debugging output a bit
2014-02-06 Zack Rusingallivm: handle huge number of immediates
next