summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_draw_arrays.c
AgeCommit message (Expand)Author
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
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-13gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()Brian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca