aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul2008-08-271-27/+149
* gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...Brian Paul2008-08-151-10/+21
* mesa: pf_sprint_name->pf_name.José Fonseca2008-08-071-2/+1
* gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul2008-07-101-0/+2
* gallium: move assertion (though not really significant)Brian Paul2008-07-071-1/+2
* gallium: simplify/fix buffer_offset, src_offset computation for VBO arraysBrian Paul2008-07-071-2/+21
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-1/+1
* gallium: added support for fixed-point formats, drawingBrian Paul2008-06-231-2/+12
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-3/+4
* draw: draw_range_elements trialKeith Whitwell2008-05-291-4/+23
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-2/+3
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-32/+22
* gallium: remove unused st_draw_vertices()Brian Paul2008-04-251-70/+0
* gallium: fix an edgeflags crashBrian Paul2008-04-241-1/+5
* gallium: initial edgeflags codeBrian Paul2008-04-241-1/+59
* draw: move incoming vertex state into draw->ptKeith Whitwell2008-04-191-3/+3
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-39/+43
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-1/+1
* gallium: remove old commented-out codeBrian2008-03-191-3/+3
* gallium: remove semantic info from pipe_shader_stateBrian Paul2008-03-131-3/+3
* gallium: rework CSO-related code in state trackerBrian2008-03-111-7/+6
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-081-9/+12
* gallium: don't rely on assert(0) for error handling - may be disabledKeith Whitwell2008-01-291-0/+2
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-10/+11
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-251-34/+11