llvmpipe/draw: handle constant buffer limits and robustness (v1.1)
[mesa.git] / src / gallium / auxiliary / draw / draw_private.h
2020-07-23 Dave Airliellvmpipe/draw: handle constant buffer limits and robust...
2020-06-10 Dave Airliedraw: add disk cache callbacks for draw shaders
2020-04-15 Dave Airliedraw: fix user culling pipeline order. (v2)
2020-02-28 Dave Airliedraw: add main tessellation code
2019-12-12 Dave Airliegallivm/draw: add support for draw_id system value.
2019-12-05 Dave Airliedraw: add support for collecting primitives generated...
2019-09-06 Eric Engestromaux/draw: replace binary HAVE_LLVM checks with LLVM_AVA...
2019-08-27 Dave Airliedraw: add vs/gs images support
2019-07-07 Dave Airliedraw: add shader buffer interfaces.
2017-09-07 Roland Scheideggerllvmpipe, draw: increase shader cache limits
2016-11-21 Roland Scheideggerdraw: simplify vsplit elts code a bit
2016-05-23 Dave Airliedraw: stop using CULLDIST semantic.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Dave Airliedraw: add support for passing buffers to vs/gs shaders.
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-30 Dave Airliedraw: add support for passing images to vs/gs shaders.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
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-12-15 Roland Scheideggerdraw: don't pretend have_clipdist is per-vertex
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-21 Brian Pauldraw: fix splitting of line loops (v2)
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2014-12-09 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-11-18 Andres Gomezdraw: Fixed inline comments
2014-06-23 Roland Scheideggerdraw: (trivial) fix clamping of viewport index
2014-05-08 Roland Scheideggerdraw: do not use draw_get_option_use_llvm() inside...
2014-01-20 Roland Scheideggerdraw: clean up d3d style point clipping
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-17 Roland Scheideggergallium: add bits for clipping points as tris (d3d...
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-08-09 Zack Rusindraw: rewrite primitive assembler
2013-08-03 Zack Rusindraw: implement proper primitive assembler as a pipelin...
2013-07-25 Zack Rusindraw: fix vertex id computation
2013-07-03 Zack Rusindraw: fix overflows in the indexed rendering paths
2013-06-28 Zack Rusindraw/translate: fix instancing
2013-06-11 Zack Rusindraw: implement distance culling
2013-06-11 Zack Rusindraw: fix clipper invocation statistics
2013-06-11 Zack Rusindraw: make sure clipdistances work with geometry shaders
2013-06-10 Richard Sandiforddraw: Fix type mismatch between draw_private.h and...
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max
2013-05-25 Zack Rusindraw: implement support for multiple viewports
2013-05-15 José Fonsecadraw: More defensive coding in DRAW_GET_IDX.
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-23 Zack Rusindraw: add code to reset instance dependent data
2013-04-17 Zack Rusindraw: implement pipeline statistics in the draw module
2013-04-03 Zack Rusindraw/llvmpipe: allow independent so attachments to...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-08 Brian Pauldraw: fix/improve dirty state validation
2012-12-08 Brian Pauldraw: add comment on draw->pt.opt field
2012-12-06 Brian Pauldraw: remove some dead constant buffer code
2012-09-22 Marek Olšákdraw: fix non-indexed draw calls if there's an index...
2012-08-16 Brian Pauldraw: index samplers and sampler_view state by shader...
2012-08-16 Brian Pauldraw: move tgsi-related state into a tgsi sub-struct
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-01-26 Jakob Bornecrantzdraw: Only run prepare when state, prim and opt changes
2012-01-26 Jakob Bornecrantzdraw: Remove reduced_prim
2012-01-11 Dave Airliedraw: clipdistance support (v2)
2012-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-10-11 Brian Pauldraw/llvm: fix hard-coded number of total clip planes
2011-09-22 Brian Pauldraw: add support for guard-band clipping
2011-09-22 José Fonsecadraw: Reduce the number of vertex shader variants per...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-01 José Fonsecadraw: Prevent out-of-bounds vertex buffer access.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-24 Jakob Bornecrantzdraw: Init llvm if not provided
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-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 WhitwellMerge branch 'llvm-cliptest-viewport'
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-10 delphidraw: some changes to allow for runtime changes to...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Keith Whitwelldraw: specialized cliptesting routines
2010-08-25 Chia-I Wudraw: Add draw_set_index_buffer and others.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Chia-I Wudraw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_...
2010-08-16 Chia-I Wudraw: Replace vcache by vsplit.
2010-08-16 Chia-I Wudraw: Replace varray by vsplit.
2010-08-16 Chia-I Wudraw: Add flags to draw_prim_info.
next