anv: move push constant allocation tracking into gfx pipeline state
[mesa.git] / src / intel / vulkan / anv_private.h
2019-11-11 Lionel Landwerlinanv: implement VK_KHR_timeline_semaphore
2019-11-11 Jason Ekstrandanv: Plumb timeline semaphore signal/wait values throug...
2019-11-11 Lionel Landwerlinanv: prepare the driver for delayed submissions
2019-11-11 Lionel Landwerlinanv: refcount semaphores
2019-11-11 Lionel Landwerlinanv: prepare driver to report submission error through...
2019-11-11 Lionel Landwerlinanv: move queue init/finish to anv_queue.c
2019-11-11 Lionel Landwerlinanv: expose timeout helpers outside of anv_queue.c
2019-11-06 Lionel Landwerlinanv: implement VK_KHR_separate_depth_stencil_layouts
2019-10-31 Jason Ekstrandanv: Use a bitset for tracking residency
2019-10-31 Jason Ekstrandanv: Drop anv_bo_init and anv_bo_init_new
2019-10-31 Jason Ekstrandanv: Allocate misc BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate scratch BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Allocate descriptor buffers from the BO cache
2019-10-31 Jason Ekstrandanv: Allocate query pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate block pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Choose BO flags internally in anv_block_pool
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Handle state pool relocations using "wrapper" BOs
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-10-31 Jason Ekstrandanv: Declare the bo in the anv_block_pool_foreach_bo...
2019-10-31 Jason Ekstrandanv: Fix a relocation race condition
2019-10-31 Jason Ekstrandanv: Use a util_sparse_array for the GEM handle ->...
2019-10-31 Jason Ekstrandanv: Move refcount to anv_bo
2019-10-30 Rafael Antognollianv: Add Tile Cache Flush for Unified Cache.
2019-10-29 Plamena Manolovaanv: Implement new way for setting streamout buffers.
2019-10-28 Eric Engestromanv: add a couple printflike() annotations
2019-10-28 Nanley Cheryanv/private: Modify aux slice helpers for Gen12 CCS
2019-10-28 Nanley Cheryanv: Properly allocate aux-tracking space for CCS_E
2019-10-28 Plamena Manolovaanv: Add support for depth bounds testing.
2019-10-28 Lionel Landwerlinanv: Add aux-map translation for gen12+
2019-10-28 Jordan Justenanv/gen12: Write GFX_AUX_TABLE base address register
2019-10-28 Jordan Justenanv/gen12: Initialize aux map context
2019-10-27 Eric Engestromanv: fix empty-body instruction
2019-10-23 Lionel Landwerlinanv: implement VK_INTEL_performance_query
2019-10-09 Jason Ekstrandanv/pipeline: Capture serialized NIR
2019-10-03 Rafael Antognollianv/block_pool: Align anv_block_pool state to 64 bits.
2019-09-20 Eric Engestromanv: split instance dispatch table
2019-09-06 Eric Engestromanv: add support for driconf
2019-08-28 Jordan Justenanv: Build for gen12
2019-08-23 Rafael Antognollianv: Only re-emit non-dynamic state that has changed.
2019-08-12 Rafael Antognollianv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
2019-08-12 Jason Ekstrandanv: Implement VK_KHR_pipeline_executable_properties
2019-08-12 Jason Ekstrandanv: Add a ralloc context to anv_pipeline
2019-08-12 Jason Ekstrandanv: Force a full re-compile when CAPTURE_INTERNAL_REPR...
2019-08-12 Jason Ekstrandanv: Record shader compile stats in the pipeline cache
2019-08-12 Francisco Jerezanv/gen9: Optimize slice and subslice load balancing...
2019-08-06 Jason Ekstrandanv: Implement VK_EXT_line_rasterization
2019-08-06 Jason Ekstrandanv: Use dirty bits for dynamic state tracking
2019-07-23 Sagar Ghugeanv: Implement VK_KHR_imageless_framebuffer
2019-07-16 Caio Marcelo de... anv: Increase state allocation size limit to 2MB
2019-06-17 Jason Ekstrandanv:Use VK_EXT_separate_stencil_usage to avoid stencil...
2019-06-17 Jason Ekstrandanv/blorp: Take an aspect in anv_image_copy_to_shadow
2019-05-17 Jason Ekstrandanv: Emulate texture swizzle in the shader when needed
2019-05-16 Nanley Cheryanv: Fix some depth buffer sampling cases on ICL+
2019-05-10 Caio Marcelo de... anv: Remove special allocation for anv_push_constants
2019-05-09 Lionel Landwerlinanv: Use corresponding type from the vector allocation
2019-04-30 Eric Engestromanv: add support for VK_EXT_memory_budget
2019-04-29 Lionel LandwerlinRevert "anv: limit URB reconfigurations when using...
2019-04-19 Jason Ekstrandanv: Put binding flags in descriptor set layouts
2019-04-19 Jason Ekstrandanv: Use bindless handles for images
2019-04-19 Jason Ekstrandanv: Use bindless textures and samplers
2019-04-19 Jason Ekstrandanv: Count the number of planes in each descriptor...
2019-04-19 Jason Ekstrandanv: Implement SSBOs bindings with GPU addresses in...
2019-04-19 Jason Ekstrandanv: Add a has_a64_buffer_access to anv_physical_device
2019-04-19 Jason Ekstrandanv/pipeline: Add skeleton support for spilling to...
2019-04-19 Jason Ekstrandanv: Add a #define for the max binding table size
2019-04-19 Jason Ekstrandanv: Put image params in the descriptor set buffer...
2019-04-19 Jason Ekstrandanv: Make all VkDeviceMemory BOs resident permanently
2019-04-19 Lionel Landwerlinanv: limit URB reconfigurations when using blorp
2019-04-11 Lionel Landwerlinanv: store heap address bounds when initializing physic...
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for conditional rendering
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-08 Lionel Landwerlinanv: implement VK_KHR_swapchain revision 70
2019-03-20 Lionel Landwerlinanv: implement VK_EXT_pipeline_creation_feedback
2019-03-11 Tapani Pällianv: destroy descriptor sets when pool gets destroyed
2019-03-05 Caio Marcelo de... anv: Implement VK_EXT_external_memory_host
2019-03-05 Jason Ekstrandanv: Implement VK_EXT_inline_uniform_block
2019-03-05 Jason Ekstrandanv: Add a concept of a descriptor buffer
2019-03-05 Jason Ekstrandanv: Clean up descriptor set layouts
2019-03-05 Jason Ekstrandanv: Count image param entries rather than images
2019-03-05 Jason Ekstrandanv: Stop allocating buffer views for dynamic buffers
2019-03-05 Jason Ekstrandanv: Rework arguments to anv_descriptor_set_write_*
2019-03-04 Jason Ekstrandanv: Use an actual binding for gl_NumWorkgroups
2019-03-02 Lionel Landwerlinanv: add support for INTEL_DEBUG=bat
2019-02-20 Lionel Landwerlinanv: implement VK_EXT_depth_clip_enable
2019-02-14 Kenneth Graunkeanv: Put MOCS in the correct location
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-01 Jason Ekstrandanv: Implement VK_EXT_buffer_device_address
2019-01-25 Rafael Antognollianv/allocator: Avoid race condition in anv_block_pool_map.
2019-01-22 Jason Ekstrandanv: Implement the basic form of VK_EXT_transform_feedback
2019-01-22 Jason Ekstrandanv: Add pipeline cache support for xfb_info
2019-01-19 Lionel Landwerlinanv: document cache flushes & invalidations
2019-01-19 Lionel Landwerlinanv: narrow flushing of the render target to buffer...
2019-01-18 Danylo Piliaievanv: Implement VK_EXT_conditional_rendering for gen...
2019-01-17 Rafael Antognollianv: Remove state flush.
2019-01-17 Rafael Antognollianv/allocator: Add padding information.
2019-01-17 Rafael Antognollianv/allocator: Add support for a list of BOs in block...
2019-01-17 Rafael Antognollianv: Update usage of block_pool->bo.
2019-01-17 Rafael Antognollianv/allocator: Remove pool->map.
next