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: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-2
/
+2
*
anv: support VkSamplerYcbcrConversionInfo in vkCreateImageView
Tapani Pälli
2018-12-19
1
-1
/
+26
*
anv/android: support creating images from external format
Tapani Pälli
2018-12-19
1
-2
/
+101
*
anv: refactor make_surface to use data from anv_image
Tapani Pälli
2018-12-19
1
-37
/
+41
*
anv: add create_flags as part of anv_image
Tapani Pälli
2018-12-19
1
-0
/
+1
*
anv: add unreachable() for VK_EXT_fragment_density_map
Eric Engestrom
2018-12-04
1
-0
/
+3
*
anv: move helper function internally
Lionel Landwerlin
2018-11-13
1
-0
/
+22
*
anv: use image aspects rather than computed ones
Lionel Landwerlin
2018-11-13
1
-1
/
+1
*
anv/image: remove unused parameter
Lionel Landwerlin
2018-11-13
1
-3
/
+2
*
anv: stub internal android code
Lionel Landwerlin
2018-11-06
1
-2
/
+0
*
anv: Use separate MOCS settings for external BOs
Jason Ekstrand
2018-10-03
1
-2
/
+3
*
anv: suppress warning about unhandled image layout
Eric Engestrom
2018-10-02
1
-0
/
+3
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-28
/
+29
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-4
/
+5
*
anv: remove incorrect `UNUSED` flag
Eric Engestrom
2018-07-26
1
-1
/
+1
*
anv: Properly handle GetImageSubresourceLayout on complex images
Jason Ekstrand
2018-07-22
1
-7
/
+16
*
anv: Use an address for each anv_image plane
Jason Ekstrand
2018-05-31
1
-14
/
+12
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-4
/
+1
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
1
-5
/
+8
*
anv: Use full anv_addresses in anv_surface_state
Jason Ekstrand
2018-05-31
1
-26
/
+38
*
anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2018-04-05
1
-19
/
+31
*
anv: Use clear address for HiZ fast clears too.
Rafael Antognolli
2018-04-05
1
-3
/
+7
*
anv: Emit the fast clear color address, instead of value.
Rafael Antognolli
2018-04-05
1
-0
/
+17
*
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
-13
/
+10
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-25
/
+25
*
anv: Add version 1.1.0 but leave it disabled
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
anv: Enable MSAA fast-clears
Jason Ekstrand
2018-03-01
1
-4
/
+7
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
1
-0
/
+40
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
1
-19
/
+8
*
anv/cmd_buffer: Rework aux tracking
Jason Ekstrand
2018-02-08
1
-44
/
+60
*
anv/image: Simplify some verbose commennts
Jason Ekstrand
2018-02-08
1
-10
/
+3
*
anv/image: Support color aspects in layout_to_aux_usage
Jason Ekstrand
2018-02-08
1
-19
/
+29
*
anv/image: Add a helper for determining when fast clears are supported
Jason Ekstrand
2018-02-08
1
-0
/
+67
*
anv/image: Update a comment
Jason Ekstrand
2018-02-08
1
-1
/
+1
*
anv: return VK_ERROR_OUT_OF_DEVICE_MEMORY when surface size is out of HW limits
Samuel Iglesias Gonsálvez
2018-01-18
1
-4
/
+2
*
anv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
1
-3
/
+27
*
anv/image: Add a drm_format_mod field
Jason Ekstrand
2017-12-04
1
-0
/
+2
*
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
[next]