aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: initialize velements state properlyRoland Scheidegger2010-03-091-0/+1
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-4/+2
|\
| * st/mesa: fix mesa statetracker adaption to new vertex elements interfaceRoland Scheidegger2010-03-011-1/+2
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-3/+0
* | mesa: Rename pipe formats.José Fonseca2010-03-011-1/+1
|/
* mesa: Add missing include.José Fonseca2010-02-141-0/+1
* mesa: Use util_format_name().José Fonseca2010-02-141-1/+1
* st/mesa: improved draw_range_elements codeBrian Paul2010-02-121-9/+7
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* st/mesa: check that state is validated before drawingBrian Paul2010-01-291-0/+3
* st/mesa: Initialise vertex element instance divisor to 0.Michal Krol2010-01-151-0/+2
* st/mesa: removed unused varBrian Paul2010-01-111-2/+0
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-80/+30
|\
| * gallium: don't use edgeflags if the app didn't supply themRoland Scheidegger2009-12-191-0/+8
| * gallium: edgeflags change fixesRoland Scheidegger2009-12-161-16/+22
| * gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-64/+0
* | Merge branch 'i965g-restart'Keith Whitwell2009-12-221-4/+28
|\ \
| * | Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-211-5/+15
| |\|
| * | mesa/st: avoid quadstrips if its easy to do soKeith Whitwell2009-12-011-3/+26
| * | i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-1/+2
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-2/+2
| |\ \
| | * | st/mesa: Silence uninitialized variables warnings in st_draw.c.Vinson Lee2009-12-121-2/+2
| | |/
* | | Merge commit 'origin/st-shader-varients'Roland Scheidegger2009-11-261-1/+1
|\ \ \ | |/ / |/| |
| * | mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-1/+1
| |/
* / st/mesa: comments for st_draw.cBrian Paul2009-11-151-4/+14
|/
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+9
|\
| * st/mesa: trim calculated userbuffer sizeKeith Whitwell2009-09-231-3/+9
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+5
* | st/mesa: fix setup_edgeflags() regressionBrian Paul2009-06-221-1/+3
* | st: add support for GL_EXT_vertex_array_bgraBrian Paul2009-05-211-1/+12
|/
* st: silence warningBrian Paul2009-03-091-0/+2
* st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul2009-03-091-3/+3
* gallium: Unify reference counting.Michel Dänzer2009-03-041-5/+5
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-1/+1
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+2
* mesa: fix offset problem with interleaved arraysAlan Hourihane2009-02-031-1/+1
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-3/+3
* Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-225/+17
|\
| * gallium: fix refcount bug introduced in eb20e2984Keith Whitwell2008-12-121-4/+5
| * st: reduce unnecessary calls to pipe->set_vertex_buffers()Keith Whitwell2008-12-121-5/+14
| * st: move feedback draw function to new fileKeith Whitwell2008-12-121-226/+8
* | mesa: move declarationAlan Hourihane2008-12-121-1/+2
* | mesa: when we have interleaved arrays, check bounds for bothAlan Hourihane2008-12-121-9/+8
|/
* Mesa: fix number of buffers in st_draw_vbo().Pekka Paalanen2008-11-101-1/+1
* gallium: added check for degenerate drawing callsBrian Paul2008-11-051-0/+3
* gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...Brian Paul2008-11-051-0/+27
* Mesa: fix the case where there are no vertex attributes.Stephane Marchesin2008-10-071-0/+2
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-20/+20
* gallium: better support for user-space interleaved arraysBrian Paul2008-08-271-35/+100