summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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