summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand2017-03-131-6/+7
* anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand2017-03-131-0/+12
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* anv: Stop including brw_context.hJason Ekstrand2017-03-131-1/+1
* anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli2017-03-081-1/+1
* anv: Drop the anv_validate block helperJason Ekstrand2017-03-071-10/+0
* anv: Get rid of the stub() macrosJason Ekstrand2017-03-071-12/+0
* anv: Add a performance warning helperJason Ekstrand2017-03-071-0/+14
* anv/blorp: Encapsulate subpass id queryingNanley Chery2017-03-021-0/+15
* anv/pass: Store subpass attachment reference listNanley Chery2017-03-021-0/+7
* anv: Store the user's VkAttachmentReferenceNanley Chery2017-03-021-9/+5
* anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery2017-03-021-2/+7
* anv/image: Create an additional surface state for samplingNanley Chery2017-03-021-0/+6
* anv: Update the HiZ sampling helperNanley Chery2017-03-021-2/+7
* anv/image: Add anv_layout_to_aux_usage()Nanley Chery2017-03-021-0/+5
* anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin2017-03-021-0/+48
* anv: add VK_KHR_push_descriptor supportLionel Landwerlin2017-03-021-0/+13
* anv: descriptor: make descriptor writing take a stream allocatorLionel Landwerlin2017-03-021-0/+1
* anv: descriptors: extract writing of descriptors elementsLionel Landwerlin2017-03-021-0/+29
* anv: make layout size computation helper available across compilation unitsLionel Landwerlin2017-03-021-0/+3
* anv: move buffer_view declarationLionel Landwerlin2017-03-021-13/+13
* anv: Take a device parameter in anv_state_flushJason Ekstrand2017-02-211-6/+9
* anv: Pull all clflushing into a clflush_range helperJason Ekstrand2017-02-211-9/+9
* anv: Remove the unused state_pool_emit macroJason Ekstrand2017-02-211-14/+0
* anv: Rename clflush_range and state_clflushJason Ekstrand2017-02-211-3/+3
* anv: Add an invalidate_range helperJason Ekstrand2017-02-211-0/+13
* anv: remove unused anv_dispatch_table dtableEmil Velikov2017-02-211-2/+0
* anv: remove unneeded extern C notationEmil Velikov2017-02-211-8/+0
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-0/+1
* anv: Use vk_foreach_struct for handling extension structsJason Ekstrand2017-02-141-5/+0
* anv: Implement the Skylake stencil PMA optimizationJason Ekstrand2017-02-141-0/+1
* anv: Add support for the PMA fix on BroadwellJason Ekstrand2017-02-141-0/+17
* anv: Disable stencil writes when both write masks are zeroJason Ekstrand2017-02-141-0/+1
* anv: Add support for shaderStorageImageWriteWithoutFormatAlex Smith2017-02-141-1/+10
* anv: emit DrawID if neededLionel Landwerlin2017-02-021-1/+2
* anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31Lionel Landwerlin2017-02-021-0/+2
* anv: limit vertex buffers to 31Lionel Landwerlin2017-02-021-1/+1
* anv: Don't use bogus alpha swizzlesJason Ekstrand2017-02-011-0/+15
* anv: Implement VK_KHR_get_physical_device_properties2Chad Versace2017-01-251-0/+18
* anv: Revive struct anv_commonChad Versace2017-01-251-0/+5
* anv: Define macro anv_debug()Chad Versace2017-01-251-0/+2
* anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MBSamuel Iglesias Gonsálvez2017-01-171-1/+1
* anv: remove some unused macros and functionsGrazvydas Ignotas2017-01-131-15/+0
* anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_dataJason Ekstrand2017-01-131-5/+5
* anv: Add a helper to determine sampling with HiZNanley Chery2017-01-121-0/+7
* anv: Avoid resolves incurred by fast depth clearsNanley Chery2017-01-121-0/+15
* anv: Prepare for transitioning to the requested final layoutNanley Chery2017-01-121-0/+3
* anv: Store depth stencil layoutsNanley Chery2017-01-121-0/+11
* anv/blorp: Add a gen8 HiZ op resolve functionNanley Chery2017-01-121-0/+5
* anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZNanley Chery2017-01-121-11/+7