summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement pipeline statistics queriesIlia Mirkin2017-03-171-0/+3
* anv/query: Use a variable-length slot sizeJason Ekstrand2017-03-171-6/+3
* anv/query: Move the available bits to the frontJason Ekstrand2017-03-171-1/+1
* anv/blorp: make anv_cmd_buffer_alloc_blorp_binding_table() return a VkResultIago Toral Quiroga2017-03-161-2/+3
* anv: handle failures when growing reloc listsIago Toral Quiroga2017-03-161-1/+1
* anv: avoid crashes when failing to allocate batchesIago Toral Quiroga2017-03-161-9/+13
* anv: add anv_batch_set_error() and anv_batch_has_error() helpersIago Toral Quiroga2017-03-161-0/+15
* anv/cmd_buffer: add a status field to anv_batchIago Toral Quiroga2017-03-161-0/+9
* anv: do not try to ref/unref NULL shadersIago Toral Quiroga2017-03-161-2/+2
* 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