draw: pass number of images to image soa create
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.h
2020-07-02 Dave Airliedraw: pass number of images to image soa create
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
2020-04-27 Dave Airliedraw/tess: fix TES patch vertices in.
2020-02-28 Dave Airliedraw: add main tessellation code
2020-02-28 Dave Airliedraw: add JIT context/functions for tess stages.
2020-02-07 Dave Airliedraw: change geom shader output to an array of outputs.
2019-12-12 Dave Airliegallivm/draw: add support for draw_id system value.
2019-08-27 Dave Airliedraw: add vs/gs images support
2019-08-27 Dave Airliedraw: add jit image type for vs/gs images.
2019-08-27 Dave Airliegallivm: move first/last level jit texture members.
2019-07-07 Dave Airliedraw: add support for ssbo ptrs to jit tables.
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-03-08 Brian Pauldraw: s/unsigned/enum pipe_shader_type/
2016-11-21 Roland Scheideggerdraw: unify linear and elts draw jit functions
2016-11-21 Roland Scheideggerdraw: use same argument order for jit draw linear ...
2016-11-18 Roland Scheideggerdraw: finally optimize bool clip mask generation
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-13 Roland Scheideggerdraw: fix key comparison with uninitialized value
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-15 Roland Scheideggerdraw: remove clip_vertex from vertex header
2015-12-15 Roland Scheideggerdraw: rename vertex header members
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
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-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2014-11-16 José Fonsecadraw: Make it more clear that *_jit_context points...
2014-09-30 Mathias Fröhlichllvmpipe: Reuse llvmpipes LLVMContext in the draw context.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2013-08-03 Zack Rusindraw: stop crashing with extra shader outputs
2013-07-25 Zack Rusindraw: fix vertex id computation
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-04-03 Zack Rusindraw/llvm: use an enum instead of magic numbers
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Zack Rusindraw/llvm: Remove unused gs_constants from jit_context
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-01-29 Roland Scheideggerdraw: fix draw_llvm_variant_key struct padding to avoid...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
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-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-10-11 Brian Pauldraw/llvm: fix hard-coded number of total clip planes
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-03-31 Luca Barbieridraw: implement vertex color clamping, and disable...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
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-12-10 Brian Pauldraw/llvm: remove redundant comment
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: clean up fields in draw_llvm_variant_key
2010-10-14 Hui Qi Taydraw: sanitize llvm variant key
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-10 delphidraw: some changes to allow for runtime changes to...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-04 delphidraw: added userclip planes and updated variant_key
2010-09-29 Brian Pauldraw: pass sampler state down to llvm jit state
2010-09-29 Hui Qi Taydraw: added viewport and cliptest flags
2010-09-29 Hui Qi Taydraw: cliptest and viewport done in a single loop in...
2010-09-25 José Fonsecadraw: Fullfil the new min_lod/max_lod/lod_bias/border_c...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-22 Keith Whitwelldraw: reduce the size of the llvm variant key
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-16 Zack Rusindraw/llvm: adjust the instance id at run time
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-06-29 José Fonsecadraw: Add inline keyword to inline function.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-25 Zack Rusindraw: limit the number of vertex shader variants kept...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-25 José Fonsecadraw: Respect pipe_vertex_buffer::max_index in llvm...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
next