anv/blorp: Rework image clear/resolve helpers
[mesa.git] / src / intel / vulkan / anv_private.h
2018-02-09 Jason Ekstrandanv/blorp: Rework image clear/resolve helpers
2018-01-26 Rafael Antognollianv/gen10: Emit CS stall and mark push constants dirty.
2018-01-26 Rafael Antognollianv/gen10: Ignore push constant packets during context...
2018-01-26 Iago Toral Quirogaanv/pipeline: remove the pipeline layout field from...
2018-01-26 Iago Toral Quirogaanv/cmd_buffer: add the pipeline layout to the pipeline...
2018-01-26 Iago Toral Quirogaanv/descriptor_set: add reference counting for descript...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move gen7 index buffer state to graphic...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move num_workgroups to compute state
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move dynamic state to graphics state
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphic...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move dirty bits into anv_cmd_*_state
2018-01-24 Jason Ekstrandanv: Separate compute and graphics descriptor sets
2018-01-24 Jason Ekstrandanv: Remove semicolons from vk_error[f] definitions
2018-01-24 Jason Ekstrandanv/cmd_buffer: Add substructs to anv_cmd_state for...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Get rid of the meta query workaround
2018-01-24 Jason Ekstrandanv/cmd_state: Drop the scratch_size field
2018-01-23 Jason Ekstrandanv: Only advertise enabled entrypoints
2018-01-23 Jason Ekstrandanv: Add a per-device dispatch table
2018-01-23 Jason Ekstrandanv: Add a per-instance dispatch table
2018-01-23 Jason Ekstrandanv/entrypoints: Split entrypoint index lookup into...
2018-01-23 Jason Ekstrandanv: Add a per-device table of enabled extensions
2018-01-23 Jason Ekstrandanv: Use tables for device extension wrangling
2018-01-23 Jason Ekstrandanv: Add a per-instance table of enabled extensions
2018-01-23 Jason Ekstrandanv: Use tables for instance extension wrangling
2018-01-23 Jason Ekstrandanv/extensions: Generate a header file with extension...
2018-01-17 Bas Nieuwenhuizenvulkan: move anv VK_EXT_debug_report implementation...
2017-12-04 Jason Ekstrandanv/image: Add a drm_format_mod field
2017-11-28 Jason Ekstrandanv: Let blorp handle indirect clear colors for CCS...
2017-11-28 Jason Ekstrandanv: Move get_fast_clear_state_address into anv_private.h
2017-11-22 Lionel Landwerlinanv: flag batch & instruction BOs for capture
2017-11-22 Lionel Landwerlinanv: setup BO flags at state_pool/block_pool creation
2017-11-10 Chad Versaceanv: Better types for 'aspect' function params
2017-11-07 Chad Versaceanv: Suffix anv-private 'VK' tokens with 'ANV'
2017-10-18 Chad Versaceanv: Implement VK_ANDROID_native_buffer (v9)
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Chad Versaceanv: Add func anv_gem_get_tiling()
2017-10-17 Chad Versaceanv: Add field anv_image::planes[]::bo_is_owned (v2)
2017-10-17 Chad Versaceanv: Better support for Android logging (v2)
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandanv/pipeline_cache: Rework to use multialloc and blob
2017-10-13 Jason Ekstrandanv/multialloc: Add new add_size helper
2017-10-06 Lionel Landwerlinanv/cmd_buffer: fix push descriptors with set > 0
2017-10-06 Lionel Landwerlinanv: enable VK_KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: enable multiple planes per image/imageView
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...
next