summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_draw_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove redundant includesKeith Whitwell2010-03-041-1/+0
* softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-86/+10
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-4/+4
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-19/+29
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-12/+23
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-8/+8
|\
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-6/+6
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-43/+139
|\ \
| * | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-22/+22
| * | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-7/+20
| |\ \
| * | | sp: Generalise drawing code to remove dupes.Michal Krol2009-12-301-81/+84
| * | | sp: Implement draw_elements_instanced().Michal Krol2009-12-301-2/+44
| * | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+51
| | |/ | |/|
* | | softpipe: fix draw return valueKeith Whitwell2010-01-061-1/+1
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+8
|\ \ \ | |_|/ |/| |
| * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-10/+8
* | | softpipe: implement conditional renderingBrian Paul2009-12-311-0/+4
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-7/+16
| |/ |/|
* | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-8/+0
|/
* softpipe: use u_reduced_prim()Brian Paul2009-06-191-15/+2
* softpipe: whitespace, reformattingBrian Paul2009-06-191-8/+5
* softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-151-0/+2
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-2/+8
|\
| * softpipe: add null ptr check in softpipe_map_constant_buffers()Brian Paul2009-02-091-2/+8
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-1/+1
|/
* gallium: make p_winsys internalZack Rusin2009-01-301-3/+3
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-3/+3
* softpipe: Add missing include.José Fonseca2008-09-041-0/+1
* softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-4/+4
* gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul2008-06-201-2/+2
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-2/+3
* draw: draw_range_elements trialKeith Whitwell2008-05-291-6/+25
* softpipe: use CPU flags for mappingKeith Whitwell2008-05-011-3/+3
* gallium: tex surface checkpointKeith Whitwell2008-05-011-3/+3
* gallium: plug in softpipe_set_edgeflags() functionBrian Paul2008-04-241-0/+9
* softpipe: don't need to trim primsKeith Whitwell2008-04-191-11/+0
* gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-141-0/+15
* gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-13/+9
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()Brian2008-03-131-0/+8
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+164