summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2014-04-102-3/+21
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-103-21/+30
* winsys/radeon: fix a race condition between 2 calls to radeon_winsys_createMarek Olšák2014-04-101-3/+17
* winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák2014-04-104-7/+9
* winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2014-04-102-14/+10
* winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák2014-04-104-205/+5
* winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák2014-04-101-0/+2
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-094-4/+31
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-092-22/+58
* gallium/radeon: fix warningsMarek Olšák2014-04-091-1/+1
* 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/radeon: only add duplicate relocations for DMA if VM isn't supportedMarek Olšák2014-03-201-10/+13
* winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer2014-03-171-48/+26
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-112-5/+7
* winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2014-03-112-8/+32
* ilo: do not set I915_EXEC_NO_RELOCChia-I Wu2014-03-101-11/+1
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-102-0/+4
* ilo: require hardware logical context supportChia-I Wu2014-03-102-2/+20
* ilo: protect the decode context with a mutexChia-I Wu2014-03-101-7/+20
* ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2014-03-102-3/+15
* ilo: move ring types to winsysChia-I Wu2014-03-102-15/+19
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-102-0/+3
* ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2014-03-102-0/+15
* ilo: rework winsys batch buffer functionsChia-I Wu2014-03-102-38/+47
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-102-13/+12
* ilo: remove intel_bo_get_size()Chia-I Wu2014-03-102-13/+0
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-102-24/+36
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-102-26/+22
* ilo: add a wrapper to cast struct intel_boChia-I Wu2014-03-101-23/+28
* ilo: fix DRM_API_HANDLE_TYPE_FD exportChia-I Wu2014-03-101-2/+0
* ilo: improve winsys documentation/commentsChia-I Wu2014-03-102-15/+107
* ilo: remove intel_winsys_enable_reuse()Chia-I Wu2014-03-102-11/+3
* Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák2014-03-081-28/+12
* winsys/radeon: if there's VRAM-only usage, keep itMarek Olšák2014-03-071-12/+28
* winsys/svga: Avoid calling drm getparam for max surface size on older kernelsThomas Hellstrom2014-02-281-7/+8
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-222-1/+12
* gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2014-02-142-2/+2
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-143-24/+29
* svga/winsys: implement GBS supportBrian Paul2014-02-1419-323/+3064
* gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom2014-02-141-1/+1
* pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom2014-02-141-1/+1
* svga: update svga_winsys interface for GBSBrian Paul2014-02-141-0/+1
* radeon/winsys: add VCE support v4Christian König2014-02-133-1/+31
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-4/+74
* gallium/radeon: fix warningsMarek Olšák2014-02-061-3/+3
* freedreno: ctx should hold ref to devRob Clark2014-02-011-1/+1
* radeon: More missing stdio.h includes.José Fonseca2014-01-231-0/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-1/+1