aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* aco: refactor visit_store_fs_output() to use the BuilderDaniel Schürmann2019-12-071-49/+15
* anv: Re-emit all compute state on pipeline switchJason Ekstrand2019-12-071-0/+7
* anv: Re-capture all batch and state buffersJason Ekstrand2019-12-071-6/+3
* anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffersJason Ekstrand2019-12-061-0/+9
* freedreno: Enable texture upload memory throttling.Eric Anholt2019-12-061-0/+3
* freedreno: reorder format checkFritz Koenig2019-12-063-6/+6
* iris: Fix import of multi-planar surfaces with modifiersNanley Chery2019-12-062-1/+12
* gallium: Store the image format in winsys_handleNanley Chery2019-12-062-0/+10
* gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery2019-12-061-19/+16
* meson: Include iris in default gallium-drivers for x86/x86_64Kenneth Graunke2019-12-061-1/+2
* anv: Use BO fences/semaphores for AcquireNextImageJason Ekstrand2019-12-063-41/+86
* anv: Add a fence_reset_reset_temporary helperJason Ekstrand2019-12-062-2/+14
* anv: Use submit-time implicit sync instead of allocate-timeJason Ekstrand2019-12-062-15/+18
* anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flagsJason Ekstrand2019-12-061-0/+5
* vulkan/wsi: Add a hooks for signaling semaphores and fencesJason Ekstrand2019-12-062-1/+38
* vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmitJason Ekstrand2019-12-062-3/+19
* panfrost: free spill cost table in mir_spill_registerUrja Rannikko2019-12-061-0/+2
* panfrost: add lcra_free() to free lcra stateUrja Rannikko2019-12-063-1/+25
* panfrost: free allocations in schedule_blockUrja Rannikko2019-12-061-0/+3
* panfrost: free last_read/write tables in mir_create_dependency_graphUrja Rannikko2019-12-061-0/+3
* panfrost: Rename SET_VALUE to WRITE_VALUEAlyssa Rosenzweig2019-12-065-25/+25
* panfrost: Update SET_VALUE with information from igtAlyssa Rosenzweig2019-12-063-7/+26
* gitlab-ci: add a job that runs Vulkan CTS with RADV conditionallySamuel Pitoiset2019-12-062-0/+70
* gitlab-ci: build RADV in meson-testingSamuel Pitoiset2019-12-066-318/+81
* gitlab-ci: configure the Vulkan ICD export with VK_DRIVERSamuel Pitoiset2019-12-061-0/+8
* gitlab-ci: allow to run dEQP Vulkan with DEQP_VERSamuel Pitoiset2019-12-062-9/+27
* gitlab-ci: add a new base test job for VKSamuel Pitoiset2019-12-061-3/+18
* gitlab-ci: build dEQP VK 1.1.6 in the x86 test image for VKSamuel Pitoiset2019-12-062-1/+39
* gitlab-ci: build cts_runner in the x86 test image for VKSamuel Pitoiset2019-12-061-1/+5
* gitlab-ci: add a new job that builds a base test image for VKSamuel Pitoiset2019-12-062-0/+76
* gitlab-ci: add a gl suffix to the x86 test image and all test jobsSamuel Pitoiset2019-12-062-12/+12
* gitlab-ci: rename build-deqp.sh to build-deqp-gl.shSamuel Pitoiset2019-12-063-4/+4
* gitlab-ci: Overhaul job run policyMichel Dänzer2019-12-061-22/+28
* gitlab-ci: Use the common run policy for LAVA jobs as well againMichel Dänzer2019-12-061-16/+2
* turnip: implement border colorJonathan Marek2019-12-053-17/+89
* turnip: improve emit_texturesJonathan Marek2019-12-051-55/+76
* turnip: add function to allocate aligned memory in a substream csJonathan Marek2019-12-053-0/+47
* glsl/nir: iterate the system values list when adding varyingsTimothy Arceri2019-12-051-25/+36
* llvmpipe: enable support for primitives generated outside streamoutDave Airlie2019-12-064-17/+11
* draw: add support for collecting primitives generated outside streamoutDave Airlie2019-12-064-1/+28
* llvmpipe: disable occlusion queries when requested by state trackerDave Airlie2019-12-063-5/+5
* llvmpipe: add queries disabled flagDave Airlie2019-12-062-0/+5
* main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)Kenneth Graunke2019-12-051-1/+1
* ci: Disable egl_ext_device_drm tests in piglit.Eric Anholt2019-12-052-8/+5
* util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand2019-12-051-1/+1
* anv: Implement VK_KHR_buffer_device_addressJason Ekstrand2019-12-052-7/+53
* anv: Use a pNext loop in AllocateMemoryJason Ekstrand2019-12-051-25/+45
* anv: Add allocator support for client-visible addressesJason Ekstrand2019-12-056-10/+107
* util/vma: Add a function to allocate a particular address rangeJason Ekstrand2019-12-052-0/+41
* util/vma: Factor out the hole splitting part of util_vma_heap_allocJason Ekstrand2019-12-051-43/+48