| Commit message (Expand) | Author | Age | Files | Lines |
* | svga: try to emit fewer buffer rebind commands | Brian Paul | 2016-09-17 | 1 | -5/+33 |
* | svga: s/unsigned/enum pipe_shader_type/ | Brian Paul | 2016-08-29 | 1 | -2/+2 |
* | svga: add guest statistic gathering interface | Charmaine Lee | 2016-08-26 | 1 | -3/+13 |
* | svga: remove unneeded memset() call in draw_vgpu10() | Brian Paul | 2016-08-16 | 1 | -2/+1 |
* | svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebind | Charmaine Lee | 2016-08-01 | 1 | -16/+19 |
* | svga: fix index/vertex buffer surface reference at draw | Charmaine Lee | 2016-06-23 | 1 | -0/+20 |
* | svga: fix vertex buffer references in the hw state | Charmaine Lee | 2016-06-23 | 1 | -25/+54 |
* | svga: fix index buffer reference in the hw state | Charmaine Lee | 2016-06-23 | 1 | -5/+13 |
* | svga: use MAYBE_UNUSED to silence release-build warnings | Brian Paul | 2016-05-27 | 1 | -7/+4 |
* | svga: Fix the index buffer rebind regression | Charmaine Lee | 2016-03-21 | 1 | -7/+2 |
* | svga: rebind stream output targets | Charmaine Lee | 2016-03-21 | 1 | -0/+5 |
* | svga: rebind index buffer | Charmaine Lee | 2016-03-21 | 1 | -0/+8 |
* | svga: unbind index buffer when drawing non-indexed primitives | Brian Paul | 2016-02-22 | 1 | -0/+10 |
* | svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED | Sinclair Yeh | 2016-01-06 | 1 | -1/+1 |
* | svga: avoid emitting redundant SetVertexBuffers() commands | Brian Paul | 2016-01-05 | 1 | -5/+21 |
* | svga: avoid emitting redundant SetIndexBuffer commands | Brian Paul | 2015-12-11 | 1 | -5/+12 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 1 | -4/+4 |
* | svga: update driver for version 10 GPU interface | Brian Paul | 2015-09-02 | 1 | -112/+485 |
* | svga: move draw debug code into separate function | Brian Paul | 2014-04-21 | 1 | -123/+135 |
* | svga: update shader code for GBS | Brian Paul | 2014-02-14 | 1 | -0/+14 |
* | svga: update svga_winsys interface for GBS | Brian Paul | 2014-02-14 | 1 | -2/+2 |
* | svga: reindent drawing code | Brian Paul | 2013-10-29 | 1 | -75/+67 |
* | svga: remove user-space vertex/index buffer code | Brian Paul | 2013-10-24 | 1 | -11/+5 |
* | svga: silence some MSVC signed/unsigned comparison warnings | Brian Paul | 2012-10-16 | 1 | -1/+1 |
* | svga: Disable bogus assertions concerning min_index/max_index. | José Fonseca | 2012-03-09 | 1 | -8/+7 |
* | svga: Flush the hwtnl primitives before writing to buffers. | José Fonseca | 2011-10-31 | 1 | -0/+33 |
* | svga: clean up return values and error codes | Brian Paul | 2011-09-23 | 1 | -1/+1 |
* | svga: skip assertion when index_bias < 0 | Brian Paul | 2011-09-22 | 1 | -1/+1 |
* | gallium/svga: Upload only parts of user-buffers that we actually use | Thomas Hellstrom | 2011-07-01 | 1 | -3/+10 |
* | gallium/svga: Make use of u_upload_flush(). | Thomas Hellstrom | 2011-07-01 | 1 | -2/+2 |
* | svga: Rebind framebuffer and tss bindings strictly when necessary. | José Fonseca | 2011-04-12 | 1 | -0/+14 |
* | svga: Fix resource leak; undo temporary workaround. | José Fonseca | 2011-02-03 | 1 | -7/+0 |
* | svga: Temporarily disable buffer DMA upload coalescing. | José Fonseca | 2011-02-03 | 1 | -0/+7 |
* | svga: Flush upload buffers or we get asserts | José Fonseca | 2011-02-02 | 1 | -0/+7 |
* | svga, glhd: Remove incorrect assert and add note | Jakob Bornecrantz | 2010-12-16 | 1 | -1/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -19/+19 |
* | svga: check min_index, max_index before assertions | Brian Paul | 2010-02-11 | 1 | -2/+6 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | svga: Fix debug build crash when rendering to depth/stencil renderbuffer only. | Michel Dänzer | 2010-01-04 | 1 | -1/+2 |
* | svga: add DEBUG_CACHE option | Keith Whitwell | 2009-11-27 | 1 | -0/+7 |
* | svga: Add svga driver | Jakob Bornecrantz | 2009-11-17 | 1 | -0/+370 |