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
/
anv_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Refactor anv_GetImageSubresourceLayout()
Chad Versace
2017-11-09
1
-21
/
+11
*
anv/image: Refactor choice of isl_tiling_flags_t
Chad Versace
2017-11-09
1
-13
/
+31
*
anv: Better types for 'aspect' function params
Chad Versace
2017-11-09
1
-11
/
+3
*
anv: Suffix anv-private 'VK' tokens with 'ANV'
Chad Versace
2017-11-07
1
-9
/
+9
*
anv: Implement VK_ANDROID_native_buffer (v9)
Chad Versace
2017-10-18
1
-3
/
+17
*
anv: Add field anv_image::planes[]::bo_is_owned (v2)
Chad Versace
2017-10-17
1
-0
/
+9
*
anv: fix null pointer dereference
Tapani Pälli
2017-10-10
1
-0
/
+1
*
anv: enable VK_KHR_sampler_ycbcr_conversion
Lionel Landwerlin
2017-10-06
1
-2
/
+19
*
anv: enable multiple planes per image/imageView
Lionel Landwerlin
2017-10-06
1
-225
/
+358
*
anv: Take an image in can_sample_with_hiz
Jason Ekstrand
2017-10-06
1
-1
/
+1
*
anv: Take a single aspect in anv_layout_to_aux_usage
Jason Ekstrand
2017-10-06
1
-12
/
+9
*
anv: modify the internal concept of format to express multiple planes
Lionel Landwerlin
2017-10-06
1
-2
/
+6
*
anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+
Jason Ekstrand
2017-09-20
1
-7
/
+16
*
anv/image: Support creating uncompressed views of compressed images
Jason Ekstrand
2017-09-20
1
-3
/
+108
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
1
-25
/
+43
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
1
-74
/
+99
*
anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
Jason Ekstrand
2017-09-20
1
-8
/
+14
*
anv/image: Add support for the new depth/stencil layouts
Jason Ekstrand
2017-09-20
1
-0
/
+2
*
anv: Implement VK_KHR_image_format_list
Jason Ekstrand
2017-09-18
1
-2
/
+35
*
anv: Implement VK_KHR_bind_memory2
Jason Ekstrand
2017-09-18
1
-9
/
+34
*
anv: wire up anv_perf_warn macro to do debug reporting
Tapani Pälli
2017-09-12
1
-5
/
+7
*
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
1
-30
/
+26
*
anv/image: Append CCS/MCS with a fast-clear state buffer
Nanley Chery
2017-07-22
1
-0
/
+78
*
anv/image: Disable CCS if the image doesn't support rendering
Nanley Chery
2017-07-22
1
-0
/
+15
*
anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
Chad Versace
2017-07-19
1
-3
/
+4
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
1
-1
/
+1
*
anv/image: Add INPUT_ATTACHMENT to the list of required usages
Jason Ekstrand
2017-07-17
1
-0
/
+1
*
anv: Stop leaking the no_aux sampler surface state
Jason Ekstrand
2017-07-17
1
-0
/
+5
*
anv: Fix -Wswitch in anv_layout_to_aux_usage()
Chad Versace
2017-06-22
1
-0
/
+3
*
anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
Jason Ekstrand
2017-05-23
1
-28
/
+0
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-23
1
-11
/
+13
*
anv: fix anv_gem_mmap comment to not mention NULL
Emil Velikov
2017-05-04
1
-1
/
+1
*
anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...
Samuel Iglesias Gonsálvez
2017-05-04
1
-1
/
+1
*
anv: anv_gem_mmap() returns MAP_FAILED as mapping error
Samuel Iglesias Gonsálvez
2017-05-04
1
-5
/
+3
*
anv: Use the BO cache for DeviceMemory allocations
Jason Ekstrand
2017-04-27
1
-1
/
+1
*
intel: Fix requests for exact surface row pitch (v2)
Chad Versace
2017-03-28
1
-1
/
+1
*
anv/image: Return early when unbinding an image
Jason Ekstrand
2017-03-22
1
-4
/
+5
*
intel/debug: Add a common INTEL_DEBUG=nohiz option
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
anv/image: Move handling of INTEL_VK_HIZ
Jason Ekstrand
2017-03-14
1
-2
/
+2
*
anv: Add a helper for working with VK_WHOLE_SIZE for buffers
Jason Ekstrand
2017-03-13
1
-2
/
+2
*
anv: Convert the HiZ finishme's to perf_warn
Jason Ekstrand
2017-03-07
1
-4
/
+4
*
anv/image: Allow HiZ on input attachment-capable depth/stencil images
Nanley Chery
2017-03-02
1
-14
/
+0
*
anv/image: Create an additional surface state for sampling
Nanley Chery
2017-03-02
1
-1
/
+21
*
anv/image: Simplify setup of HiZ sampler surface state
Nanley Chery
2017-03-02
1
-18
/
+12
*
anv/image: Remove extra dependency on HiZ-specific variable
Nanley Chery
2017-03-02
1
-2
/
+7
*
anv: Update the HiZ sampling helper
Nanley Chery
2017-03-02
1
-4
/
+3
*
anv/image: Add anv_layout_to_aux_usage()
Nanley Chery
2017-03-02
1
-0
/
+134
*
anv: Enable MSAA compression
Jason Ekstrand
2017-02-23
1
-0
/
+9
[next]