anv: Take an image in can_sample_with_hiz
[mesa.git] / src / intel / vulkan / anv_private.h
2017-10-06 Jason Ekstrandanv: Take an image in can_sample_with_hiz
2017-10-06 Jason Ekstrandanv: Take a single aspect in anv_layout_to_aux_usage
2017-10-06 Lionel Landwerlinanv: add nir lowering pass for ycbcr textures
2017-10-06 Lionel Landwerlinanv: prepare sampler emission code for multiplanar...
2017-10-06 Lionel Landwerlinanv/apply_pipeline_layout: Prepare for multi-planar...
2017-10-06 Lionel Landwerlinanv: add new formats KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: modify the internal concept of format to express...
2017-10-03 Jason Ekstrandanv: Remove base_vertex/instance from push_constants
2017-09-26 Eric Anholtanv: Fix some comment typos.
2017-09-21 Jason Ekstrandanv/image: Support creating uncompressed views of compr...
2017-09-21 Jason Ekstrandanv: Add a new anv_surface_state struct
2017-09-21 Jason Ekstrandanv/image: Break surface state fill logic into a helper
2017-09-12 Tapani Pällianv: fix build issues on release build
2017-09-12 Tapani Pällianv: remove extra 'debug:' from anv_debug_ignored_stype
2017-09-12 Tapani Pällianv: wire up vk_errorf macro to do debug reporting
2017-09-12 Tapani Pällianv: wire up anv_perf_warn macro to do debug reporting
2017-09-12 Tapani Pällianv: implementation of VK_EXT_debug_report extension
2017-08-30 Juan A. Suarez Romeroanv: set right datatypes in anv_pipeline_binding
2017-08-29 Jason Ekstrandanv: Add support for the SYNC_FD handle type for fences
2017-08-29 Jason Ekstrandanv: Use DRM sync objects to back fences whenever possible
2017-08-29 Jason Ekstrandanv/gem: Add support for syncobj wait and reset
2017-08-29 Jason Ekstrandanv/gem: Add a flags parameter to syncobj_create
2017-08-29 Jason Ekstrandanv: Rename anv_fence_state to anv_bo_fence_state
2017-08-29 Jason Ekstrandanv: Pull the guts of anv_fence into anv_fence_impl
2017-08-29 Jason Ekstrandanv: Rework fences to work more like BO semaphores
2017-08-18 Eric Anholtanv: Move a comment that got left behind in the u_vecto...
2017-08-16 Jason Ekstrandanv: Use DRM sync objects for external semaphores when...
2017-08-16 Jason Ekstrandanv/gem: Add a drm syncobj support
2017-08-16 Jason Ekstrandanv: Implement support for exporting semaphores as...
2017-08-16 Jason Ekstrandanv: Submit a dummy batch when only semaphores are...
2017-08-16 Jason Ekstrandanv: Add a basic implementation of VK_KHX_external_sema...
2017-08-02 Jason Ekstrandanv: Pull the API version from anv_extensions.py
2017-08-01 Jason Ekstrandanv: Autogenerate extension query and lookup
2017-07-26 Iago Toral Quirogaanv: only expose up to 28 vertex attributes
2017-07-23 Jason Ekstrandanv: Separate surface states by layout instead of aux_usage
2017-07-23 Jason Ekstrandanv: Get rid of some unused function declarations
2017-07-23 Nanley Cheryanv: Predicate fast-clear resolves
2017-07-23 Nanley Cheryanv: Stop resolving CCS implicitly
2017-07-23 Nanley Cheryanv/cmd_buffer: Restrict fast clears in the GENERAL...
2017-07-23 Nanley Cheryanv/image: Append CCS/MCS with a fast-clear state buffer
2017-07-23 Nanley Cheryanv: Transition MCS buffers from the undefined layout
2017-07-10 Kenneth Graunkeintel: Move clflush helpers from anv to common/gen_clfl...
2017-06-26 Nanley Cheryanv/blorp: Add a surface-state-based CCS resolve function
2017-06-26 Nanley Cheryanv: Adjust params of color buffer transitioning functions
2017-06-26 Nanley Cheryanv: Add and use color auxiliary buffer helpers
2017-06-26 Eric Engestromanv: use Mesa's u_atomic.h header
2017-06-22 Anuj Phogatanv/cnl: Add #defines for MOCS and genX(x)
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-23 Jason Ekstrandanv: Make supports_48bit_addresses a heap property
2017-05-23 Jason Ekstrandanv: Add valid_bufer_usage to the memory type metadata
2017-05-23 Jason Ekstrandanv: Determine the type of mapping based on type metadata
2017-05-23 Jason Ekstrandanv: Set up memory types and heaps during physical...
2017-05-23 Jason Ekstrandanv: Handle color layout transitions from the UNINITIAL...
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-05 Jason Ekstrandanv/allocator: Get rid of the ability to free blocks
2017-05-05 Jason Ekstrandanv: Allocate binding table blocks through the state...
2017-05-05 Jason Ekstrandanv/allocator: Add support for "back" allocations to...
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
next