summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_setup.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich1-1/+1
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger1-6/+7
2014-05-15llvmpipe: improve setup shader names (for debugging)Roland Scheidegger1-38/+40
2014-05-15llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger1-5/+3
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-11/+2
2013-12-14llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger1-66/+4
2013-11-22llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger1-1/+1
2013-11-21llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger1-6/+82
2013-11-14llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger1-2/+4
2013-11-14llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger1-2/+1
2013-11-14llvmpipe: clean up state setup code a bitRoland Scheidegger1-115/+59
2013-11-12draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger1-11/+15
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-5/+60
2013-08-02llvmpipe: fix frontface behavior againZack Rusin1-3/+11
2013-08-02llvmpipe: make the front-face behavior match the gallium specZack Rusin1-1/+4
2013-06-27llvmpipe: handle offset_clampRoland Scheidegger1-1/+19
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2013-02-22llvmpipe: rename polygon offset fields to something more specificBrian Paul1-6/+9
2012-11-28gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton1-1/+1
2012-08-15llvmpipe: Silence Coverity incorrect sizeof expression defect.Vinson Lee1-1/+1
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-261/+226
2012-06-18llvmpipe: Implement cylindrical wrapping.James Benton1-1/+76
2012-05-16llvmpipe: Color slot interpolation can be flat or perspective, not linear.Olivier Galibert1-1/+1
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard1-2/+2
2011-12-08llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca1-1/+7
2011-11-14llvmpipe: Make more resilient to out-of-memory situations.José Fonseca1-4/+5
2011-11-01llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca1-5/+11
2011-09-20llvmpipe: silence a pointer type warningBrian Paul1-1/+1
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák1-1/+1
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu1-3/+4
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-114/+133
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee1-2/+0
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell1-7/+13
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell1-8/+7
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay1-155/+159
2010-11-15llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay1-44/+16
2010-11-04llvmpipe: added llvm offset setup codeHui Qi Tay1-45/+134
2010-11-01llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay1-3/+82
2010-10-17llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell1-2/+1
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1-1/+1
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell1-11/+2
2010-09-27llvmpipe: minor changes in llvm coefficient calcsHui Qi Tay1-2/+3
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-0/+768