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
/
vulkan
/
anv_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Ignore unused dimensions in vkCreateImage's anv_image
Nanley Chery
2016-02-17
1
-0
/
+2
*
anv: Ignore unused dimensions in vkCreateImage
Kristian Høgsberg Kristensen
2016-02-17
1
-3
/
+18
*
anv/image: Fix usage for depthstencil images
Chad Versace
2016-02-09
1
-6
/
+22
*
anv/image: Refactor choose_isl_surf_usage()
Chad Versace
2016-02-09
1
-13
/
+12
*
anv/image: Fix choose_isl_surf_usage()
Chad Versace
2016-02-09
1
-10
/
+9
*
anv: Replace anv_format::depth_format with ::has_depth
Chad Versace
2016-02-09
1
-10
/
+10
*
anv: Rename anv_format::surface_format -> isl_format
Chad Versace
2016-02-09
1
-2
/
+2
*
anv: Drop anv_image::needs_*_surface_state
Chad Versace
2016-02-04
1
-18
/
+6
*
anv/image: Rename nonrt_surface_state
Chad Versace
2016-02-04
1
-7
/
+7
*
anv/image: Update usage flags for multisample images
Chad Versace
2016-01-28
1
-0
/
+6
*
anv/image: Use the entire image height for compressed meta blits
Jason Ekstrand
2016-01-27
1
-1
/
+1
*
anv/image: Enlarge the image level 0 extent
Nanley Chery
2016-01-27
1
-4
/
+4
*
anv/image: Minify before dividing by block dimensions
Jason Ekstrand
2016-01-27
1
-8
/
+8
*
anv/image: Use custom VkBufferImageCopy for iview initialization
Nanley Chery
2016-01-27
1
-3
/
+10
*
anv: Add offset parameter to anv_image_view_init()
Nanley Chery
2016-01-27
1
-3
/
+4
*
anv/image: Scale iview extent by backing image
Nanley Chery
2016-01-27
1
-3
/
+21
*
anv/image: Update usages of isl_surf_get_image_offset_sa
Nanley Chery
2016-01-27
1
-1
/
+1
*
anv: Support swizzled formats.
Jordan Justen
2016-01-26
1
-10
/
+29
*
anv/image: Do swizzle remapping in anv_image.c
Jason Ekstrand
2016-01-26
1
-0
/
+17
*
anv/image: clflush surface state map in anv_fill_buffer_surface_state().
Francisco Jerez
2016-01-26
1
-3
/
+3
*
anv/image: clflush the right state map in anv_fill_image_surface_state().
Francisco Jerez
2016-01-26
1
-9
/
+9
*
anv/image: Upload raw buffer surface state for untyped storage image and texe...
Francisco Jerez
2016-01-26
1
-5
/
+26
*
anv/image: Fix image parameter initialization.
Francisco Jerez
2016-01-26
1
-8
/
+15
*
anv/image: Actually fill out brw_image_param structs
Jason Ekstrand
2016-01-26
1
-8
/
+83
*
anv/image_view: Add base mip and base layer fields
Jason Ekstrand
2016-01-26
1
-0
/
+2
*
anv: Remove a few finished finishme
Kristian Høgsberg Kristensen
2016-01-25
1
-4
/
+7
*
anv/image: Drop assertion that samples == 1
Chad Versace
2016-01-22
1
-1
/
+1
*
anv: Add anv_image::samples
Chad Versace
2016-01-22
1
-0
/
+1
*
anv/image: Move common code to anv_image.c
Jason Ekstrand
2016-01-22
1
-15
/
+70
*
anv/image: Stop including gen8_pack.h in common file
Chad Versace
2016-01-20
1
-5
/
+0
*
anv: Add support for VK_WHOLE_SIZE several places
Jason Ekstrand
2016-01-19
1
-3
/
+4
*
anv/image: Fill out VkSubresourceLayout.arrayPitch
Jason Ekstrand
2016-01-14
1
-0
/
+1
*
anv: Use isl_format_layout::bs instead of ::bpb
Chad Versace
2016-01-05
1
-3
/
+3
*
anv/image_view: Separate vulkan and isl formats
Jason Ekstrand
2016-01-04
1
-1
/
+4
*
anv/image: Do more work in anv_image_view_init
Jason Ekstrand
2016-01-04
1
-0
/
+16
*
anv/formats: Add a tiling parameter to get_isl_format
Jason Ekstrand
2016-01-04
1
-1
/
+1
*
anv/image: Add a vk_format field
Jason Ekstrand
2016-01-04
1
-0
/
+1
*
anv: Add support for storage texel buffers
Jason Ekstrand
2015-12-14
1
-11
/
+53
*
anv: Pass an isl_format into fill_buffer_surface_state
Jason Ekstrand
2015-12-14
1
-1
/
+2
*
anv/buffer_view: Store a bo + offset instead of buffer pointer
Jason Ekstrand
2015-12-14
1
-2
/
+4
*
anv: Remove anv_image::surface_type
Chad Versace
2015-12-14
1
-11
/
+0
*
anv: Add initial support for texel buffers
Jason Ekstrand
2015-12-12
1
-0
/
+44
*
anv/image: Remove some vkCreateImage validation
Chad Versace
2015-12-09
1
-26
/
+0
*
anv/image: Drop unused halign, valign lookup tables
Chad Versace
2015-12-09
1
-12
/
+0
*
anv: Remove unused anv_image_view_info_for_vk_image_view_type()
Chad Versace
2015-12-08
1
-6
/
+6
*
anv: Add initial support for pushing image params
Jason Ekstrand
2015-12-07
1
-0
/
+9
*
anv/image: Add a separate storage image surface state
Jason Ekstrand
2015-12-07
1
-2
/
+10
*
anv/image: Refactor anv_image_make_surface()
Chad Versace
2015-12-07
1
-28
/
+38
*
anv: Assert the succes of isl_surf_init()
Chad Versace
2015-12-07
1
-1
/
+7
*
anv: Use isl_tiling_flags in anv_image_create_info
Chad Versace
2015-12-07
1
-18
/
+7
[next]