summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.h
AgeCommit message (Expand)Author
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-10draw: add const qualifiersKeith Whitwell
2008-12-04gallium: added draw_texture_samplers() to support texture fetches from vertex...Brian
2008-10-07draw: add switch for drivers to force vertex data passthroughKeith Whitwell
2008-08-25gallium: added const qualifiers on some draw funcsBrian
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-04-22draw: allow drivers to query pipeline state more easilyKeith Whitwell
2008-04-21draw: propogate lots of errorsKeith Whitwell
2008-04-21draw: propogate errors out of aapoint stageKeith Whitwell
2008-04-21draw: propogate errors out of aaline stageKeith Whitwell
2008-04-21gallium: Centralize SSE usage logic.José Fonseca
2008-04-19draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell
2008-04-04gallium: Handle client-supplied edgeflags.Keith Whitwell
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-14gallium: add explicit control for point sprites (convert points to textured q...Brian
2008-03-13gallium: added draw_enable_line_stipple() functionBrian
2008-03-10draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell
2008-02-28gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul
2008-02-27gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian
2008-02-26gallium: updated prototype (missed in prev commit)Brian
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-18gallium: antialiased line drawingBrian
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca