summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.c
AgeCommit message (Expand)Author
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2010-10-21draw: implement primitive splitting for primitive restartBrian 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-08-16draw: Replace vcache by vsplit.Chia-I Wu
2010-08-16draw: Replace varray by vsplit.Chia-I Wu
2010-08-16draw: Add new util function draw_pt_trim_count.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-03draw: use instance divisor in draw_print_arrays()Brian Paul
2010-08-03draw: add assertion, rearrange debug codeBrian Paul
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul
2010-07-16draw: updated debug/dump codeBrian Paul
2010-07-15draw: update comments for drawing functionsBrian Paul
2010-07-10mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-06-07draw: don't use llvm engine when geometry shaders activeKeith Whitwell
2010-04-28draw: remove extra semicolonsBrian Paul
2010-04-26draw: Always use the llvm middle end when available & enabled.José Fonseca
2010-04-23gallium: Convert some uses of get option to staticJakob Bornecrantz
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19draw llvm: make sure use_llvm isn't used when not definedZack Rusin
2010-04-19draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin
2010-04-19draw: Implement index bias.José Fonseca
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-07draw: init draw->pt.middle.general = NULL just to be safeBrian Paul
2010-04-06gallium/draw: add additional DRAW_LLVM checkBrian Paul
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
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-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-14draw: Use util_format_name().José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2009-12-30draw: Implement draw_arrays() in terms of draw_arrays_instanced().Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-11-20draw: Initialize variable in draw_pt.c.Vinson Lee
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-11-12draw: Add missing include.Michal Krol
2008-11-06gallium: debug code to print vertex array data (disabled)Brian Paul
2008-11-05gallium: added some debug code (disabled)Brian Paul
2008-10-07draw: add switch for drivers to force vertex data passthroughKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul