aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/isl: Return surface creation success from aux helpersJason Ekstrand2017-02-231-2/+3
* anv: Take a device parameter in anv_state_flushJason Ekstrand2017-02-211-6/+3
* anv: Rename clflush_range and state_clflushJason Ekstrand2017-02-211-3/+3
* anv: Add support for shaderStorageImageWriteWithoutFormatAlex Smith2017-02-141-3/+41
* anv: Remove the finishme for CCS_E with storage imagesJason Ekstrand2017-02-021-14/+7
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-021-1/+1
* anv: Allow selecting the slice of a 3D imageJason Ekstrand2017-01-241-1/+1
* anv: don't require render target isl bit for depth/stencil surfacesLionel Landwerlin2017-01-201-2/+5
* anv: Enable sampling from HiZNanley Chery2017-01-121-3/+17
* anv: Disable HiZ for input attachmentsNanley Chery2017-01-121-4/+19
* anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZNanley Chery2017-01-121-2/+8
* anv/image: Disable HiZ for depth buffer arraysNanley Chery2017-01-111-0/+2
* anv: Enable fast clears on gen7-8Jason Ekstrand2016-11-221-1/+1
* anv: Set up binding tables and surface states for input attachmentsJason Ekstrand2016-11-221-1/+8
* anv: Enable "permanent" compression for immutable format imagesJason Ekstrand2016-11-171-1/+23
* anv/image: Add an aux_usage field for "default" auxJason Ekstrand2016-11-171-0/+5
* anv: Add initial support for Sky Lake color compressionJason Ekstrand2016-11-171-4/+13
* anv/image: Memset all aux surfaces (not just HiZ) to 0Jason Ekstrand2016-11-171-4/+6
* anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand2016-11-171-8/+8
* anv/image: Stop force-disabling AUXJason Ekstrand2016-11-171-4/+0
* anv: Handle null in all destructorsJason Ekstrand2016-11-161-1/+11
* anv: Rework the way render target surfaces are allocatedJason Ekstrand2016-11-161-22/+0
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-7/+7
* anv: drop local MIN/MAX macros.Dave Airlie2016-10-191-1/+1
* anv/image: Create views directly in VkCreate*ViewJason Ekstrand2016-10-141-56/+34
* anv/image: Get rid of the usage hacks for metaJason Ekstrand2016-10-141-95/+27
* anv/image: Add an isl_view to anv_image_viewJason Ekstrand2016-10-141-19/+18
* anv/image: Rework our handling of 3-D image array rangesJason Ekstrand2016-10-141-4/+12
* anv/image: Memset hiz surfaces to 0 when binding memoryJason Ekstrand2016-10-071-1/+30
* anv: Move BindImageMemory to anv_image.cJason Ekstrand2016-10-071-0/+20
* anv: Allocate hiz surfaceChad Versace2016-10-071-3/+34
* anv/image: Set correct base_array_layer and array_len for storage imagesJason Ekstrand2016-09-131-0/+4
* anv: Make image_get_surface_for_aspect_mask constJason Ekstrand2016-09-131-3/+4
* intel/isl: Add an isl_swizzle structure and use it for isl_view swizzlesJason Ekstrand2016-09-121-10/+10
* anv/image: Don't create invalid render target surfacesJason Ekstrand2016-08-231-1/+12
* anv: remove internal 'validate' layerEmil Velikov2016-08-181-75/+0
* anv/image: Assert that the image format is actually supportedJason Ekstrand2016-07-221-2/+5