aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_draw_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "softpipe: Don't draw when rasterizer_discard is set"Gert Wollny2019-08-011-3/+0
* softpipe: Don't draw when rasterizer_discard is setGert Wollny2019-07-291-0/+3
* softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2019-07-171-14/+0
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-10/+6
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-4/+5
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-0/+15
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: check if so_target is NULL before accessing itRoland Scheidegger2013-08-301-2/+5
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-311-3/+3
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-171-2/+2
* draw: clear the draw buffers in drawZack Rusin2013-06-171-2/+2
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-3/+10
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+4
* softpipe: fix streamout with an emptry geometry shaderZack Rusin2013-04-221-0/+7
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+5
* gallium: unify transfer functionsMarek Olšák2012-10-111-2/+0
* draw: simplify index buffer specificationBrian Paul2012-05-311-2/+5
* gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-3/+6
* gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-1/+3
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-52/+10
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-2/+2
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-19/+7
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-291-2/+2
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-150/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-30/+62
* softpipe: re-order drawing functions to get rid of prototypeBrian Paul2010-07-151-108/+102
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+51
* softpipe: Implement index bias.José Fonseca2010-04-191-3/+13
* Squashed commit of the following:Keith Whitwell2010-04-101-8/+8
* 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