summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-15llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger1-4/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-0/+2
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-03-27llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin1-0/+4
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-12-11llvmpipe: support pipe_resource-based constant buffersBrian Paul1-1/+1
2012-09-30llvmpipe: implement blitMarek Olšák1-0/+12
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-2/+2
2012-08-06llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul1-2/+2
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-47/+1
2012-07-16llvmpipe: destroy setup variants on context destructionRoland Scheidegger1-0/+2
2012-06-25llvmpipe: fix the LP_NO_RAST debug optionBrian Paul1-6/+0
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2011-12-29llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin1-5/+0
2011-11-10llvmpipe: add NV_conditional_render support.Dave Airlie1-0/+13
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+1
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-0/+4
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-2/+52
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-0/+3
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay1-0/+2
2010-08-27llvmpipe: native point rasterizationHui Qi Tay1-2/+4
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay1-1/+1
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell1-1/+9
2010-08-06gallium: remove stray semicolonsBrian Paul1-1/+1
2010-08-05llvmpipe: Only get no rast option onceJakob Bornecrantz1-1/+5
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin1-0/+1
2010-06-18llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger1-0/+3
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell1-3/+4
2010-04-28llvmpipe: move/rename llvmpipe_init_surface_functions()Brian Paul1-5/+3
2010-04-28llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul1-4/+1
2010-04-28llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul1-9/+2
2010-04-28llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul1-5/+1
2010-04-28llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul1-4/+1
2010-04-28llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul1-7/+1
2010-04-28llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul1-10/+1
2010-04-28llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul1-9/+2
2010-04-19draw llvm: fix constructor messZack Rusin1-8/+0
2010-04-19llvmpipe: enable draw llvm by defaultZack Rusin1-1/+1
2010-04-19Merge branch '7.8'Brian Paul1-2/+2
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul1-1/+1
2010-04-16llvmpipe: plug in draw's polygon stipple stageBrian Paul1-0/+1
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-0/+4
2010-04-10Squashed commit of the following:Keith Whitwell1-20/+2
2010-04-08llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca1-1/+1
2010-04-06llvmpipe: Remove unused variable.Vinson Lee1-1/+0
2010-04-06llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin1-1/+5
2010-03-30Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin1-4/+6
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin1-2/+6