summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga/drm/vmw_screen_dri.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20svga: Unify gmr and mob surface pool managersMaaz Mombasawala1-2/+2
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-8/+8
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-3/+3
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2018-09-10winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat1-1/+1
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee1-1/+1
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie1-7/+7
2017-04-13svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset1-32/+0
2016-05-30gallium: push offset down to driverStanimir Varbanov1-0/+12
2016-03-17gallium/winsys/drm: add offset to struct winsys_handleChristian König1-0/+1
2015-09-02svga/winsys: Add support for VGPU10Brian Paul1-2/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-09-04winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-04-07winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom1-3/+4
2014-02-14svga/winsys: implement GBS supportBrian Paul1-1/+93
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-03-19winsys/svga: improve error/debug message outputBrian Paul1-17/+17
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom1-10/+3
2010-09-30gallium/winsys: remove duplicated includeNicolas Kaiser1-1/+0
2010-08-10svga: Remove unnecessary headers.Vinson Lee1-2/+0
2010-06-06svga: Move bootstrap code to targetsJakob Bornecrantz1-31/+8
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-29/+16
2010-05-25gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz1-101/+7
2010-04-20gallium: Fix copy typoJakob Bornecrantz1-1/+1
2010-04-20svga: Minor clean up of winsysJakob Bornecrantz1-0/+1
2010-03-26svga/drm: Fix build under sconsJakob Bornecrantz1-1/+1
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz1-0/+373