draw: pass number of images to image soa create
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm_sample.c
2020-07-02 Dave Airliedraw: pass number of images to image soa create
2020-07-02 Dave Airliellvmpipe/draw: wire up indirect offset
2020-07-02 Dave Airliegallivm/sample: pass indirect offset into texture/image...
2020-07-02 Dave Airliedraw: add support for indirect texture access
2020-07-02 Dave Airliedraw: pass nr_samplers into llvm sample state creation.
2020-05-06 Dave Airliedraw: add support for num_samples + sample_stride to...
2020-05-06 Dave Airliedraw: introduce sampler num samples + stride members
2019-08-27 Dave Airliedraw: add vs/gs images support
2016-04-27 Brian Pauldraw: s/Elements/ARRAY_SIZE/
2016-04-18 Dave Airliegallivm: convert size query to using a set of parameters.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2013-08-20 Roland Scheideggergallivm: implement better control of per-quad/per-eleme...
2013-08-09 Roland Scheideggergallivm: set non-existing values really to zero in...
2013-08-09 Roland Scheideggergallivm: use texture target from shader instead of...
2013-08-08 Roland Scheideggergallivm: propagate scalar_lod to emit_size_query too
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
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-09-25 José Fonsecadraw: Fullfil the new min_lod/max_lod/lod_bias/border_c...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-06 Vinson Leedraw: Remove unnecessary header.
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm