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
*
intel: Fix requests for exact surface row pitch (v2)
Chad Versace
2017-03-28
1
-1
/
+1
*
anv/image: Return early when unbinding an image
Jason Ekstrand
2017-03-22
1
-4
/
+5
*
intel/debug: Add a common INTEL_DEBUG=nohiz option
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
anv/image: Move handling of INTEL_VK_HIZ
Jason Ekstrand
2017-03-14
1
-2
/
+2
*
anv: Add a helper for working with VK_WHOLE_SIZE for buffers
Jason Ekstrand
2017-03-13
1
-2
/
+2
*
anv: Convert the HiZ finishme's to perf_warn
Jason Ekstrand
2017-03-07
1
-4
/
+4
*
anv/image: Allow HiZ on input attachment-capable depth/stencil images
Nanley Chery
2017-03-02
1
-14
/
+0
*
anv/image: Create an additional surface state for sampling
Nanley Chery
2017-03-02
1
-1
/
+21
*
anv/image: Simplify setup of HiZ sampler surface state
Nanley Chery
2017-03-02
1
-18
/
+12
*
anv/image: Remove extra dependency on HiZ-specific variable
Nanley Chery
2017-03-02
1
-2
/
+7
*
anv: Update the HiZ sampling helper
Nanley Chery
2017-03-02
1
-4
/
+3
*
anv/image: Add anv_layout_to_aux_usage()
Nanley Chery
2017-03-02
1
-0
/
+134
*
anv: Enable MSAA compression
Jason Ekstrand
2017-02-23
1
-0
/
+9
*
intel/isl: Return surface creation success from aux helpers
Jason Ekstrand
2017-02-23
1
-2
/
+3
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
1
-6
/
+3
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
1
-3
/
+3
*
anv: Add support for shaderStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
1
-3
/
+41
*
anv: Remove the finishme for CCS_E with storage images
Jason Ekstrand
2017-02-02
1
-14
/
+7
*
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
2017-02-02
1
-1
/
+1
*
anv: Allow selecting the slice of a 3D image
Jason Ekstrand
2017-01-24
1
-1
/
+1
*
anv: don't require render target isl bit for depth/stencil surfaces
Lionel Landwerlin
2017-01-20
1
-2
/
+5
*
anv: Enable sampling from HiZ
Nanley Chery
2017-01-12
1
-3
/
+17
*
anv: Disable HiZ for input attachments
Nanley Chery
2017-01-12
1
-4
/
+19
*
anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
Nanley Chery
2017-01-12
1
-2
/
+8
*
anv/image: Disable HiZ for depth buffer arrays
Nanley Chery
2017-01-11
1
-0
/
+2
*
anv: Enable fast clears on gen7-8
Jason Ekstrand
2016-11-22
1
-1
/
+1
*
anv: Set up binding tables and surface states for input attachments
Jason Ekstrand
2016-11-22
1
-1
/
+8
*
anv: Enable "permanent" compression for immutable format images
Jason Ekstrand
2016-11-17
1
-1
/
+23
*
anv/image: Add an aux_usage field for "default" aux
Jason Ekstrand
2016-11-17
1
-0
/
+5
*
anv: Add initial support for Sky Lake color compression
Jason Ekstrand
2016-11-17
1
-4
/
+13
*
anv/image: Memset all aux surfaces (not just HiZ) to 0
Jason Ekstrand
2016-11-17
1
-4
/
+6
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-11-17
1
-8
/
+8
*
anv/image: Stop force-disabling AUX
Jason Ekstrand
2016-11-17
1
-4
/
+0
*
anv: Handle null in all destructors
Jason Ekstrand
2016-11-16
1
-1
/
+11
*
anv: Rework the way render target surfaces are allocated
Jason Ekstrand
2016-11-16
1
-22
/
+0
*
anv: move to using vk_alloc helpers.
Dave Airlie
2016-10-19
1
-7
/
+7
*
anv: drop local MIN/MAX macros.
Dave Airlie
2016-10-19
1
-1
/
+1
*
anv/image: Create views directly in VkCreate*View
Jason Ekstrand
2016-10-14
1
-56
/
+34
*
anv/image: Get rid of the usage hacks for meta
Jason Ekstrand
2016-10-14
1
-95
/
+27
*
anv/image: Add an isl_view to anv_image_view
Jason Ekstrand
2016-10-14
1
-19
/
+18
*
anv/image: Rework our handling of 3-D image array ranges
Jason Ekstrand
2016-10-14
1
-4
/
+12
*
anv/image: Memset hiz surfaces to 0 when binding memory
Jason Ekstrand
2016-10-07
1
-1
/
+30
*
anv: Move BindImageMemory to anv_image.c
Jason Ekstrand
2016-10-07
1
-0
/
+20
*
anv: Allocate hiz surface
Chad Versace
2016-10-07
1
-3
/
+34
*
anv/image: Set correct base_array_layer and array_len for storage images
Jason Ekstrand
2016-09-13
1
-0
/
+4
*
anv: Make image_get_surface_for_aspect_mask const
Jason Ekstrand
2016-09-13
1
-3
/
+4
*
intel/isl: Add an isl_swizzle structure and use it for isl_view swizzles
Jason Ekstrand
2016-09-12
1
-10
/
+10
*
anv/image: Don't create invalid render target surfaces
Jason Ekstrand
2016-08-23
1
-1
/
+12
*
anv: remove internal 'validate' layer
Emil Velikov
2016-08-18
1
-75
/
+0
*
anv/image: Assert that the image format is actually supported
Jason Ekstrand
2016-07-22
1
-2
/
+5
[next]