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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/pipeline_cache: Rework to use multialloc and blob
Jason Ekstrand
2017-10-12
2
-159
/
+141
*
anv/pipeline: Declare bind maps closer to their use
Jason Ekstrand
2017-10-12
1
-12
/
+6
*
anv/multialloc: Add new add_size helper
Jason Ekstrand
2017-10-12
1
-2
/
+4
*
anv: intel: use anv_image's computed size for importing a BO
Lionel Landwerlin
2017-10-11
1
-11
/
+15
*
anv: bo_cache: allow importing a BO larger than needed
Lionel Landwerlin
2017-10-11
1
-1
/
+1
*
anv: fix assert in wsi image code.
Dave Airlie
2017-10-11
1
-1
/
+1
*
anv: fix null pointer dereference
Tapani Pälli
2017-10-10
1
-0
/
+1
*
anv: Do not assert() on VK_ATTACHMENT_UNUSED
Józef Kucia
2017-10-09
1
-1
/
+2
*
anv/wsi: Allocate enough memory for the entire image
Jason Ekstrand
2017-10-07
1
-3
/
+4
*
anv: fix nir.h include
Lionel Landwerlin
2017-10-07
1
-1
/
+1
*
anv/cmd_buffer: Reset state in cmd_buffer_destroy
Lionel Landwerlin
2017-10-06
1
-9
/
+3
*
anv/cmd_buffer: fix push descriptors with set > 0
Lionel Landwerlin
2017-10-06
2
-13
/
+49
*
anv: enable VK_KHR_sampler_ycbcr_conversion
Lionel Landwerlin
2017-10-06
6
-18
/
+186
*
anv: enable multiple planes per image/imageView
Lionel Landwerlin
2017-10-06
9
-484
/
+915
*
anv: Take an image in can_sample_with_hiz
Jason Ekstrand
2017-10-06
3
-9
/
+10
*
anv: Take a single aspect in anv_layout_to_aux_usage
Jason Ekstrand
2017-10-06
3
-18
/
+15
*
anv/cmd_buffer: Make get_fast_clear_state return an address
Jason Ekstrand
2017-10-06
1
-22
/
+24
*
anv/blorp: Add a concept of default aux usage
Jason Ekstrand
2017-10-06
1
-11
/
+16
*
anv: add nir lowering pass for ycbcr textures
Lionel Landwerlin
2017-10-06
5
-2
/
+495
*
anv: prepare sampler emission code for multiplanar images
Lionel Landwerlin
2017-10-06
3
-41
/
+43
*
anv/apply_pipeline_layout: Prepare for multi-planar images
Lionel Landwerlin
2017-10-06
4
-22
/
+116
*
anv: add new formats KHR_sampler_ycbcr_conversion
Lionel Landwerlin
2017-10-06
3
-6
/
+189
*
anv: modify the internal concept of format to express multiple planes
Lionel Landwerlin
2017-10-06
4
-256
/
+331
*
anv: prepare formats to handle disjoints sets
Lionel Landwerlin
2017-10-06
1
-10
/
+27
*
anv: Remove base_vertex/instance from push_constants
Jason Ekstrand
2017-10-03
1
-7
/
+0
*
meson: add window system deps to intel vulkan common
Dylan Baker
2017-10-03
1
-1
/
+1
*
anv: Remove unreachable cases from isl_format_for_size()
Józef Kucia
2017-10-03
1
-2
/
+0
*
anv: Fix vkCmdFillBuffer()
Józef Kucia
2017-10-03
1
-2
/
+2
*
meson: remove duplicate libisl dependency in anv
Dylan Baker
2017-09-28
1
-1
/
+1
*
anv: add an assertion in genX(BeginCommandBuffer)
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+182
*
anv: Fix some comment typos.
Eric Anholt
2017-09-26
1
-3
/
+3
*
anv: fix viewport transformation for z component
Samuel Iglesias Gonsálvez
2017-09-25
1
-2
/
+2
*
anv: Advertise VK_KHR_maintenance2
Jason Ekstrand
2017-09-20
1
-0
/
+1
*
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
4
-5
/
+187
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
4
-109
/
+110
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
3
-112
/
+151
*
anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
Jason Ekstrand
2017-09-20
1
-8
/
+14
*
anv: Advertise point clipping properties
Samuel Iglesias Gonsálvez
2017-09-20
1
-0
/
+8
*
anv: Add support for tessellation domain origin control
Jason Ekstrand
2017-09-20
1
-10
/
+21
*
spirv: Flip the tessellation winding order
Jason Ekstrand
2017-09-20
1
-1
/
+12
*
anv/image: Add support for the new depth/stencil layouts
Jason Ekstrand
2017-09-20
1
-0
/
+2
*
anv/entrypoints_gen: Dedent the C code
Jason Ekstrand
2017-09-20
1
-196
/
+195
*
anv: Fix descriptors copying
Józef Kucia
2017-09-20
1
-1
/
+1
*
anv: Advertise support VK_FORMAT_R8_SRGB
Jason Ekstrand
2017-09-19
1
-1
/
+2
*
anv/android: Disable surface and swapchain extensions (v2)
Chad Versace
2017-09-18
1
-3
/
+20
*
anv: Feed vk_android_native_buffer.xml to generators (v2)
Chad Versace
2017-09-18
1
-1
/
+11
*
anv: Teach generator scripts how to parse mutliple XML files
Chad Versace
2017-09-18
2
-10
/
+23
*
anv: Implement VK_KHR_image_format_list
Jason Ekstrand
2017-09-18
2
-2
/
+36
[next]