summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: add helper to get vue map for fragment shaderLionel Landwerlin2017-01-101-0/+11
* anv: add get_.*_prog_data for tesselation stagesLionel Landwerlin2017-01-101-0/+2
* anv: make get_.*_prog_data take a const pipelineLionel Landwerlin2017-01-101-1/+1
* anv: Clean up some unused variablesEdward O'Callaghan2016-12-101-15/+0
* anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2016-11-281-2/+2
* anv: Store UUID in physical device.Emil Velikov2016-11-281-2/+2
* anv: use do { } while (0) in the anv_finishme macroEmil Velikov2016-11-281-7/+8
* anv: Add support for fast clears on gen9Jason Ekstrand2016-11-221-0/+3
* anv: Add a vk_to_isl_color helperJason Ekstrand2016-11-221-0/+13
* anv: Set up binding tables and surface states for input attachmentsJason Ekstrand2016-11-221-0/+1
* anv/pipeline: Handle depth/stencil self-dependenciesJason Ekstrand2016-11-221-0/+3
* anv/pipeline: Add a input_attachment_index to the bindingsJason Ekstrand2016-11-221-0/+3
* anv/pass: Calculate the combined image usage of attachmentsJason Ekstrand2016-11-221-0/+1
* anv/image: Add an aux_usage field for "default" auxJason Ekstrand2016-11-171-0/+3
* anv: Add initial support for Sky Lake color compressionJason Ekstrand2016-11-171-0/+1
* anv/pass: Precompute some subpass usage informationJason Ekstrand2016-11-171-0/+11
* anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand2016-11-171-4/+5