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
path:
root
/
src
/
intel
/
vulkan
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
Alex Smith
2018-07-23
1
-0
/
+9
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
1
-0
/
+1
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
1
-2
/
+5
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
anv: Add support for the on-disk shader cache
Jason Ekstrand
2018-07-02
1
-0
/
+3
*
anv: Add device-level helpers for searching for and uploading kernels
Jason Ekstrand
2018-07-02
1
-0
/
+16
*
anv: Use a default pipeline cache if none is specified
Jason Ekstrand
2018-07-02
1
-1
/
+3
*
anv: Add state setup support for shader constants
Jason Ekstrand
2018-07-02
1
-0
/
+1
*
anv: Add support for shader constant data to the pipeline cache
Jason Ekstrand
2018-07-02
1
-0
/
+6
*
Revert "anv: Print the actual enum for ignored structure types"
Jason Ekstrand
2018-06-27
1
-3
/
+1
*
anv: Print the actual enum for ignored structure types
Jason Ekstrand
2018-06-27
1
-1
/
+3
*
anv: add VK_EXT_display_control to anv driver [v5]
Keith Packard
2018-06-23
1
-0
/
+4
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
1
-0
/
+1
*
anv/device: Check for kernel support of context isolation.
Rafael Antognolli
2018-06-18
1
-0
/
+1
*
anv: Disable __gen_validate_value if NDEBUG is set.
Kenneth Graunke
2018-06-11
1
-0
/
+2
*
anv/allocator: Set the BO flags in bo_cache_alloc/import
Jason Ekstrand
2018-06-01
1
-2
/
+4
*
anv: For pinned BOs, skip relocations, but track bo usage
Scott D Phillips
2018-06-01
1
-0
/
+3
*
anv: Use a separate pool for binding tables when soft pinning
Scott D Phillips
2018-06-01
1
-0
/
+24
*
anv: Soft-pin state pools
Scott D Phillips
2018-06-01
1
-0
/
+8
*
anv/blorp: Write relocated values into surface states
Scott D Phillips
2018-05-31
1
-0
/
+16
*
anv: Use an address for each anv_image plane
Jason Ekstrand
2018-05-31
1
-7
/
+3
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-2
/
+1
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
1
-4
/
+4
*
anv: Use full anv_addresses in anv_surface_state
Jason Ekstrand
2018-05-31
1
-6
/
+6
*
anv: Add some anv_address helpers
Jason Ekstrand
2018-05-31
1
-0
/
+24
*
anv: Add vma_heap allocators in anv_device
Scott D Phillips
2018-05-31
1
-0
/
+60
*
anv: move canonical_address calculation into a separate function
Scott D Phillips
2018-05-27
1
-0
/
+1
*
anv: remove unused field anv_queue::pool
Scott D Phillips
2018-05-07
1
-2
/
+0
*
intel: fix check for 48b ppgtt support
Scott D Phillips
2018-04-30
1
-1
/
+0
*
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2018-04-13
1
-0
/
+4
*
anv: Make blorp update the clear color.
Rafael Antognolli
2018-04-05
1
-2
/
+4
*
anv: Use clear address for HiZ fast clears too.
Rafael Antognolli
2018-04-05
1
-0
/
+1
*
anv: Emit the fast clear color address, instead of value.
Rafael Antognolli
2018-04-05
1
-0
/
+5
*
anv: Add a helper to extract clear color from the attachment.
Rafael Antognolli
2018-04-05
1
-0
/
+20
*
intel: Use Clear Color struct size.
Rafael Antognolli
2018-04-05
1
-1
/
+5
*
anv/image: Do not override lower bits of dword.
Rafael Antognolli
2018-04-05
1
-2
/
+2
*
anv/cmd_buffer: consider multiview masks for tracking pending clear aspects
Iago Toral Quiroga
2018-04-02
1
-0
/
+8
*
anv/device: GetDeviceQueue2 should only return queues with matching flags
Iago Toral Quiroga
2018-03-07
1
-0
/
+2
*
anv: Implement vkCmdDispatchBase
Jason Ekstrand
2018-03-07
1
-0
/
+3
*
anv: Implement VK_KHR_maintenance3
Jason Ekstrand
2018-03-07
1
-0
/
+19
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-17
/
+17
*
intel: Split gen_device_info out into libintel_dev
Jordan Justen
2018-03-05
1
-1
/
+1
*
anv: remove anv_gem_set_context_priority helper
Tapani Pälli
2018-02-28
1
-1
/
+0
*
anv: implement VK_EXT_global_priority extension
Tapani Pälli
2018-02-28
1
-0
/
+5
*
intel/vulkan: Support INTEL_NO_HW environment variable
Jordan Justen
2018-02-27
1
-0
/
+2
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
1
-0
/
+6
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
1
-3
/
+7
*
anv/pass: Store usage in each subpass attachment
Jason Ekstrand
2018-02-20
1
-5
/
+11
*
anv/cmd_buffer: Add a concept of pending load aspects
Jason Ekstrand
2018-02-20
1
-0
/
+1
*
anv/cmd_buffer: Move the rest of clear_subpass into begin_subpass
Jason Ekstrand
2018-02-20
1
-1
/
+16
[next]