aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga/drm
Commit message (Expand)AuthorAgeFilesLines
* winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat2017-04-261-15/+18
* svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset2017-04-131-32/+0
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-074-16/+19
* winsys/svga: use c11 thread types/functionsBrian Paul2017-04-073-13/+13
* winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom2017-04-073-2/+38
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-074-19/+19
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-074-18/+18
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-073-3/+3
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-073-3/+3
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+20
* mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner2016-07-261-1/+6
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-0/+13
* svga: Fix failures caused in fedora 24Neha Bhende2016-06-301-0/+11
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+0
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+12
* scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca2016-04-261-6/+4
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-122-4/+5
* gallium/winsys/drm: add offset to struct winsys_handleChristian König2016-03-171-0/+1
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-041-0/+8
* winsys/svga: Increase the fence timeoutThomas Hellstrom2016-03-041-1/+2
* winsys/svga: Fix an uninitialized return valueThomas Hellstrom2016-03-041-0/+2
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-061-4/+4
* svga: Condition preemptive flush on draw emissionSinclair Yeh2015-10-221-5/+10
* winsys/svga: remove useless assertionBrian Paul2015-09-101-1/+0
* svga/winsys: Add support for VGPU10Brian Paul2015-09-0219-119/+362
* winsys/svga: add new vmw_query.c[h] filesBrian Paul2015-09-023-1/+214
* svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov2015-07-291-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2110-23/+23
* util: Move gallium's linked list to utilJason Ekstrand2015-05-082-2/+2
* Fix a few typosZoë Blade2015-04-271-2/+2
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-2/+2
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-4/+2
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-051-1/+1
* winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom2014-09-041-4/+9
* gallium/pb_bufmgr_cache: limit the size of cacheMarek Olšák2014-09-011-1/+2
* winsys/$(hw): ship the Android/SCons scripts in the tarballEmil Velikov2014-08-281-0/+2
* winsys/$(hw): include headers in Makefile.sourcesEmil Velikov2014-08-281-11/+19
* winsys/svga: build: cleanup the includesEmil Velikov2014-08-282-6/+1
* android: gallium: use the installed libdrm headersEmil Velikov2014-08-131-2/+1
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-124-2/+59
* winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom2014-04-073-6/+81
* winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom2014-04-071-1/+12
* winsys/svga: Replace the query mm buffer pool with a slab pool v3Thomas Hellstrom2014-04-021-5/+13
* winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom2014-02-281-7/+8
* gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2014-02-141-1/+1
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-143-24/+29
* svga/winsys: implement GBS supportBrian Paul2014-02-1419-323/+3064