summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+2
* llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDEDRoland Scheidegger2015-03-211-0/+11
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* llvmpipe: Reuse llvmpipes LLVMContext in the draw context.Mathias Fröhlich2014-09-301-1/+2
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-0/+7
* llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger2014-05-151-4/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-271-0/+4
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-111-1/+1
* llvmpipe: implement blitMarek Olšák2012-09-301-0/+12
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-061-2/+2
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-47/+1
* llvmpipe: destroy setup variants on context destructionRoland Scheidegger2012-07-161-0/+2
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-251-6/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-101-0/+13
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+1
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-0/+4
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-2/+52
* llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-0/+3
* llvmpipe: point sprites rasterizationHui Qi Tay2010-08-271-0/+2
* llvmpipe: native point rasterizationHui Qi Tay2010-08-271-2/+4
* llvmpipe: native rasterization for linesHui Qi Tay2010-08-271-1/+1
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-1/+9
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* llvmpipe: Only get no rast option onceJakob Bornecrantz2010-08-051-1/+5
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-221-0/+1
* llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger2010-06-181-0/+3
* llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell2010-06-071-3/+4
* llvmpipe: move/rename llvmpipe_init_surface_functions()Brian Paul2010-04-281-5/+3
* llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul2010-04-281-4/+1
* llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul2010-04-281-9/+2
* llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul2010-04-281-5/+1
* llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul2010-04-281-4/+1
* llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul2010-04-281-7/+1
* llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul2010-04-281-10/+1
* llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul2010-04-281-9/+2
* draw llvm: fix constructor messZack Rusin2010-04-191-8/+0
* llvmpipe: enable draw llvm by defaultZack Rusin2010-04-191-1/+1
* Merge branch '7.8'Brian Paul2010-04-191-2/+2
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | llvmpipe: plug in draw's polygon stipple stageBrian Paul2010-04-161-0/+1
* | Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-0/+4
* | Squashed commit of the following:Keith Whitwell2010-04-101-20/+2