summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: update svga_winsys interface for GBSBrian Paul2014-02-141-0/+1
* svga/winsys: Implement surface sharing using prime fd handlesThomas Hellstrom2013-12-101-18/+61
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* gallium/winsys: compact compiler flags into Automake.incEmil Velikov2013-11-161-5/+2
* winsys/svga: improve error/debug message outputBrian Paul2013-03-193-25/+35
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-0/+2
* gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr2013-01-141-1/+3
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* svga/winsys/drm: Convert to automakeMatt Turner2013-01-103-19/+42