summaryrefslogtreecommitdiff
path: root/vmwgfx_shader.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom1-1/+2
2018-09-18vmwgfx: Make the object handles idr-generatedThomas Hellstrom1-11/+5
2018-09-14vmwgfx: Remove the resource avail fieldThomas Hellstrom1-2/+2
2018-08-31vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counterpartThomas Hellstrom1-1/+1
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-11/+11
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-7/+4
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-3/+3
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-5/+5
2015-09-08drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-1/+1
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-44/+441
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom1-2/+2
2014-12-01vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom1-1/+1
2014-11-14vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-3/+2
2014-06-18vmwgfx: Fix compat shader namespaceThomas Hellstrom1-270/+125
2014-02-04vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-1/+1
2014-01-31vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom1-48/+418
2013-12-17vmwgfx: Allow an RCU grace period before freeing shadersThomas Hellstrom1-1/+1
2013-12-17vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-0/+4
2013-12-17vmwgfx: Add guest-backed shadersThomas Hellstrom1-0/+437