summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga
AgeCommit message (Expand)AuthorFilesLines
2017-04-26winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat1-15/+18
2017-04-13svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset1-32/+0
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee4-16/+19
2017-04-07winsys/svga: use c11 thread types/functionsBrian Paul3-13/+13
2017-04-07winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom3-2/+38
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri4-19/+19
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri4-18/+18
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri3-3/+3
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri3-3/+3
2016-10-04gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-0/+20
2016-07-26mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner1-1/+6
2016-07-08svga: invalidate gb surface before it is reusedCharmaine Lee1-0/+13
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende1-0/+11
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-1/+0
2016-05-30gallium: push offset down to driverStanimir Varbanov1-0/+12
2016-04-26scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca1-6/+4
2016-04-12pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2-4/+5
2016-03-17gallium/winsys/drm: add offset to struct winsys_handleChristian König1-0/+1
2016-03-04svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul1-0/+8
2016-03-04winsys/svga: Increase the fence timeoutThomas Hellstrom1-1/+2
2016-03-04winsys/svga: Fix an uninitialized return valueThomas Hellstrom1-0/+2
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 Paul19-119/+362
2015-09-02winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+214
2015-07-29svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov1-1/+0
2015-07-21gallium: replace INLINE with inlineIlia Mirkin10-23/+23
2015-05-08util: Move gallium's linked list to utilJason Ekstrand2-2/+2
2015-04-27Fix a few typosZoë Blade1-2/+2
2015-04-22android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov1-2/+2
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-4/+2
2014-09-05configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer1-1/+1
2014-09-04winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-09-01gallium/pb_bufmgr_cache: limit the size of cacheMarek Olšák1-1/+2
2014-08-28winsys/$(hw): ship the Android/SCons scripts in the tarballEmil Velikov1-0/+2
2014-08-28winsys/$(hw): include headers in Makefile.sourcesEmil Velikov1-11/+19
2014-08-28winsys/svga: build: cleanup the includesEmil Velikov2-6/+1
2014-08-13android: gallium: use the installed libdrm headersEmil Velikov1-2/+1
2014-08-12svga: Add a limit to the maximum surface sizeCharmaine Lee4-2/+59
2014-04-07winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom3-6/+81
2014-04-07winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom1-1/+12
2014-04-02winsys/svga: Replace the query mm buffer pool with a slab pool v3Thomas Hellstrom1-5/+13
2014-02-28winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom1-7/+8
2014-02-14gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul1-1/+1
2014-02-14svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom3-24/+29
2014-02-14svga/winsys: implement GBS supportBrian Paul19-323/+3064