summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.c
Commit message (Expand)AuthorAgeFilesLines
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-6/+15
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-14/+7
* draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz2012-01-091-5/+11
* draw: Make it possible to create a llvm free contextJakob Bornecrantz2012-01-091-15/+33
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-2/+2
* draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul2011-10-111-1/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-111-1/+1
* draw: Never allocate duplicate extra vertex attribs.José Fonseca2011-09-251-17/+33
* draw: add support for guard-band clippingBrian Paul2011-09-221-1/+5
* draw: s/1/TRUE/Brian Paul2011-06-071-2/+2
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-2/+2
* draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca2011-02-111-1/+1
* draw: Init llvm if not providedJakob Bornecrantz2011-01-241-3/+12
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+8
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-7/+22
* Merge branch 'llvm-cliptest-viewport'Keith Whitwell2010-10-191-0/+1
|\
| * draw: some changes to allow for runtime changes to userclip planesdelphi2010-10-101-0/+1
* | draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul2010-10-121-3/+3
* | draw: pass sampler state down to llvm jit stateBrian Paul2010-09-291-0/+5
|/
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-9/+47
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-6/+25
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-42/+0
* draw: Add draw_set_index_buffer and others.Chia-I Wu2010-08-251-6/+29
* draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri2010-08-161-6/+31
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-2/+9
* draw: disable depth clipping if depth clamp is enabledMarek Olšák2010-07-211-0/+1
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-0/+56
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-4/+9
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+22
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-1/+1
* draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca2010-04-211-0/+1
* gallium/draw: fix point sprite handlingBrian Paul2010-04-211-0/+11
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-0/+4
|\
| * draw: Implement index bias.José Fonseca2010-04-191-0/+4
* | draw llvm: Move dereference of pointer after NULL check.Vinson Lee2010-04-201-1/+3
* | draw llvm: fix constructor messZack Rusin2010-04-191-0/+8
* | Merge branch '7.8'Brian Paul2010-04-191-6/+59
|\ \ | |/ |/|
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-6/+59
* | draw: Cosmetic cleanups and comments.José Fonseca2010-04-181-0/+6
* | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-151-6/+2
|\|
| * gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-6/+2
* | gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-9/+17
|/
* draw: add const qualifiers, fix return typesBrian Paul2010-02-021-2/+4
* draw: new, updated commentsBrian Paul2010-02-021-4/+20
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-4/+7
* gallium/draw: Remove unnecessary headers.Vinson Lee2010-01-271-2/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * draw: Remove unnecessary headers.Vinson Lee2010-01-211-3/+0
* | draw: Fix memory leak in gs codeJakob Bornecrantz2010-01-161-0/+1