summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga/drm/vmw_context.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-8/+8
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák1-14/+6
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák1-1/+1
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák1-12/+1
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-05-17svga: Add an environment variable to force coherent surface memoryThomas Hellstrom1-0/+1
2019-05-17pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom1-16/+7
2019-05-17winsys/svga: Fix RELOC_INTERNAL mob GPU accessThomas Hellstrom1-1/+9
2019-05-17svga: Remove the surface_invalidate winsys functionThomas Hellstrom1-1/+0
2019-03-08winsys/svga: use new pb_usage_flags enum typeBrian Paul1-2/+2
2017-07-17winsys/svga/drm: Enable import/export fence FDSinclair Yeh1-3/+13
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee1-3/+4
2017-04-07winsys/svga: use c11 thread types/functionsBrian Paul1-7/+7
2017-04-07winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom1-1/+29
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2016-03-04svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul1-0/+8
2016-01-06svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh1-4/+4
2015-10-22svga: Condition preemptive flush on draw emissionSinclair Yeh1-5/+10
2015-09-10winsys/svga: remove useless assertionBrian Paul1-1/+0
2015-09-02svga/winsys: Add support for VGPU10Brian Paul1-39/+167
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2014-08-12svga: Add a limit to the maximum surface sizeCharmaine Lee1-2/+17
2014-02-14svga/winsys: implement GBS supportBrian Paul1-73/+348
2014-02-14svga: update svga_winsys interface for GBSBrian Paul1-0/+1
2012-01-10svga: Drop execbuf throttlingJakob Bornecrantz1-20/+1
2012-01-10svga: Silence warningJakob Bornecrantz1-0/+1
2011-10-14svga/winsys: Make sure a flush always inserts and returns a fence if requestedThomas Hellstrom1-1/+1
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom1-6/+4
2011-09-11pb_buffer: inline 'base' sub-structMarek Olšák1-1/+1
2011-02-03svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca1-1/+1
2010-05-31st/xorg, vmware: Make throttling configurable.Thomas Hellstrom1-0/+19
2010-04-19svga: Translate svga reloc flags to pb flagsJakob Bornecrantz1-1/+16
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz1-0/+382