summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt.c
Commit message (Expand)AuthorAgeFilesLines
* geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin2010-06-091-7/+12
* draw: don't use llvm engine when geometry shaders activeKeith Whitwell2010-06-071-1/+1
* draw: remove extra semicolonsBrian Paul2010-04-281-3/+3
* draw: Always use the llvm middle end when available & enabled.José Fonseca2010-04-261-16/+21
* gallium: Convert some uses of get option to staticJakob Bornecrantz2010-04-231-3/+10
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-1/+5
|\
| * draw: Implement index bias.José Fonseca2010-04-191-1/+5
* | draw llvm: make sure use_llvm isn't used when not definedZack Rusin2010-04-191-1/+1
* | draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin2010-04-191-1/+3
|/
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-1/+1
* draw: init draw->pt.middle.general = NULL just to be safeBrian Paul2010-04-071-0/+2
* gallium/draw: add additional DRAW_LLVM checkBrian Paul2010-04-061-0/+3
* Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-151-6/+3
|\
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-3/+2
| |\
| | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-3/+2
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-3/+1
| |/
* / gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-1/+3
|/
* draw: Use util_format_name().José Fonseca2010-02-141-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * draw: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | draw: Implement draw_arrays() in terms of draw_arrays_instanced().Michal Krol2009-12-301-26/+18
* | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+23
* | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-11/+0
* | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-1/+3
|/
* draw: Initialize variable in draw_pt.c.Vinson Lee2009-11-201-1/+2
* draw: use u_reduced_prim() functionBrian Paul2009-06-191-1/+2
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-1/+1
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-3/+3
* draw: Add missing include.Michal Krol2008-11-121-0/+1
* gallium: debug code to print vertex array data (disabled)Brian Paul2008-11-061-0/+89
* gallium: added some debug code (disabled)Brian Paul2008-11-051-0/+24
* draw: add switch for drivers to force vertex data passthroughKeith Whitwell2008-10-071-19/+19
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* gallium: fix trim() function bug when count < firstBrian Paul2008-07-041-0/+2
* gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca2008-06-101-2/+2
* draw: trim incoming primitivesKeith Whitwell2008-05-301-0/+15
* draw: add more switches to turn FSE on/offKeith Whitwell2008-05-291-1/+2
* draw: enable FSE by defaultKeith Whitwell2008-05-281-7/+4
* draw: get rid of fetch-shade-emit frontend hackKeith Whitwell2008-05-231-14/+0
* draw: turn fse path into a middle endKeith Whitwell2008-05-121-16/+18
* draw: streamline the varray pathKeith Whitwell2008-05-121-1/+1
* draw: add fetch-shade-emit pathKeith Whitwell2008-05-121-4/+21
* split larger primitives in the simple varray ptZack Rusin2008-05-081-2/+1
* draw: no need to special-case elts/get_elts for varray frontendKeith Whitwell2008-04-251-7/+5
* frontend for rendering without eltsZack Rusin2008-04-251-7/+23
* draw: allow drivers to query pipeline state more easilyKeith Whitwell2008-04-221-2/+4
* draw: move incoming vertex state into draw->ptKeith Whitwell2008-04-191-0/+8
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-18/+0
* draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell2008-04-191-18/+18
* draw: remove draw_prim.cKeith Whitwell2008-04-181-0/+55