index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Store the image format in winsys_handle
Nanley Chery
2019-12-06
2
-0
/
+10
*
gallium/dri2: Fix creation of multi-planar modifier images
Nanley Chery
2019-12-06
1
-19
/
+16
*
meson: Include iris in default gallium-drivers for x86/x86_64
Kenneth Graunke
2019-12-06
1
-1
/
+2
*
anv: Use BO fences/semaphores for AcquireNextImage
Jason Ekstrand
2019-12-06
3
-41
/
+86
*
anv: Add a fence_reset_reset_temporary helper
Jason Ekstrand
2019-12-06
2
-2
/
+14
*
anv: Use submit-time implicit sync instead of allocate-time
Jason Ekstrand
2019-12-06
2
-15
/
+18
*
anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flags
Jason Ekstrand
2019-12-06
1
-0
/
+5
*
vulkan/wsi: Add a hooks for signaling semaphores and fences
Jason Ekstrand
2019-12-06
2
-1
/
+38
*
vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmit
Jason Ekstrand
2019-12-06
2
-3
/
+19
*
panfrost: free spill cost table in mir_spill_register
Urja Rannikko
2019-12-06
1
-0
/
+2
*
panfrost: add lcra_free() to free lcra state
Urja Rannikko
2019-12-06
3
-1
/
+25
*
panfrost: free allocations in schedule_block
Urja Rannikko
2019-12-06
1
-0
/
+3
*
panfrost: free last_read/write tables in mir_create_dependency_graph
Urja Rannikko
2019-12-06
1
-0
/
+3
*
panfrost: Rename SET_VALUE to WRITE_VALUE
Alyssa Rosenzweig
2019-12-06
5
-25
/
+25
*
panfrost: Update SET_VALUE with information from igt
Alyssa Rosenzweig
2019-12-06
3
-7
/
+26
*
gitlab-ci: add a job that runs Vulkan CTS with RADV conditionally
Samuel Pitoiset
2019-12-06
2
-0
/
+70
*
gitlab-ci: build RADV in meson-testing
Samuel Pitoiset
2019-12-06
6
-318
/
+81
*
gitlab-ci: configure the Vulkan ICD export with VK_DRIVER
Samuel Pitoiset
2019-12-06
1
-0
/
+8
*
gitlab-ci: allow to run dEQP Vulkan with DEQP_VER
Samuel Pitoiset
2019-12-06
2
-9
/
+27
*
gitlab-ci: add a new base test job for VK
Samuel Pitoiset
2019-12-06
1
-3
/
+18
*
gitlab-ci: build dEQP VK 1.1.6 in the x86 test image for VK
Samuel Pitoiset
2019-12-06
2
-1
/
+39
*
gitlab-ci: build cts_runner in the x86 test image for VK
Samuel Pitoiset
2019-12-06
1
-1
/
+5
*
gitlab-ci: add a new job that builds a base test image for VK
Samuel Pitoiset
2019-12-06
2
-0
/
+76
*
gitlab-ci: add a gl suffix to the x86 test image and all test jobs
Samuel Pitoiset
2019-12-06
2
-12
/
+12
*
gitlab-ci: rename build-deqp.sh to build-deqp-gl.sh
Samuel Pitoiset
2019-12-06
3
-4
/
+4
*
gitlab-ci: Overhaul job run policy
Michel Dänzer
2019-12-06
1
-22
/
+28
*
gitlab-ci: Use the common run policy for LAVA jobs as well again
Michel Dänzer
2019-12-06
1
-16
/
+2
*
turnip: implement border color
Jonathan Marek
2019-12-05
3
-17
/
+89
*
turnip: improve emit_textures
Jonathan Marek
2019-12-05
1
-55
/
+76
*
turnip: add function to allocate aligned memory in a substream cs
Jonathan Marek
2019-12-05
3
-0
/
+47
*
glsl/nir: iterate the system values list when adding varyings
Timothy Arceri
2019-12-05
1
-25
/
+36
*
llvmpipe: enable support for primitives generated outside streamout
Dave Airlie
2019-12-06
4
-17
/
+11
*
draw: add support for collecting primitives generated outside streamout
Dave Airlie
2019-12-06
4
-1
/
+28
*
llvmpipe: disable occlusion queries when requested by state tracker
Dave Airlie
2019-12-06
3
-5
/
+5
*
llvmpipe: add queries disabled flag
Dave Airlie
2019-12-06
2
-0
/
+5
*
main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)
Kenneth Graunke
2019-12-05
1
-1
/
+1
*
ci: Disable egl_ext_device_drm tests in piglit.
Eric Anholt
2019-12-05
2
-8
/
+5
*
util/atomic: Add p_atomic_add_return for the unlocked path
Jason Ekstrand
2019-12-05
1
-1
/
+1
*
anv: Implement VK_KHR_buffer_device_address
Jason Ekstrand
2019-12-05
2
-7
/
+53
*
anv: Use a pNext loop in AllocateMemory
Jason Ekstrand
2019-12-05
1
-25
/
+45
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
6
-10
/
+107
*
util/vma: Add a function to allocate a particular address range
Jason Ekstrand
2019-12-05
2
-0
/
+41
*
util/vma: Factor out the hole splitting part of util_vma_heap_alloc
Jason Ekstrand
2019-12-05
1
-43
/
+48
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
6
-7
/
+26
*
anv: Stop advertising two heaps just for the VF cache WA
Jason Ekstrand
2019-12-05
2
-67
/
+6
*
anv: Set up VMA heaps independently from memory heaps
Jason Ekstrand
2019-12-05
2
-31
/
+16
*
anv: Stop tracking VMA allocations
Jason Ekstrand
2019-12-05
2
-13
/
+5
*
anv: Disallow allocating above heap sizes
Jason Ekstrand
2019-12-05
1
-9
/
+27
*
util/atomic: Add a _return variant of p_atomic_add
Jason Ekstrand
2019-12-05
1
-2
/
+15
*
anv: Don't leak when set_tiling fails
Jason Ekstrand
2019-12-05
1
-3
/
+4
[next]