summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_draw_arrays.c
AgeCommit message (Expand)Author
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-04-19softpipe: Implement index bias.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol
2010-01-06softpipe: fix draw return valueKeith Whitwell
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2009-12-31softpipe: implement conditional renderingBrian Paul
2009-12-30sp: Generalise drawing code to remove dupes.Michal Krol
2009-12-30sp: Implement draw_elements_instanced().Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-06-19softpipe: use u_reduced_prim()Brian Paul
2009-06-19softpipe: whitespace, reformattingBrian Paul
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-09softpipe: add null ptr check in softpipe_map_constant_buffers()Brian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2008-09-04softpipe: Add missing include.José Fonseca
2008-09-04softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-06-20gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul
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-05-01softpipe: use CPU flags for mappingKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul
2008-04-19softpipe: don't need to trim primsKeith Whitwell
2008-04-14gallium: take reduced prim, fill modes into account when cullingBrian Paul
2008-04-08gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian