summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-14svga: update svga_winsys interface for GBSBrian Paul1-0/+1
2013-12-10svga/winsys: Implement surface sharing using prime fd handlesThomas Hellstrom1-18/+61
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-0/+6
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov1-5/+2
2013-03-19winsys/svga: improve error/debug message outputBrian Paul3-25/+35
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-0/+2
2013-01-14gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr1-1/+3
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10svga/winsys/drm: Convert to automakeMatt Turner3-19/+42
2012-08-01scons: Add support for Intel Compiler.Vinson Lee1-1/+1
2012-07-25scons: Fix build with clang.Vinson Lee1-1/+1
2012-01-10svga: Drop execbuf throttlingJakob Bornecrantz4-35/+1
2012-01-10svga: Silence warningJakob Bornecrantz1-0/+1
2011-10-19winsys/svga: Remove some unneeded debug codeThomas Hellstrom1-16/+0
2011-10-14winsys/svga: Rework buffer allocation to make it more robust v2.Thomas Hellstrom3-17/+57
2011-10-14svga/winsys: Make sure a flush always inserts and returns a fence if requestedThomas Hellstrom1-1/+1
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-2/+2
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom9-261/+665
2011-09-11pb_buffer: inline 'base' sub-structMarek Olšák2-5/+5
2011-08-27android: add support for vmwgfxChia-I Wu1-0/+44
2011-08-27winsys/svga: share the source listChia-I Wu3-21/+13
2011-08-24winsys/svga: use os_mmap() for memory mappingChia-I Wu1-5/+6
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca1-1/+1
2011-05-10svga/drm: Implement svga_winsys_screen::get_hw_version.José Fonseca1-0/+14
2011-02-03svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca1-1/+1