summaryrefslogtreecommitdiff
path: root/vmwgfx_context.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-05vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-2/+2
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-5/+5
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-5/+3
2016-12-07vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'Christophe JAILLET1-2/+2
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-1/+69
2015-09-08vmwgfx: Command parser fixes for DXCharmaine Lee1-0/+1
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-391/+350
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-09-08vmwgfx: Fix query buffer locking order violationThomas Hellstrom1-1/+1
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom1-4/+4
2014-11-14vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-3/+2
2014-06-18vmwgfx: Fix compat shader namespaceThomas Hellstrom1-10/+28
2014-02-04vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-21/+123
2013-12-17vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-4/+97
2013-12-17vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom1-0/+216
2013-12-17vmwgfx: Remove unused vmw_context_allocJakob Bornecrantz1-2/+0
2013-12-17vmwgfx: Hook up guest-backed contextsThomas Hellstrom1-0/+223
2013-10-09vmwgfx: Remove unused vmw_context_allocJakob Bornecrantz1-12/+0
2012-11-30ttm,vmwgfx: Use RCU locking for object lookupsThomas Hellstrom1-1/+1
2012-11-07vmwgfx: Break out surface and context management to separate filesThomas Hellstrom1-0/+274