summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Make DRI dependencies and build depend on the targetJon TURNEY1-1/+1
2014-05-15nvc0: enable support for maxwell boardsBen Skeggs1-0/+1
2014-05-10ilo: destroy the mutex, if winsys creation failsEmil Velikov1-0/+1
2014-05-02radeonsi: add support for Mullins asics.Samuel Li2-0/+2
2014-04-29radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2-0/+6
2014-04-25r600g: disable async DMA on R700Marek Olšák1-1/+2
2014-04-17winsys/radeon: remove some unused codeMarek Olšák1-28/+8
2014-04-17winsys/radeon: remove is_handle_added arrayMarek Olšák2-30/+34
2014-04-17winsys/radeon: remove local variable reloc from radeon_get_relocMarek Olšák1-5/+2
2014-04-17winsys/radeon: remove parameter reloc from radeon_get_relocMarek Olšák2-11/+8
2014-04-16gallium/radeon: create and return a fence in the flush functionMarek Olšák4-22/+36
2014-04-16winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2-26/+12
2014-04-16winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2-26/+19
2014-04-16winsys/radeon: consolidate hash table lookupMarek Olšák2-68/+49
2014-04-10winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2-3/+21
2014-04-10winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák3-21/+30
2014-04-10winsys/radeon: fix a race condition between 2 calls to radeon_winsys_createMarek Olšák1-3/+17
2014-04-10winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák4-7/+9
2014-04-10winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2-14/+10
2014-04-10winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák4-205/+5
2014-04-10winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák1-0/+2
2014-04-09r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák4-4/+31
2014-04-09r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2-22/+58
2014-04-09gallium/radeon: fix warningsMarek Olšák1-1/+1
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-03-20winsys/radeon: only add duplicate relocations for DMA if VM isn't supportedMarek Olšák1-10/+13
2014-03-17winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer1-48/+26
2014-03-11r300g,uvd,vce: set priorities for relocationsMarek Olšák2-5/+7
2014-03-11winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2-8/+32
2014-03-10ilo: do not set I915_EXEC_NO_RELOCChia-I Wu1-11/+1
2014-03-10ilo: print a warning when PPGTT is disabledChia-I Wu2-0/+4
2014-03-10ilo: require hardware logical context supportChia-I Wu2-2/+20
2014-03-10ilo: protect the decode context with a mutexChia-I Wu1-7/+20
2014-03-10ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2-3/+15
2014-03-10ilo: move ring types to winsysChia-I Wu2-15/+19
2014-03-10ilo: winsys may limit the batch buffer sizeChia-I Wu2-0/+3
2014-03-10ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2-0/+15
2014-03-10ilo: rework winsys batch buffer functionsChia-I Wu2-38/+47
2014-03-10ilo: replace bo alloc flags by initial domainsChia-I Wu2-13/+12
2014-03-10ilo: remove intel_bo_get_size()Chia-I Wu2-13/+0
2014-03-10ilo: remove intel_bo_get_virtual()Chia-I Wu2-24/+36
2014-03-10ilo: rework winsys bo reloc functionsChia-I Wu2-26/+22
2014-03-10ilo: add a wrapper to cast struct intel_boChia-I Wu1-23/+28
2014-03-10ilo: fix DRM_API_HANDLE_TYPE_FD exportChia-I Wu1-2/+0
2014-03-10ilo: improve winsys documentation/commentsChia-I Wu2-15/+107
2014-03-10ilo: remove intel_winsys_enable_reuse()Chia-I Wu2-11/+3
2014-03-08Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák1-28/+12
2014-03-07winsys/radeon: if there's VRAM-only usage, keep itMarek Olšák1-12/+28