aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_draw.c
Commit message (Expand)AuthorAgeFilesLines
* svga: remove unneeded #includes in svga_pipe_draw.cBrian Paul2018-02-011-7/+0
* svga: whitespace/formatting fixes in svga_pipe_draw.cBrian Paul2018-02-011-33/+34
* svga: clean up retry_draw_range_elements(), retry_draw_arrays()Brian Paul2018-02-011-54/+27
* gallium: remove unused and deprecated u_time.hNicolai Hähnle2017-11-091-1/+0
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-18/+18
* svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee2017-04-071-2/+12
* svga: s/unsigned/pipe_prim_type/Brian Paul2017-03-021-1/+1
* svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removalBrian Paul2017-02-241-1/+1
* svga: implement user index buffersMarek Olšák2017-02-251-1/+12
* svga: move svga_mark_surfaces_dirty() prototype to svga_surface.hBrian Paul2016-11-031-0/+1
* svga: remove disable_shader debug variableBrian Paul2016-09-211-6/+0
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-14/+28
* svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul2016-05-261-2/+2
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-2/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-35/+76
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-241-186/+0
* svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul2013-04-031-0/+3
* svga: whitespace fixes, remove useless commentsBrian Paul2012-10-161-11/+11
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* svga: remove the special zero-stride vertex array codeBrian Paul2012-05-251-8/+1
* svga: return PIPE_OK instead of 0Brian Paul2012-04-181-1/+1
* svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul2012-01-261-0/+11
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+3
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-051-3/+1
* svga: clean up return values and error codesBrian Paul2011-09-231-5/+5
* svga: Use the correct element size.José Fonseca2011-07-011-1/+1
* svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom2011-07-011-20/+81
* svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul2011-07-011-3/+3
* svga: fix incorrect user buffer size computationBrian Paul2011-07-011-1/+3
* gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom2011-07-011-1/+129
* svga: Flush when switching between HW to SW TNL, after updating need_swtnl.José Fonseca2011-07-011-8/+15
* svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-161-12/+0
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* svga: flush when transitioning between HW and SW rendering pathsBrian Paul2011-02-161-0/+8
* svga: Remove redundant svga_draw_range_elements.Chia-I Wu2010-08-251-58/+24
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-25/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+24
* svga: Implement index bias.José Fonseca2010-04-191-6/+10
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* svga: remove dead debug sleepKeith Whitwell2010-02-081-5/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | gallium: remove return value from draw callsKeith Whitwell2009-12-211-15/+13
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+261