summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.c
AgeCommit message (Expand)Author
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca
2011-01-24draw: Init llvm if not providedJakob Bornecrantz
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-10-19Merge branch 'llvm-cliptest-viewport'Keith Whitwell
2010-10-12draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul
2010-10-10draw: some changes to allow for runtime changes to userclip planesdelphi
2010-09-29draw: pass sampler state down to llvm jit stateBrian Paul
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-25draw: Add draw_set_index_buffer and others.Chia-I Wu
2010-08-16draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-04-21draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca
2010-04-21gallium/draw: fix point sprite handlingBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-20draw llvm: Move dereference of pointer after NULL check.Vinson Lee
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-19draw: Implement index bias.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-18draw: Cosmetic cleanups and comments.José Fonseca
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-02draw: add const qualifiers, fix return typesBrian Paul
2010-02-02draw: new, updated commentsBrian Paul
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-27gallium/draw: Remove unnecessary headers.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2010-01-16draw: Fix memory leak in gs codeJakob Bornecrantz
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-02-14draw: Fix segfault if rast is nullJakob Bornecrantz
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-10draw: add const qualifiersKeith Whitwell
2008-12-04gallium: added draw_texture_samplers() to support texture fetches from vertex...Brian
2008-10-07draw: add switch for drivers to force vertex data passthroughKeith Whitwell
2008-08-25gallium: added const qualifiers on some draw funcsBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul