summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* iris: Avoid uploading SURFACE_STATE descriptors for UBOs if possibleKenneth Graunke2019-09-183-17/+53
* intel/compiler: Record whether any pull constant loads occurKenneth Graunke2019-09-183-0/+11
* iris: Track per-stage bind history, reduce work accordinglyKenneth Graunke2019-09-184-6/+16
* iris: Don't flag IRIS_DIRTY_BINDINGS for constant usage historyKenneth Graunke2019-09-181-2/+1
* iris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY_CONSTANTS_XSKenneth Graunke2019-09-181-1/+6
* iris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer rebindsKenneth Graunke2019-09-181-1/+2
* radv: Add DFSM support.Bas Nieuwenhuizen2019-09-181-5/+17
* radv: Disable dfsm by default even on Raven.Bas Nieuwenhuizen2019-09-182-3/+4
* radv: Only break batch on framebuffer change with dfsm.Bas Nieuwenhuizen2019-09-181-1/+1
* nir/opt_if: Fix undef handling in opt_split_alu_of_phi()Connor Abbott2019-09-181-55/+20
* gl: drop incorrect pkg-config file for glvndEric Engestrom2019-09-181-12/+2
* docs: Add the maximum implemented Vulkan API version in 19.3 rel notesAndres Gomez2019-09-191-0/+5
* docs: Add the maximum implemented Vulkan API version in 19.2 rel notesAndres Gomez2019-09-191-0/+5
* docs: Add the maximum implemented Vulkan API version in 19.1 rel notesAndres Gomez2019-09-191-0/+5
* nir/opcodes: Clear variable names confusionAndres Gomez2019-09-181-10/+15
* radv: never kill a NGG GS shaderRhys Perry2019-09-181-1/+3
* radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS67-glean-depthstencil-test-fails-badlength-with-indirect-non-swrast-renderingSamuel Pitoiset2019-09-181-4/+13
* radeonsi: include drm_fourcc.h to fix the buildMarek Olšák2019-09-181-0/+1
* radeonsi: implement pipe_screen::resource_get_paramMarek Olšák2019-09-181-22/+78
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-187-16/+56
* ac: move ac_get_num_physical_vgprs into radeon_infoMarek Olšák2019-09-183-13/+5
* ac: move ac_get_num_physical_sgprs into radeon_infoMarek Olšák2019-09-185-17/+17
* ac: move ac_get_max_wave64_per_simd into radeon_infoMarek Olšák2019-09-184-18/+6
* ac: move num_sdp_interfaces into radeon_infoMarek Olšák2019-09-184-30/+17
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-184-62/+35
* etnaviv: fix two-sided stencilJonathan Marek2019-09-185-30/+44
* radv: fix loading 64-bit GS inputsSamuel Pitoiset2019-09-181-0/+35
* tu: Set up glsl types.Bas Nieuwenhuizen2019-09-181-0/+3
* docs: Update to OpenGL 4.6 in the release notesAndres Gomez2019-09-181-3/+3
* .mailmap: add an alias for Eric EngestromErik Faye-Lund2019-09-181-0/+1
* .mailmap: add an alias for Michel DänzerErik Faye-Lund2019-09-181-0/+1
* radv: fix writing depth/stencil clear values to imageSamuel Pitoiset2019-09-181-3/+4
* gitlab-ci: Merge scons-nollvm and scons-llvm jobsMichel Dänzer2019-09-181-8/+3
* gitlab-ci: Test scons with all LLVM versionsMichel Dänzer2019-09-181-3/+8
* gitlab-ci: Move scons build/test commands to a separate shell scriptMichel Dänzer2019-09-182-5/+13
* gitlab-ci: Use crossbuild-essential-* packagesMichel Dänzer2019-09-181-11/+2
* gitlab-ci: Use newer packages from backports by defaultMichel Dänzer2019-09-182-0/+18
* gitlab-ci: Create separate docker images for Debian stretch & busterMichel Dänzer2019-09-183-40/+94
* gitlab-ci: Pass --no-remove to apt-get where possibleMichel Dänzer2019-09-181-7/+7
* gitlab-ci: Reference full ci-templates commit hashMichel Dänzer2019-09-181-1/+1
* i965: support AYUV/XYUV for external import onlyHaihao Xiang2019-09-181-0/+2
* panfrost: Allocate tiler and scratchpad BOs per-batchBoris Brezillon2019-09-184-41/+68
* panfrost: Add FBO BOs to batch->bos earlierBoris Brezillon2019-09-184-3/+17
* panfrost: Add the panfrost_batch_create_bo() helperBoris Brezillon2019-09-184-25/+28
* panfrost: Don't return imported/exported BOs to the cacheBoris Brezillon2019-09-182-0/+9
* panfrost: Add panfrost_bo_{alloc,free}()Boris Brezillon2019-09-181-76/+68
* panfrost: Stop using panfrost_bo_release() outside of pan_bo.cBoris Brezillon2019-09-184-7/+8
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-187-37/+37
* panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()Boris Brezillon2019-09-181-5/+1
* panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()Boris Brezillon2019-09-182-8/+2