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
/
anv_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Embed isl_surf into anv_surface
Chad Versace
2015-12-03
1
-23
/
+10
*
anv/image: Drop assertions on SURFTYPE extent limits
Chad Versace
2015-12-03
1
-22
/
+0
*
anv/image: Use isl to calculate surface layout
Chad Versace
2015-12-03
1
-154
/
+85
*
isl: Rename legacy Y tiling to ISL_TILING_Y0
Chad Versace
2015-12-03
1
-2
/
+2
*
anv/image: Vulkan's depthPitch is in bytes, not rows
Chad Versace
2015-12-03
1
-1
/
+3
*
vk/0.210.0: Rework allocation to use the new pAllocator's
Jason Ekstrand
2015-12-03
1
-21
/
+21
*
vk/0.210.0: Use VkSampleCountFlagBits for sample counts
Jason Ekstrand
2015-12-03
1
-1
/
+1
*
vk/0.210.0: More structure field renaming
Jason Ekstrand
2015-12-03
1
-11
/
+11
*
vk/0.210.0: Get rid of VkImageAspect
Jason Ekstrand
2015-12-03
1
-5
/
+7
*
vk/0.210.0: Rework texture view component mapping
Jason Ekstrand
2015-11-30
1
-8
/
+8
*
vk/0.210.0: Switch to the new VKAPI function decorations
Jason Ekstrand
2015-11-30
1
-4
/
+2
*
vk/0.210.0: A pile of minor enum updates
Jason Ekstrand
2015-11-30
1
-2
/
+2
*
vk: Add SKL support
Kristian Høgsberg Kristensen
2015-11-25
1
-0
/
+3
*
anv: Add initial Haswell support
Jason Ekstrand
2015-11-17
1
-1
/
+4
*
anv: Only include the pack headers where needed
Jason Ekstrand
2015-11-16
1
-0
/
+5
*
anv: Use enum isl_tiling everywhere
Chad Versace
2015-11-13
1
-24
/
+27
*
anv: Remove redundant fields anv_format::bs,bw,bh,bd
Chad Versace
2015-11-12
1
-9
/
+14
*
anv/image: Determine the alignment units for compressed formats
Nanley Chery
2015-11-09
1
-2
/
+4
*
anv/image: Handle compressed format qpitch and padding
Nanley Chery
2015-11-09
1
-3
/
+8
*
anv/image: Handle compressed format stride and size
Nanley Chery
2015-11-09
1
-2
/
+4
*
anv: Rename cpp variable to "bs"
Nanley Chery
2015-11-09
1
-3
/
+3
*
anv/image: Add a basic implementation of GetImageSubresourceLayout
Jason Ekstrand
2015-10-13
1
-2
/
+44
*
vk/0.170.2: Update remaining enums
Chad Versace
2015-10-07
1
-1
/
+1
*
vk/0.170.2: Update VkResult
Chad Versace
2015-10-07
1
-19
/
+8
*
vk/0.170.2: Merge VkAttachmentView into VkImageView
Chad Versace
2015-10-07
1
-32
/
+2
*
vk/image: Fix retrieval of anv_surface for depthstencil aspect
Chad Versace
2015-10-07
1
-9
/
+15
*
vk: Embed two surface states in anv_image_view
Chad Versace
2015-10-06
1
-86
/
+113
*
vk: Remove stale finishme for stencil image views
Chad Versace
2015-10-06
1
-1
/
+0
*
vk: Add anv_image::usage
Chad Versace
2015-10-06
1
-0
/
+24
*
vk/image: Remove stale anv_asserts for depthstencil attachments
Chad Versace
2015-10-06
1
-5
/
+0
*
vk/0.170.2: s/baseArraySlice/baseArrayLayer/
Jason Ekstrand
2015-10-06
1
-3
/
+3
*
vk: Merge anv_attachment_view into anv_image_view
Chad Versace
2015-10-06
1
-27
/
+22
*
vk/0.170.2: Make destructors return void
Jason Ekstrand
2015-10-05
1
-9
/
+3
*
vk: Merge anv_*_attachment_view into anv_attachment_view
Chad Versace
2015-10-05
1
-31
/
+19
*
vk: Drop anv_surface_view
Chad Versace
2015-10-05
1
-9
/
+9
*
vk: Use consistent names for anv_*_view variables
Chad Versace
2015-10-05
1
-28
/
+29
*
vk: Return anv_image_view_info by value
Chad Versace
2015-10-05
1
-2
/
+2
*
vk/image: Document a Vulkan spec requirement for depthstencil
Chad Versace
2015-10-05
1
-3
/
+5
*
vk/0.170.2: Update VkImageSubresourceRange
Chad Versace
2015-10-05
1
-23
/
+35
*
vk/image: Teach vkCreateImage about layout of 1D surfaces
Chad Versace
2015-09-14
1
-6
/
+8
*
vk: Teach vkCreateImage about layout of 3D surfaces
Chad Versace
2015-09-14
1
-2
/
+17
*
vk: Refactor anv_image_make_surface()
Chad Versace
2015-09-14
1
-21
/
+35
*
vk: Add new vk_errorf that takes a format string
Kristian Høgsberg Kristensen
2015-09-03
1
-2
/
+1
*
vk/image: Add PRM reference for QPitch equation
Chad Versace
2015-09-03
1
-0
/
+4
*
vk/image: Linear stencil buffers are illegal
Chad Versace
2015-08-28
1
-6
/
+20
*
vk/image: Don't abort when creating stencil image views
Chad Versace
2015-08-28
1
-1
/
+0
*
vk: Don't duplicate anv_depth_stencil_view's surface data
Chad Versace
2015-08-28
1
-23
/
+3
*
vk: Fix format of anv_depth_stencil_view
Chad Versace
2015-08-28
1
-8
/
+22
*
vk/image: Let anv_image have one anv_surface per aspect
Chad Versace
2015-08-28
1
-22
/
+60
*
vk: Add gen7 support
Kristian Høgsberg Kristensen
2015-08-24
1
-7
/
+17
[next]