summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-03svga: add SVGA_3D_CMD_INVALIDATE_GB_SURFACE supportCharmaine Lee1-0/+18
2016-09-17svga: try to emit fewer buffer rebind commandsBrian Paul1-0/+2
2016-01-06svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh1-8/+8
2016-01-06svga: allow preemptive flushing on DMA, update, and readback commandsSinclair Yeh1-0/+7
2016-01-06gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan1-2/+2
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-3/+3
2015-10-22svga: Condition preemptive flush on draw emissionSinclair Yeh1-0/+2
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-6/+10
2015-09-02svga: remove unused SVGA3D_* command functionsBrian Paul1-134/+0
2015-09-02svga/winsys: Add support for VGPU10Brian Paul1-4/+4
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-08-04svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.Matthew McClure1-1/+1
2014-02-14svga: add new GBS commandsBrian Paul1-5/+551
2014-02-14svga: update svga_winsys interface for GBSBrian Paul1-6/+8
2013-05-09svga: misc whitespace and comment fixes in svga_cmd.cBrian Paul1-82/+82
2013-02-23svga: remove some extraneous whitespaceBrian Paul1-8/+0
2012-08-16svga: minor code reformattingBrian Paul1-2/+3
2011-09-23svga: Coalesce multiple shader constants in a single command.José Fonseca1-0/+53
2011-06-08svga: fix typos, update commentsBrian Paul1-7/+5
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca1-2/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+2
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-22/+23
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca1-4/+5
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+1427