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
/
vulkan
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk: Define struct anv_image_view, anv_buffer_view
Chad Versace
2015-07-15
1
-7
/
+9
*
vk: Implement Multipass
Jason Ekstrand
2015-07-14
1
-57
/
+54
*
vk/image: Add an explicit DestroyImage function
Jason Ekstrand
2015-07-10
1
-0
/
+10
*
vk/image: Add explicit constructors for buffer/image view types
Jason Ekstrand
2015-07-10
1
-11
/
+32
*
vk/image.c: Use the casting functions
Jason Ekstrand
2015-07-09
1
-14
/
+10
*
vk/0.130: Remove VkImageViewCreateInfo::minLod
Chad Versace
2015-07-08
1
-3
/
+13
*
vk/0.130: Remove msaa members of VkDepthStencilViewCreateInfo
Chad Versace
2015-07-08
1
-1
/
+0
*
vk/vulkan.h: Switch from GetImageSubresourceInfo to GetImageSubresourceLayout
Jason Ekstrand
2015-07-07
1
-7
/
+5
*
vk/image: Validate vkCreateImageView more
Chad Versace
2015-07-06
1
-7
/
+70
*
vk/image: Add more info to VkImageViewType table
Chad Versace
2015-07-06
1
-6
/
+22
*
vk/image: Move validation for vkCreateImageView
Chad Versace
2015-07-06
1
-7
/
+23
*
vk/image: Enable 2d single-sample color miptrees
Chad Versace
2015-06-26
1
-52
/
+148
*
vk/image: Define anv_surface, refactor anv_image
Chad Versace
2015-06-26
1
-71
/
+81
*
vk/image: Reformat function signatures
Chad Versace
2015-06-26
1
-27
/
+27
*
vk/image: Embed VkImageCreateInfo* into anv_image_create_info
Chad Versace
2015-06-26
1
-9
/
+11
*
vk/image: Drop some tmp vars in anv_image_view_init()
Chad Versace
2015-06-26
1
-6
/
+5
*
vk/image: Abort on stencil image views
Chad Versace
2015-06-26
1
-4
/
+2
*
vk: Rename functions ALIGN_*32 -> align_*32
Chad Versace
2015-06-26
1
-5
/
+5
*
vk/formats: Remove the cpp=0 stencil hack
Chad Versace
2015-06-26
1
-13
/
+7
*
vk/image: Refactor anv_image_create()
Chad Versace
2015-06-26
1
-47
/
+66
*
vk/image: Group some assertions closer together
Chad Versace
2015-06-26
1
-4
/
+2
*
vk/image: Add qpitch fields to anv_depth_stencil_view
Chad Versace
2015-06-25
1
-0
/
+2
*
vk/formats: Fix incorrect depth formats
Chad Versace
2015-06-25
1
-1
/
+1
*
vk/image: Rename local variable in anv_image_create()
Chad Versace
2015-06-25
1
-6
/
+6
*
vk/formats: Rename anv_format::format -> surface_format
Chad Versace
2015-06-25
1
-3
/
+3
*
vk/image: Check extent does not exceed surface type limits
Chad Versace
2015-06-25
1
-0
/
+26
*
vk/image: Stop hardcoding SurfaceType of VkImageView
Chad Versace
2015-06-25
1
-1
/
+1
*
vk/image: Add anv_image::surf_type
Chad Versace
2015-06-25
1
-0
/
+3
*
vk/image: Add tables for gen SurfaceType
Chad Versace
2015-06-25
1
-0
/
+13
*
vk: Document how depth/stencil formats work in anv_image_create()
Kristian Høgsberg Kristensen
2015-06-11
1
-9
/
+13
*
vk: Use generated headers with fixed point support
Kristian Høgsberg Kristensen
2015-06-11
1
-4
/
+4
*
vk/image: Add a bunch of asserts
Jason Ekstrand
2015-06-10
1
-0
/
+26
*
vk/image: Don't double-allocate stencil buffers
Chad Versace
2015-06-09
1
-1
/
+1
*
vk/image: Teach anv_image_choose_tile_mode about WMAJOR
Chad Versace
2015-06-09
1
-1
/
+8
*
vk/image: Factor tile mode selection into separate function
Chad Versace
2015-06-09
1
-15
/
+19
*
vk/image: Stop hardcoding alignment of stencil surfaces
Chad Versace
2015-06-09
1
-1
/
+1
*
vk/image: Rewrite tile info table
Chad Versace
2015-06-09
1
-24
/
+31
*
vk/image: Delete an old comment
Chad Versace
2015-06-09
1
-2
/
+0
*
vk/surface_view: Add a destructor
Jason Ekstrand
2015-06-09
1
-0
/
+19
*
vk/image: Add anv_image::h_align,v_align
Chad Versace
2015-06-09
1
-4
/
+20
*
vk: Quiet a few warnings
Kristian Høgsberg Kristensen
2015-06-08
1
-1
/
+1
*
vk: Indent tables to align '=' at column 48
Kristian Høgsberg Kristensen
2015-05-31
1
-6
/
+6
*
vk/image: Assert that VkImageTiling is valid
Chad Versace
2015-05-27
1
-0
/
+1
*
vk/image: Remove trailing whitespace
Chad Versace
2015-05-27
1
-1
/
+1
*
vk: Add support for texture component swizzle
Kristian Høgsberg
2015-05-26
1
-55
/
+97
*
vk: Set up depth and stencil buffers
Kristian Høgsberg
2015-05-25
1
-25
/
+84
*
vk: Add basic MOCS settings
Kristian Høgsberg
2015-05-25
1
-1
/
+1
*
vk: Add WSI implementation
Kristian Høgsberg
2015-05-20
1
-6
/
+24
*
vk/image: Factor view creation out into separate *_init functions
Jason Ekstrand
2015-05-18
1
-21
/
+47
*
vk: Start Implementing vkGetFormatInfo()
Kristian Høgsberg
2015-05-18
1
-183
/
+0
[next]