summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_private.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-01anv: Define struct anv_tilingChad Versace1-10/+52
2019-08-01anv: Refactor struct anv_image_create_infoChad Versace1-2/+2
2019-08-01anv: Include drm_fourcc.h in anv_private.hChad Versace1-0/+1
2019-07-23anv: Implement VK_KHR_imageless_framebufferSagar Ghuge1-2/+2
2019-07-16anv: Increase state allocation size limit to 2MBCaio Marcelo de Oliveira Filho1-1/+1
2019-06-17anv:Use VK_EXT_separate_stencil_usage to avoid stencil shadows on gen7Jason Ekstrand1-1/+2
2019-06-17anv/blorp: Take an aspect in anv_image_copy_to_shadowJason Ekstrand1-0/+1
2019-05-17anv: Emulate texture swizzle in the shader when neededJason Ekstrand1-0/+13
2019-05-16anv: Fix some depth buffer sampling cases on ICL+Nanley Chery1-1/+7
2019-05-09anv: Remove special allocation for anv_push_constantsCaio Marcelo de Oliveira Filho1-15/+1
2019-05-09anv: Use corresponding type from the vector allocationLionel Landwerlin1-1/+1
2019-04-30anv: add support for VK_EXT_memory_budgetEric Engestrom1-0/+2
2019-04-29Revert "anv: limit URB reconfigurations when using blorp"Lionel Landwerlin1-1/+0
2019-04-19anv: Put binding flags in descriptor set layoutsJason Ekstrand1-0/+3
2019-04-19anv: Use bindless handles for imagesJason Ekstrand1-0/+13
2019-04-19anv: Use bindless textures and samplersJason Ekstrand1-0/+32
2019-04-19anv: Count the number of planes in each descriptor bindingJason Ekstrand1-0/+3
2019-04-19anv: Implement SSBOs bindings with GPU addresses in the descriptor BOJason Ekstrand1-0/+20
2019-04-19anv: Add a has_a64_buffer_access to anv_physical_deviceJason Ekstrand1-0/+3
2019-04-19anv/pipeline: Add skeleton support for spilling to bindlessJason Ekstrand1-0/+9
2019-04-19anv: Add a #define for the max binding table sizeJason Ekstrand1-0/+12
2019-04-19anv: Put image params in the descriptor set buffer on gen8 and earlierJason Ekstrand1-5/+0
2019-04-19anv: Make all VkDeviceMemory BOs resident permanentlyJason Ekstrand1-6/+5
2019-04-19anv: limit URB reconfigurations when using blorpLionel Landwerlin1-0/+1
2019-04-11anv: store heap address bounds when initializing physical deviceLionel Landwerlin1-3/+2
2019-04-11anv: Use gen_mi_builder for conditional renderingJason Ekstrand1-1/+1
2019-04-10intel/common: move gen_debug to intel/devMark Janes1-1/+1
2019-04-08anv: implement VK_KHR_swapchain revision 70Lionel Landwerlin1-1/+1
2019-03-20anv: implement VK_EXT_pipeline_creation_feedbackLionel Landwerlin1-1/+2
2019-03-11anv: destroy descriptor sets when pool gets destroyedTapani Pälli1-0/+6
2019-03-05anv: Implement VK_EXT_external_memory_hostCaio Marcelo de Oliveira Filho1-0/+7
2019-03-05anv: Implement VK_EXT_inline_uniform_blockJason Ekstrand1-1/+14
2019-03-05anv: Add a concept of a descriptor bufferJason Ekstrand1-0/+28
2019-03-05anv: Clean up descriptor set layoutsJason Ekstrand1-15/+14
2019-03-05anv: Count image param entries rather than imagesJason Ekstrand1-3/+3
2019-03-05anv: Stop allocating buffer views for dynamic buffersJason Ekstrand1-4/+4
2019-03-05anv: Rework arguments to anv_descriptor_set_write_*Jason Ekstrand1-7/+8
2019-03-04anv: Use an actual binding for gl_NumWorkgroupsJason Ekstrand1-0/+1
2019-03-02anv: add support for INTEL_DEBUG=batLionel Landwerlin1-0/+8
2019-02-20anv: implement VK_EXT_depth_clip_enableLionel Landwerlin1-0/+1
2019-02-14anv: Put MOCS in the correct locationKenneth Graunke1-2/+2
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2019-02-01anv: Implement VK_EXT_buffer_device_addressJason Ekstrand1-0/+6
2019-01-24anv/allocator: Avoid race condition in anv_block_pool_map.Rafael Antognolli1-0/+13
2019-01-22anv: Implement the basic form of VK_EXT_transform_feedbackJason Ekstrand1-0/+13
2019-01-22anv: Add pipeline cache support for xfb_infoJason Ekstrand1-0/+6
2019-01-19anv: document cache flushes & invalidationsLionel Landwerlin1-0/+67
2019-01-19anv: narrow flushing of the render target to buffer writesLionel Landwerlin1-4/+5
2019-01-18anv: Implement VK_EXT_conditional_rendering for gen 7.5+Danylo Piliaiev1-0/+12
2019-01-17anv: Remove state flush.Rafael Antognolli1-9/+0