summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* svga: try to emit fewer buffer rebind commandsBrian Paul2016-09-171-0/+2
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-061-8/+8
* svga: allow preemptive flushing on DMA, update, and readback commandsSinclair Yeh2016-01-061-0/+7
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-2/+2
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* svga: Condition preemptive flush on draw emissionSinclair Yeh2015-10-221-0/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-6/+10
* svga: remove unused SVGA3D_* command functionsBrian Paul2015-09-021-134/+0
* svga/winsys: Add support for VGPU10Brian Paul2015-09-021-4/+4
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.Matthew McClure2014-08-041-1/+1
* svga: add new GBS commandsBrian Paul2014-02-141-5/+551
* svga: update svga_winsys interface for GBSBrian Paul2014-02-141-6/+8
* svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul2013-05-091-82/+82
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* svga: minor code reformattingBrian Paul2012-08-161-2/+3
* svga: Coalesce multiple shader constants in a single command.José Fonseca2011-09-231-0/+53
* svga: fix typos, update commentsBrian Paul2011-06-081-7/+5
* svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca2011-03-111-2/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca2010-08-221-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-22/+23
* svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca2010-02-221-4/+5
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+1427