summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Call shmget() with permission 0600 instead of 0777Brian Paul2-2/+4
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt13-13/+13
2019-10-30radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer1-3/+0
2019-10-28winsys/amdgpu: use the new GPU reset queryMarek Olšák1-20/+37
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri1-1/+1
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-1/+1
2019-10-28util: remove LIST_DEL macroTimothy Arceri3-6/+6
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri5-8/+8
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri6-9/+9
2019-10-24winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom1-1/+4
2019-10-10meson: build gallium gdi winsysDylan Baker1-0/+27
2019-10-08amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2-2/+3
2019-10-07winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák1-0/+3
2019-10-02virgl: honor winsys supplied metadataGurchetan Singh1-1/+6
2019-10-02virgl: modify resource_create_from_handle(..) callbackGurchetan Singh1-1/+5
2019-10-02virgl: remove stride from virgl_hw_resGurchetan Singh2-3/+0
2019-09-19util/u_queue: track job size and limit the size of queue growthTimothy Arceri2-2/+2
2019-09-18virgl: Remove wrong EAGAIN handling for drmIoctlLepton Wu1-3/+3
2019-09-14virgl: replace fprintf with _debug_printfLepton Wu1-5/+5
2019-09-09radeonsi: move texture storage allocation outside of radeonsiMarek Olšák1-1/+22
2019-09-09radeonsi: move HTILE allocation outside of radeonsiMarek Olšák1-0/+70
2019-09-09ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák1-2/+3
2019-09-09r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2-11/+0
2019-09-09r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2-22/+2
2019-08-27winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUGMarek Olšák2-4/+8
2019-08-27ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset1-0/+1
2019-08-26virgl: fix format conversion for recent gallium changes.Dave Airlie2-2/+2
2019-08-26virgl: drop unused format fieldDave Airlie2-2/+0
2019-08-14kmsro: Add missing definitions to Android.mkRoman Stratiienko1-0/+2
2019-08-07mesa: freedreno: Android.registers.mk: Fix up register xml.h file generationJohn Stultz1-0/+2
2019-08-06etnaviv: add alternative NIR compilerJonathan Marek1-1/+1
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-30meson: Test for program_invocation_nameMatt Turner1-1/+1
2019-07-29radeonsi: add support for compute-only chipsMarek Olšák1-0/+1
2019-07-22gallium: remove boolean from state tracker APIsIlia Mirkin7-37/+37
2019-07-19util: use standard name for sprintf()Eric Engestrom1-1/+1
2019-07-11freedreno: Add dependency on the xml build to the winsys.Eric Anholt1-1/+4
2019-07-10android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang2-4/+0
2019-07-09radeonsi/gfx10: enable 1D texturesMarek Olšák1-2/+4
2019-07-03amd/common: add GFX10 chipsNicolai Hähnle1-1/+3
2019-07-03winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2-5/+16
2019-07-03winsys/amdgpu: Add amdgpu_screen_winsysMichel Dänzer7-142/+183
2019-07-03winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded castsMichel Dänzer3-8/+8
2019-06-29android: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang1-1/+1
2019-06-21android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi2-0/+4
2019-06-21android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependeciesMauro Rossi1-1/+1
2019-06-21drisw: move build logic to build systemsEric Engestrom1-6/+4
2019-06-20winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom3-15/+10
2019-06-20gallium/virgl: Add code path for virgl to read driconfGert Wollny2-3/+3