aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* meson: build gallium gdi winsysDylan Baker2019-10-101-0/+27
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-082-2/+3
* winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák2019-10-071-0/+3
* virgl: honor winsys supplied metadataGurchetan Singh2019-10-021-1/+6
* virgl: modify resource_create_from_handle(..) callbackGurchetan Singh2019-10-021-1/+5
* virgl: remove stride from virgl_hw_resGurchetan Singh2019-10-022-3/+0
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-192-2/+2
* virgl: Remove wrong EAGAIN handling for drmIoctlLepton Wu2019-09-181-3/+3
* virgl: replace fprintf with _debug_printfLepton Wu2019-09-141-5/+5
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-091-1/+22
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-091-0/+70
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-091-2/+3
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-092-11/+0
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-092-22/+2
* winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUGMarek Olšák2019-08-272-4/+8
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+1
* virgl: fix format conversion for recent gallium changes.Dave Airlie2019-08-262-2/+2
* virgl: drop unused format fieldDave Airlie2019-08-262-2/+0
* kmsro: Add missing definitions to Android.mkRoman Stratiienko2019-08-141-0/+2
* mesa: freedreno: Android.registers.mk: Fix up register xml.h file generationJohn Stultz2019-08-071-0/+2
* etnaviv: add alternative NIR compilerJonathan Marek2019-08-061-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* meson: Test for program_invocation_nameMatt Turner2019-07-301-1/+1
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-291-0/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-227-37/+37
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* freedreno: Add dependency on the xml build to the winsys.Eric Anholt2019-07-111-1/+4
* android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang2019-07-102-4/+0
* radeonsi/gfx10: enable 1D texturesMarek Olšák2019-07-091-2/+4
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-031-1/+3
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-032-5/+16
* winsys/amdgpu: Add amdgpu_screen_winsysMichel Dänzer2019-07-037-142/+183
* winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded castsMichel Dänzer2019-07-033-8/+8
* android: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang2019-06-291-1/+1
* android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi2019-06-212-0/+4
* android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependeciesMauro Rossi2019-06-211-1/+1
* drisw: move build logic to build systemsEric Engestrom2019-06-211-6/+4
* winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom2019-06-203-15/+10
* gallium/virgl: Add code path for virgl to read driconfGert Wollny2019-06-202-3/+3
* virgl: add resource_reference to virgl_winsysChia-I Wu2019-06-172-30/+17
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-0/+1
* virgl: Return immediately when finding a compatible resource in the cacheAlexandros Frantzis2019-06-141-25/+14
* virgl: Use virgl_resource_cache in the vtest winsysAlexandros Frantzis2019-06-144-122/+44
* virgl: Use virgl_resource_cache in the drm winsysAlexandros Frantzis2019-06-144-123/+44
* virgl: Introduce virgl_resource_cacheAlexandros Frantzis2019-06-145-0/+330
* gallium/winsys/kms: Fix dumb buffer bppKevin Strasser2019-06-121-1/+1
* r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier2019-06-111-1/+3
* virgl: consider newly created resources idleChia-I Wu2019-06-111-6/+8
* virgl: make resource_wait/resource_is_busy cheaperChia-I Wu2019-06-112-0/+27