summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-0/+4
* gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...Brian2008-01-231-1/+1
* Fix problems with vertex shaders and the private draw module.Brian2008-01-141-4/+8
* unref buffer after drawing, fixes rastpos mem leakBrian2008-01-011-0/+1
* actually set the max_index. useful in the driverZack Rusin2007-12-191-2/+2
* gallium: rationalize vertex_element state packetKeith Whitwell2007-12-181-3/+3
* XXX comments about some hard-coded values that need to be fixedBrian2007-12-101-0/+1
* Correct user VBO size.Ben Skeggs2007-12-101-3/+8
* gallium: support the full range of possible vertex typesKeith Whitwell2007-12-091-23/+129
* add fence interfaces and buffer create flags to pipe_winsyskeithw2007-12-091-2/+2
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-5/+1