anv/allocator: Drop the block_size field from block_pool
[mesa.git] / src / intel / vulkan / anv_private.h
2017-05-05 Jason Ekstrandanv/allocator: Drop the block_size field from block_pool
2017-05-05 Jason Ekstrandanv/allocator: Remove the state_size field from fixed_s...
2017-05-05 Jason Ekstrandanv: Get rid of a bunch of uses of size_t
2017-05-05 Jason Ekstrandanv/allocator: Convert the state stream to pull from...
2017-05-05 Jason Ekstrandanv/allocator: Return a null state for zero-size alloca...
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_fd
2017-05-03 Jason Ekstrandanv: Add a real semaphore struct
2017-05-03 Jason Ekstrandanv/cmd_buffer: Emit instanced draws for multiple views
2017-05-03 Jason Ekstrandanv/pipeline: Add a subpass field to anv_pipeline
2017-05-03 Jason Ekstrandanv: Move shader hashing to anv_pipeline
2017-05-03 Jason Ekstrandanv/pass: Store the per-subpass view mask
2017-04-28 Jason Ekstrandanv: Use the BO cache for DeviceMemory allocations
2017-04-28 Jason Ekstrandanv/allocator: Add a BO cache
2017-04-28 Chad Versaceanv: Implement VK_KHX_external_memory_capabilities
2017-04-28 Jason Ekstrandanv/physical_device: Rename uuid to pipeline_cache_uuid
2017-04-28 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-04-24 Nanley Cheryanv/pass: Delete anv_pass::subpass_attachments
2017-04-08 Jason Ekstrandanv/pass: Record required pipe flushes
2017-04-08 Jason Ekstrandanv/pass: Use anv_multialloc for allocating the anv_pass
2017-04-08 Jason Ekstrandanv: Add a helper for doing mass allocations
2017-04-08 Jason Ekstrandanv: Add helpers for converting access flags to pipe...
2017-04-06 Jason Ekstrandanv/device: Add a helper for querying whether a BO...
2017-04-05 Jason Ekstrandanv: Advertise larger heap sizes
2017-04-05 Jason Ekstrandanv: Add support for 48-bit addresses
2017-04-05 Jason Ekstrandanv: Replace anv_bo::is_winsys_bo with a uint32_t flags
2017-04-05 Jason Ekstrandanv: Query the kernel for reset status
2017-03-31 Tapani Pällianv: change BLOCK_POOL_MEMFD_SIZE to 1GB
2017-03-28 Jason Ekstrandanv: Make anv_get_layerCount a macro
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-24 Iago Toral Quirogaanv/device: keep track of 'device lost' state
2017-03-17 Ilia Mirkinanv: Implement pipeline statistics queries
2017-03-17 Jason Ekstrandanv/query: Use a variable-length slot size
2017-03-17 Jason Ekstrandanv/query: Move the available bits to the front
2017-03-16 Iago Toral Quirogaanv/blorp: make anv_cmd_buffer_alloc_blorp_binding_tabl...
2017-03-16 Iago Toral Quirogaanv: handle failures when growing reloc lists
2017-03-16 Iago Toral Quirogaanv: avoid crashes when failing to allocate batches
2017-03-16 Iago Toral Quirogaanv: add anv_batch_set_error() and anv_batch_has_error...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: add a status field to anv_batch
2017-03-16 Iago Toral Quirogaanv: do not try to ref/unref NULL shaders
2017-03-13 Jason Ekstrandanv: Use on-the-fly surface states for dynamic buffer...
2017-03-13 Jason Ekstrandanv: Add a helper for working with VK_WHOLE_SIZE for...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Jason Ekstrandanv: Stop including brw_context.h
2017-03-08 Tapani Pällianv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GB
2017-03-07 Jason Ekstrandanv: Drop the anv_validate block helper
2017-03-07 Jason Ekstrandanv: Get rid of the stub() macros
2017-03-07 Jason Ekstrandanv: Add a performance warning helper
2017-03-02 Nanley Cheryanv/blorp: Encapsulate subpass id querying
2017-03-02 Nanley Cheryanv/pass: Store subpass attachment reference list
2017-03-02 Nanley Cheryanv: Store the user's VkAttachmentReference
2017-03-02 Nanley Cheryanv/descriptor_set: Store aux usage of sampled image...
2017-03-02 Nanley Cheryanv/image: Create an additional surface state for sampling
2017-03-02 Nanley Cheryanv: Update the HiZ sampling helper
2017-03-02 Nanley Cheryanv/image: Add anv_layout_to_aux_usage()
2017-03-02 Lionel Landwerlinanv: add VK_KHR_descriptor_update_template support
2017-03-02 Lionel Landwerlinanv: add VK_KHR_push_descriptor support
2017-03-02 Lionel Landwerlinanv: descriptor: make descriptor writing take a stream...
2017-03-02 Lionel Landwerlinanv: descriptors: extract writing of descriptors elements
2017-03-02 Lionel Landwerlinanv: make layout size computation helper available...
2017-03-02 Lionel Landwerlinanv: move buffer_view declaration
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Pull all clflushing into a clflush_range helper
2017-02-21 Jason Ekstrandanv: Remove the unused state_pool_emit macro
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Jason Ekstrandanv: Add an invalidate_range helper
2017-02-21 Emil Velikovanv: remove unused anv_dispatch_table dtable
2017-02-21 Emil Velikovanv: remove unneeded extern C notation
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-15 Jason Ekstrandanv: Use vk_foreach_struct for handling extension structs
2017-02-14 Jason Ekstrandanv: Implement the Skylake stencil PMA optimization
2017-02-14 Jason Ekstrandanv: Add support for the PMA fix on Broadwell
2017-02-14 Jason Ekstrandanv: Disable stencil writes when both write masks are...
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-02 Lionel Landwerlinanv: emit DrawID if needed
2017-02-02 Lionel Landwerlinanv: move BaseVertexID/BaseInstanceID vertex buffer...
2017-02-02 Lionel Landwerlinanv: limit vertex buffers to 31
2017-02-01 Jason Ekstrandanv: Don't use bogus alpha swizzles
2017-01-26 Chad Versaceanv: Implement VK_KHR_get_physical_device_properties2
2017-01-26 Chad Versaceanv: Revive struct anv_common
2017-01-26 Chad Versaceanv: Define macro anv_debug()
2017-01-17 Samuel Iglesias... anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
2017-01-14 Grazvydas Ignotasanv: remove some unused macros and functions
2017-01-14 Jason Ekstrandanv/pipeline: Replace get_fs_input_map with get_last_vu...
2017-01-13 Nanley Cheryanv: Add a helper to determine sampling with HiZ
2017-01-13 Nanley Cheryanv: Avoid resolves incurred by fast depth clears
2017-01-13 Nanley Cheryanv: Prepare for transitioning to the requested final...
2017-01-13 Nanley Cheryanv: Store depth stencil layouts
2017-01-13 Nanley Cheryanv/blorp: Add a gen8 HiZ op resolve function
2017-01-13 Nanley Cheryanv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
2017-01-10 Lionel Landwerlinanv: add helper to get vue map for fragment shader
2017-01-10 Lionel Landwerlinanv: add get_.*_prog_data for tesselation stages
2017-01-10 Lionel Landwerlinanv: make get_.*_prog_data take a const pipeline
2016-12-10 Edward O'Callaghananv: Clean up some unused variables
2016-11-28 Gwan-gyeong Munanv: Add missing error-checking to anv_block_pool_init...
2016-11-28 Emil Velikovanv: Store UUID in physical device.
2016-11-28 Emil Velikovanv: use do { } while (0) in the anv_finishme macro
2016-11-22 Jason Ekstrandanv: Add support for fast clears on gen9
2016-11-22 Jason Ekstrandanv: Add a vk_to_isl_color helper
2016-11-22 Jason Ekstrandanv: Set up binding tables and surface states for input...
2016-11-22 Jason Ekstrandanv/pipeline: Handle depth/stencil self-dependencies
next