summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv/cmd_buffer: Pull add_surface_state_reloc into genX_cmd_buffer.cJason Ekstrand2016-11-171-11/+0
* anv/blorp: Break the guts of alloc_binding_table into a shared helperJason Ekstrand2016-11-161-0/+5
* anv: Bring back anv_cmd_buffer_emit_state_base_addressJason Ekstrand2016-11-161-0/+2
* anv: Rework the way render target surfaces are allocatedJason Ekstrand2016-11-161-5/+19
* anv/cmd_buffer: Expose add_surface_state_reloc as an inline helperJason Ekstrand2016-11-161-0/+11
* anv: Move INTERFACE_DESCRIPTOR_DATA setup to the pipelineJason Ekstrand2016-11-161-0/+2
* anv/pipeline: Get rid of the kernel pointer fieldsJason Ekstrand2016-11-161-5/+0
* anv: use STATIC_ASSERT instead of static_assertTapani Pälli2016-11-111-2/+2
* anv: Rework fencesJason Ekstrand2016-11-091-1/+14
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-091-13/+0
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-091-3/+3
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-091-14/+12
* anv: Initialize anv_bo::offset to -1Jason Ekstrand2016-11-091-1/+1
* anv/allocator: Simplify anv_scratch_poolJason Ekstrand2016-11-091-1/+6
* anv: Add a new bo_pool_init helperJason Ekstrand2016-11-091-0/+11
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-091-2/+0
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-091-0/+2