aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_image.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Refactor anv_GetImageSubresourceLayout()Chad Versace2017-11-091-21/+11
* anv/image: Refactor choice of isl_tiling_flags_tChad Versace2017-11-091-13/+31
* anv: Better types for 'aspect' function paramsChad Versace2017-11-091-11/+3
* anv: Suffix anv-private 'VK' tokens with 'ANV'Chad Versace2017-11-071-9/+9
* anv: Implement VK_ANDROID_native_buffer (v9)Chad Versace2017-10-181-3/+17
* anv: Add field anv_image::planes[]::bo_is_owned (v2)Chad Versace2017-10-171-0/+9
* anv: fix null pointer dereferenceTapani Pälli2017-10-101-0/+1
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-061-2/+19
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-061-225/+358
* anv: Take an image in can_sample_with_hizJason Ekstrand2017-10-061-1/+1
* anv: Take a single aspect in anv_layout_to_aux_usageJason Ekstrand2017-10-061-12/+9
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-061-2/+6
* anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+Jason Ekstrand2017-09-201-7/+16
* anv/image: Support creating uncompressed views of compressed imagesJason Ekstrand2017-09-201-3/+108
* anv: Add a new anv_surface_state structJason Ekstrand2017-09-201-25/+43
* anv/image: Break surface state fill logic into a helperJason Ekstrand2017-09-201-74/+99
* anv/image: Add support for the VkImageViewUsageCreateInfoKHR structJason Ekstrand2017-09-201-8/+14
* anv/image: Add support for the new depth/stencil layoutsJason Ekstrand2017-09-201-0/+2
* anv: Implement VK_KHR_image_format_listJason Ekstrand2017-09-181-2/+35
* anv: Implement VK_KHR_bind_memory2Jason Ekstrand2017-09-181-9/+34
* anv: wire up anv_perf_warn macro to do debug reportingTapani Pälli2017-09-121-5/+7
* anv/image: zalloc image viewsJason Ekstrand2017-07-221-7/+1
* anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand2017-07-221-3/+2
* anv: Separate surface states by layout instead of aux_usageJason Ekstrand2017-07-221-30/+26
* anv/image: Append CCS/MCS with a fast-clear state bufferNanley Chery2017-07-221-0/+78
* anv/image: Disable CCS if the image doesn't support renderingNanley Chery2017-07-221-0/+15
* anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace2017-07-191-3/+4
* intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand2017-07-171-1/+1
* anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand2017-07-171-0/+1
* anv: Stop leaking the no_aux sampler surface stateJason Ekstrand2017-07-171-0/+5
* anv: Fix -Wswitch in anv_layout_to_aux_usage()Chad Versace2017-06-221-0/+3
* anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hackJason Ekstrand2017-05-231-28/+0
* anv: Handle transitioning depth from UNDEFINED to other layoutsJason Ekstrand2017-05-231-11/+13
* anv: fix anv_gem_mmap comment to not mention NULLEmil Velikov2017-05-041-1/+1
* anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...Samuel Iglesias Gonsálvez2017-05-041-1/+1
* anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2017-05-041-5/+3
* anv: Use the BO cache for DeviceMemory allocationsJason Ekstrand2017-04-271-1/+1
* intel: Fix requests for exact surface row pitch (v2)Chad Versace2017-03-281-1/+1
* anv/image: Return early when unbinding an imageJason Ekstrand2017-03-221-4/+5
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-141-1/+1
* anv/image: Move handling of INTEL_VK_HIZJason Ekstrand2017-03-141-2/+2
* anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand2017-03-131-2/+2
* anv: Convert the HiZ finishme's to perf_warnJason Ekstrand2017-03-071-4/+4
* anv/image: Allow HiZ on input attachment-capable depth/stencil imagesNanley Chery2017-03-021-14/+0
* anv/image: Create an additional surface state for samplingNanley Chery2017-03-021-1/+21
* anv/image: Simplify setup of HiZ sampler surface stateNanley Chery2017-03-021-18/+12
* anv/image: Remove extra dependency on HiZ-specific variableNanley Chery2017-03-021-2/+7
* anv: Update the HiZ sampling helperNanley Chery2017-03-021-4/+3
* anv/image: Add anv_layout_to_aux_usage()Nanley Chery2017-03-021-0/+134
* anv: Enable MSAA compressionJason Ekstrand2017-02-231-0/+9