summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand2019-12-056-7/+26
* anv: Stop advertising two heaps just for the VF cache WAJason Ekstrand2019-12-052-67/+6
* anv: Set up VMA heaps independently from memory heapsJason Ekstrand2019-12-052-31/+16
* anv: Stop tracking VMA allocationsJason Ekstrand2019-12-052-13/+5
* anv: Disallow allocating above heap sizesJason Ekstrand2019-12-051-9/+27
* util/atomic: Add a _return variant of p_atomic_addJason Ekstrand2019-12-051-2/+15
* anv: Don't leak when set_tiling failsJason Ekstrand2019-12-051-3/+4