summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_winsys.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: add sample count to the surface_can_create interfaceCharmaine Lee1-1/+2
2018-09-10svga: add have_sm4_1 flag, helper functionBrian Paul1-0/+3
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee1-1/+1
2018-09-05svga/winsys: Add cap2 support in winsysNeha Bhende1-0/+1
2018-09-05svga: update device header files from upstreamBrian Paul1-1/+2
2018-01-17svga: add num-commands-per-draw HUD queryBrian Paul1-0/+4
2017-07-17winsys/svga/drm: Create winsys interface for Fence FDSinclair Yeh1-1/+33
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh1-0/+3
2017-07-17svga: whitespace clean-up in svga_winsys.hBrian Paul1-67/+66
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee1-1/+1
2017-06-16svga: add some missing SVGA_STATS_* enum values, prefix stringsBrian Paul1-2/+15
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee1-8/+7
2016-09-17svga: use upload buffer for upload texture.Charmaine Lee1-0/+1
2016-09-17svga: try to emit fewer buffer rebind commandsBrian Paul1-0/+3
2016-08-26svga: fix ordering of mksstats counter stringsCharmaine Lee1-1/+1
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-0/+153
2016-07-08svga: invalidate gb surface before it is reusedCharmaine Lee1-0/+8
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende1-0/+3
2016-03-21svga: add svga_winsys_context::pipe_debug_callback pointerBrian Paul1-0/+4
2016-03-04svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul1-0/+6
2016-01-06svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh1-1/+1
2015-10-22svga: Condition preemptive flush on draw emissionSinclair Yeh1-0/+7
2015-09-02svga/winsys: Add support for VGPU10Brian Paul1-10/+105
2014-08-12svga: Add a limit to the maximum surface sizeCharmaine Lee1-0/+12
2014-02-14svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom1-2/+13
2014-02-14svga: update svga_winsys interface for GBSBrian Paul1-4/+127
2012-08-08svga: remove unused svga_winsys_handle typeBrian Paul1-3/+0
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom1-1/+2
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca1-2/+2
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca1-0/+3
2010-06-06svga: Move bootstrap code to targetsJakob Bornecrantz1-3/+0
2010-05-31svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom1-0/+3
2010-05-03svga: Update flags documentation.José Fonseca1-8/+5
2010-04-10Squashed commit of the following:Keith Whitwell1-17/+16
2010-03-01svga: Conversion to winsys handleJakob Bornecrantz1-13/+20
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-3/+0
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz1-0/+6
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+299