aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-101-2/+3
|\
| * gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul2008-12-101-0/+1
| * draw: add const qualifiersKeith Whitwell2008-12-101-2/+2
* | gallium: added draw_texture_samplers() to support texture fetches from vertex...Brian2008-12-041-1/+7
|/
* draw: add switch for drivers to force vertex data passthroughKeith Whitwell2008-10-071-0/+3
* gallium: added const qualifiers on some draw funcsBrian2008-08-251-2/+2
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-1/+2
* draw: draw_range_elements trialKeith Whitwell2008-05-291-1/+9
* draw: allow drivers to query pipeline state more easilyKeith Whitwell2008-04-221-0/+12
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+1
* draw: propogate errors out of aapoint stageKeith Whitwell2008-04-211-1/+1
* draw: propogate errors out of aaline stageKeith Whitwell2008-04-211-1/+1
* gallium: Centralize SSE usage logic.José Fonseca2008-04-211-2/+0
* draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell2008-04-191-34/+3
* gallium: Handle client-supplied edgeflags.Keith Whitwell2008-04-041-0/+3
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-6/+6
* gallium: add explicit control for point sprites (convert points to textured q...Brian2008-03-141-0/+2
* gallium: added draw_enable_line_stipple() functionBrian2008-03-131-0/+3
* draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell2008-03-101-0/+5
* gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul2008-02-281-3/+1
* gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian2008-02-271-0/+4
* gallium: updated prototype (missed in prev commit)Brian2008-02-261-0/+2
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+3
* gallium: new AA point drawing stageBrian2008-02-211-0/+3
* gallium: antialiased line drawingBrian2008-02-181-1/+20
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+142