aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-031-0/+5
* winsys/radeon: initialize pte_fragment_sizeMarek Olšák2019-12-301-0/+1
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-11-281-1/+0
* winsys/amdgpu: detect noop dependencies on the same ring correctlyMarek Olšák2019-11-191-6/+9
* ac: fill num_rings for remaining IPsMarek Olšák2019-11-191-2/+7
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-2/+2
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-182-2/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1413-13/+13
* radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer2019-10-301-3/+0
* winsys/amdgpu: use the new GPU reset queryMarek Olšák2019-10-281-20/+37
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-1/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-283-6/+6
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-8/+8
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-286-9/+9
* 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