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
*
anv/image: zalloc image views
Jason Ekstrand
2017-07-22
1
-7
/
+1
*
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
2017-07-22
1
-3
/
+2
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
1
-30
/
+26
*
anv/image: Append CCS/MCS with a fast-clear state buffer
Nanley Chery
2017-07-22
1
-0
/
+78
*
anv/image: Disable CCS if the image doesn't support rendering
Nanley Chery
2017-07-22
1
-0
/
+15
*
anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
Chad Versace
2017-07-19
1
-3
/
+4
*
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
2017-07-17
1
-1
/
+1
*
anv/image: Add INPUT_ATTACHMENT to the list of required usages
Jason Ekstrand
2017-07-17
1
-0
/
+1
*
anv: Stop leaking the no_aux sampler surface state
Jason Ekstrand
2017-07-17
1
-0
/
+5
*
anv: Fix -Wswitch in anv_layout_to_aux_usage()
Chad Versace
2017-06-22
1
-0
/
+3
*
anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
Jason Ekstrand
2017-05-23
1
-28
/
+0
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-23
1
-11
/
+13
*
anv: fix anv_gem_mmap comment to not mention NULL
Emil Velikov
2017-05-04
1
-1
/
+1
*
anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...
Samuel Iglesias Gonsálvez
2017-05-04
1
-1
/
+1
*
anv: anv_gem_mmap() returns MAP_FAILED as mapping error
Samuel Iglesias Gonsálvez
2017-05-04
1
-5
/
+3
*
anv: Use the BO cache for DeviceMemory allocations
Jason Ekstrand
2017-04-27
1
-1
/
+1
*
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
[next]