summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: fix descriptor pool internal size allocationLionel Landwerlin2017-01-261-4/+4
* anv/lower_input_attachments: honor sample index parameter to subpassLoad()Iago Toral Quiroga2017-01-261-4/+1
* anv: Implement VK_KHR_get_physical_device_properties2Chad Versace2017-01-253-0/+161
* anv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()Chad Versace2017-01-251-9/+17
* anv: Refactor anv_GetPhysicalDeviceFormatProperties()Chad Versace2017-01-251-28/+49
* anv: Revive struct anv_commonChad Versace2017-01-251-0/+5
* anv: Define macro anv_debug()Chad Versace2017-01-251-0/+2
* anv: set command buffer to NULL when allocations failLionel Landwerlin2017-01-251-1/+4
* anv: Expose VK_KHR_maintenance1Jason Ekstrand2017-01-241-1/+5
* anv: Return better errors from AllocateDescriptorSetsJason Ekstrand2017-01-241-2/+7
* anv: Allow selecting the slice of a 3D imageJason Ekstrand2017-01-241-1/+1
* anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHRJason Ekstrand2017-01-241-1/+13
* anv: Add trivial support for TrimCommandPoolKHRJason Ekstrand2017-01-241-0/+8
* anv: Set viewport extents correctly when height is negativeJason Ekstrand2017-01-241-2/+2
* vulkan: Don't install vk_platform.h or vulkan.h.Matt Turner2017-01-241-3/+5
* anv: descriptors: don't update immutables samplers with anything but their im...Lionel Landwerlin2017-01-211-12/+19
* intel/blorp/copy: Properly handle clear colors for CCS_E imagesJason Ekstrand2017-01-211-0/+82
* anv: don't require render target isl bit for depth/stencil surfacesLionel Landwerlin2017-01-201-2/+5
* anv: fix comment typoLionel Landwerlin2017-01-201-1/+1
* blorp: remove unnecessary struct declarationLionel Landwerlin2017-01-201-1/+0
* anv: set UAV coherence required bit when neededIago Toral Quiroga2017-01-171-0/+51
* anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MBSamuel Iglesias Gonsálvez2017-01-172-2/+2
* anv: generate entry points from vk.xmlLionel Landwerlin2017-01-142-65/+71
* anv: remove some unused macros and functionsGrazvydas Ignotas2017-01-132-34/+0
* anv: Default PointSize to 1.0 if not written by the shaderJason Ekstrand2017-01-131-2/+10
* anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_dataJason Ekstrand2017-01-133-22/+10
* anv: Move nir_lower_wpos_center after dead variable elimination.Kenneth Graunke2017-01-131-3/+3
* anv: Avoid some resolves for samplable HiZ buffersNanley Chery2017-01-121-18/+49
* anv: Enable sampling from HiZNanley Chery2017-01-122-4/+17
* anv/blorp: Don't fast depth clear samplable HiZ buffers on BDWNanley Chery2017-01-121-0/+9
* anv: Add a helper to determine sampling with HiZNanley Chery2017-01-121-0/+7
* isl/surface_state: Handle ISL_AUX_USAGE_HIZNanley Chery2017-01-121-0/+29
* anv: Perform HiZ resolves only on layout transitionsNanley Chery2017-01-122-56/+42
* anv: Disable HiZ for input attachmentsNanley Chery2017-01-122-16/+24
* anv: Avoid resolves incurred by fast depth clearsNanley Chery2017-01-123-6/+23
* anv: Prepare for transitioning to the requested final layoutNanley Chery2017-01-122-0/+6
* anv: Store depth stencil layoutsNanley Chery2017-01-123-0/+17
* anv: Add helpers to handle depth buffer layout transitionsNanley Chery2017-01-121-0/+50
* anv: Delete anv's HiZ op emit functionNanley Chery2017-01-123-233/+0
* anv: Use the gen8 BLORP HiZ resolving functionNanley Chery2017-01-121-3/+24
* anv/blorp: Add a gen8 HiZ op resolve functionNanley Chery2017-01-122-0/+88
* anv: Use gen8 BLORP HiZ clearing functionsNanley Chery2017-01-122-5/+50
* intel/blorp_clear: Add gen8 HiZ clearing functionsNanley Chery2017-01-122-0/+93
* anv: Enable HiZ support for multiple subpassesNanley Chery2017-01-123-13/+8
* anv: Use ::anv_attachment_state for toggling HiZ per subpassNanley Chery2017-01-121-2/+4
* anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZNanley Chery2017-01-125-16/+18
* anv/blorp: Handle ISL_AUX_USAGE_HIZNanley Chery2017-01-121-1/+2
* intel/blorp: Add the BDW+ optimized HZ_OP sequence to BLORPNanley Chery2017-01-121-0/+87
* anv: Support loader interface version 3 (patch v2)Chad Versace2017-01-121-0/+44
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-6/+6