index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Add support for the SYNC_FD handle type for fences
Jason Ekstrand
2017-08-28
4
-11
/
+87
*
anv: Implement VK_KHR_external_fence
Jason Ekstrand
2017-08-28
3
-5
/
+161
*
anv: Use DRM sync objects to back fences whenever possible
Jason Ekstrand
2017-08-28
4
-9
/
+139
*
anv/gem: Add support for syncobj wait and reset
Jason Ekstrand
2017-08-28
3
-0
/
+87
*
anv/gem: Add a flags parameter to syncobj_create
Jason Ekstrand
2017-08-28
4
-5
/
+5
*
anv: Rename anv_fence_state to anv_bo_fence_state
Jason Ekstrand
2017-08-28
3
-18
/
+18
*
anv: Pull the guts of anv_fence into anv_fence_impl
Jason Ekstrand
2017-08-28
3
-49
/
+159
*
anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImage
Jason Ekstrand
2017-08-28
1
-3
/
+6
*
anv: Rework fences to work more like BO semaphores
Jason Ekstrand
2017-08-28
3
-68
/
+51
*
anv/queue: Allow temporary import of SYNC_FD semaphores
Jason Ekstrand
2017-08-28
1
-3
/
+0
*
anv,i965: Move CS shared lowering into anv
Jason Ekstrand
2017-08-24
1
-0
/
+5
*
anv: Check that in_fence fd is valid before closing it.
Francisco Jerez
2017-08-22
1
-1
/
+2
*
anv: Add error handling to setup_empty_execbuf().
Francisco Jerez
2017-08-22
1
-9
/
+13
*
anv: Move clamp_int64() inside the IVB check
Matt Turner
2017-08-21
1
-1
/
+1
*
anv: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-16
/
+4
*
anv: Move a comment that got left behind in the u_vector refactor.
Eric Anholt
2017-08-18
1
-8
/
+0
*
anv/gem: Add a stub for sync_file_merge
Jason Ekstrand
2017-08-16
1
-0
/
+6
*
anv: Advertise VK_KHR_external_semaphore
Jason Ekstrand
2017-08-15
1
-3
/
+3
*
anv: Use DRM sync objects for external semaphores when available
Jason Ekstrand
2017-08-15
4
-23
/
+128
*
anv/gem: Add a drm syncobj support
Jason Ekstrand
2017-08-15
3
-0
/
+80
*
anv: Implement support for exporting semaphores as FENCE_FD
Jason Ekstrand
2017-08-15
5
-9
/
+172
*
anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is set
Jason Ekstrand
2017-08-15
1
-1
/
+4
*
anv: Submit a dummy batch when only semaphores are provided.
Jason Ekstrand
2017-08-15
4
-3
/
+73
*
anv: Add a basic implementation of VK_KHX_external_semaphore
Jason Ekstrand
2017-08-15
4
-9
/
+187
*
anv/formats: Allow sampling on depth-only formats on gen7
Jason Ekstrand
2017-08-07
1
-1
/
+2
*
anv: put anv_extensions.c in gitignore
Lionel Landwerlin
2017-08-03
1
-0
/
+1
*
anv: Advertise VK_KHR_relaxed_block_layout
Jason Ekstrand
2017-08-02
1
-0
/
+1
*
anv: Bump the advertised version to 1.0.57
Jason Ekstrand
2017-08-02
1
-1
/
+1
*
anv: Pull the API version from anv_extensions.py
Jason Ekstrand
2017-08-02
3
-1
/
+13
*
anv: Use python to generate ICD json files
Jason Ekstrand
2017-08-02
3
-14
/
+47
*
anv: Add MAX_API_VERSION to anv_extensions.py
Jason Ekstrand
2017-08-02
2
-3
/
+44
*
anv: Make some bits of anv_extensions module-private
Jason Ekstrand
2017-08-02
2
-6
/
+6
*
anv: Autogenerate extension query and lookup
Jason Ekstrand
2017-08-01
3
-153
/
+126
*
anv: Add a new centralized extensions file
Jason Ekstrand
2017-08-01
2
-25
/
+69
*
anv: only expose up to 28 vertex attributes
Iago Toral Quiroga
2017-07-26
1
-1
/
+1
*
anv/cmd_buffer: fix off by one error in assertion
Iago Toral Quiroga
2017-07-26
1
-1
/
+1
*
anv/image: zalloc image views
Jason Ekstrand
2017-07-22
1
-7
/
+1
*
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
2017-07-22
1
-3
/
+2
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
4
-53
/
+58
*
anv: Get rid of some unused function declarations
Jason Ekstrand
2017-07-22
1
-7
/
+0
*
anv: Predicate fast-clear resolves
Nanley Chery
2017-07-22
3
-16
/
+120
*
anv/cmd_buffer: Skip some input attachment transitions
Nanley Chery
2017-07-22
1
-5
/
+26
*
anv: Stop resolving CCS implicitly
Nanley Chery
2017-07-22
3
-169
/
+5
*
anv: Transition more color buffer layouts
Nanley Chery
2017-07-22
2
-28
/
+169
*
anv/cmd_buffer: Warn about not enabling CCS_E
Nanley Chery
2017-07-22
1
-5
/
+7
*
anv/cmd_buffer: Move aux_usage assignment up
Nanley Chery
2017-07-22
1
-32
/
+30
*
anv/cmd_buffer: Always enable CCS_D in render passes
Nanley Chery
2017-07-22
2
-11
/
+20
*
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
Nanley Chery
2017-07-22
1
-11
/
+5
*
anv/cmd_buffer: Ensure fast-clear values are current
Nanley Chery
2017-07-22
1
-0
/
+114
*
anv/gpu_memcpy: Add a lighter-weight GPU memcpy function
Nanley Chery
2017-07-22
2
-0
/
+45
[next]