aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_setup.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix build after removal of deprecated attribute API v2Aaron Watry2016-11-091-2/+1
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-2/+2
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-2/+2
* llvmpipe: use ints not unsigned for slotsRoland Scheidegger2016-01-071-2/+2
* llvmpipe: scratch some special handling of vp_index/layerRoland Scheidegger2016-01-071-14/+1
* llvmpipe: fix layer/vp input into fs when not written by prior stagesRoland Scheidegger2015-12-121-10/+19
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-1/+1
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-161-6/+7
* llvmpipe: improve setup shader names (for debugging)Roland Scheidegger2014-05-151-38/+40
* llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger2014-05-151-5/+3
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-11/+2
* llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger2013-12-141-66/+4
* llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger2013-11-221-1/+1
* llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger2013-11-211-6/+82
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4
* llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger2013-11-141-2/+1
* llvmpipe: clean up state setup code a bitRoland Scheidegger2013-11-141-115/+59
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-121-11/+15
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-071-5/+60
* llvmpipe: fix frontface behavior againZack Rusin2013-08-021-3/+11
* llvmpipe: make the front-face behavior match the gallium specZack Rusin2013-08-021-1/+4
* llvmpipe: handle offset_clampRoland Scheidegger2013-06-271-1/+19
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-221-6/+9
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-281-1/+1
* llvmpipe: Silence Coverity incorrect sizeof expression defect.Vinson Lee2012-08-151-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-261/+226
* llvmpipe: Implement cylindrical wrapping.James Benton2012-06-181-1/+76
* llvmpipe: Color slot interpolation can be flat or perspective, not linear.Olivier Galibert2012-05-161-1/+1
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-2/+2
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-081-1/+7
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-4/+5
* llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca2011-11-011-5/+11
* llvmpipe: silence a pointer type warningBrian Paul2011-09-201-1/+1
* llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* llvmpipe: Fix build errors on x86.Chia-I Wu2010-12-011-3/+4
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-114/+133
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-11-221-2/+0
* llvmpipe: twoside for specular color alsoKeith Whitwell2010-11-191-7/+13
* llvmpipe: fix up twoside after recent changesKeith Whitwell2010-11-191-8/+7
* llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay2010-11-191-155/+159
* llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay2010-11-151-44/+16
* llvmpipe: added llvm offset setup codeHui Qi Tay2010-11-041-45/+134
* llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay2010-11-011-3/+82
* llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell2010-10-171-2/+1
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-1/+1
* llvmpipe: remove setup fallback pathKeith Whitwell2010-10-171-11/+2
* llvmpipe: minor changes in llvm coefficient calcsHui Qi Tay2010-09-271-2/+3