summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | llvmpipe: Remove unnecessary header.Vinson Lee2010-04-081-1/+0
* | llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-071-1/+1
* | llvmpipe: Remove unused variable.Vinson Lee2010-04-061-1/+0
* | llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin2010-04-061-1/+5
* | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-301-4/+6
|\ \
| * \ Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+1
| |\ \
| * \ \ Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-2/+5
| |\ \ \
| * | | | llvmpipe: Fix after sampler view changes.michal2009-12-101-4/+6
* | | | | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-151-2/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+1
| | |/ / | |/| |
| * | | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+4
| |\ \ \ | | |_|/ | |/| |
| | * | llvmpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-1/+4
| | |/
| * / llvmpipe: reorganize transfer usageKeith Whitwell2010-03-021-1/+1
| |/
* / gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-2/+4
|/
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-121-0/+1
|\
| * llvmpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+1
* | llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-101-2/+0
|/
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+2
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-105/+13
|\
| * llvmpipe: added simple perf/statistics counting facilityBrian Paul2010-01-211-0/+5
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-161-2/+2
| |\
| * | llvmpipe: assorted clean-ups in texture codeBrian Paul2010-01-141-1/+0
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-6/+10
| |\ \