llvmpipe: fix race between draw and setting fragment shader.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_setup.c
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2016-11-09 Aaron Watryllvmpipe: Fix build after removal of deprecated attribu...
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
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-07 Roland Scheideggerllvmpipe: use ints not unsigned for slots
2016-01-07 Roland Scheideggerllvmpipe: scratch some special handling of vp_index...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-12 Roland Scheideggerllvmpipe: fix layer/vp input into fs when not written...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-05-16 Roland Scheideggergallivm: give more verbose names to modules
2014-05-15 Roland Scheideggerllvmpipe: improve setup shader names (for debugging)
2014-05-15 Roland Scheideggerllvmpipe: kill off llvmpipe_variant_count
2014-05-14 José Fonsecallvmpipe: Delete unneeded LLVM stuff earlier.
2013-12-14 Roland Scheideggerllvmpipe: get rid of barycentric calculation of a0
2013-11-22 Roland Scheideggerllvmpipe: (trivial) disable new accurate origin calculation
2013-11-21 Roland Scheideggerllvmpipe: calculate more accurate interpolation value...
2013-11-14 Roland Scheideggerllvmpipe: (trivial) fix more fallout from the setup...
2013-11-14 Roland Scheideggerllvmpipe: (trivial) fix misplaced bld context assignment.
2013-11-14 Roland Scheideggerllvmpipe: clean up state setup code a bit
2013-11-12 Roland Scheideggerdraw,llvmpipe: use exponent manipulation instead of...
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-08-03 Zack Rusinllvmpipe: fix frontface behavior again
2013-08-02 Zack Rusinllvmpipe: make the front-face behavior match the galliu...
2013-06-27 Roland Scheideggerllvmpipe: handle offset_clamp
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-02-22 Brian Paulllvmpipe: rename polygon offset fields to something...
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-08-16 Vinson Leellvmpipe: Silence Coverity incorrect sizeof expression...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-18 James Bentonllvmpipe: Implement cylindrical wrapping.
2012-05-16 Olivier Galibertllvmpipe: Color slot interpolation can be flat or persp...
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2011-12-08 José Fonsecallvmpipe,draw,gallivm: Ensure we don't walk beyond...
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-11-01 José Fonsecallvmpipe: Use -1 instead of ~0 for "no slot".
2011-09-21 Brian Paulllvmpipe: silence a pointer type warning
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-12 Marek Olšákllvmpipe: fix warning: ‘t0’ may be used uninitialized...
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-01 Chia-I Wullvmpipe: Fix build errors on x86.
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-23 Vinson Leellvmpipe: Remove unnecessary headers.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Keith Whitwellllvmpipe: twoside for specular color also
2010-11-19 Keith Whitwellllvmpipe: fix up twoside after recent changes
2010-11-19 Hui Qi Tayllvmpipe: fix such that offset/twoside function only...
2010-11-15 Hui Qi Tayllvmpipe: clean up polygon offset function in lp setup...
2010-11-04 Hui Qi Tayllvmpipe: added llvm offset setup code
2010-11-01 Hui Qi Tayllvmpipe: Moved draw pipeline twoside function to llvm...
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 Whitwellllvmpipe: remove unused arg from jit_setup_tri function
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: remove setup fallback path
2010-09-27 Hui Qi Tayllvmpipe: minor changes in llvm coefficient calcs
2010-09-18 Keith Whitwellllvmpipe: use llvm for attribute interpolant calculation