mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT
[mesa.git] / src / intel / vulkan /
2019-11-04 Lionel Landwerlinanv: Properly handle host query reset of performance...
2019-11-01 Erik Faye-Lundanv: remove incorrect polygonMode=point early-out
2019-10-31 Jason Ekstrandanv: Move the RT BTI flush workaround to begin_subpass
2019-10-31 Jason Ekstrandanv: Stop compacting render targets in the binding...
2019-10-31 Jason Ekstrandanv: Don't claim the null RT as a valid color target
2019-10-31 Jason Ekstrandanv: Don't delete fragment shaders that write sample...
2019-10-31 Jason Ekstrandanv: Use the new BO alloc API for Android
2019-10-31 Eric Engestromanv: add missing xmlconfig headers dependency
2019-10-31 Jason Ekstrandanv: Zero released anv_bo structs
2019-10-31 Jason Ekstrandanv: Use a bitset for tracking residency
2019-10-31 Jason Ekstrandanv: Set the batch allocator for compute pipelines
2019-10-31 Jason Ekstrandanv: Add a device parameter to anv_execbuf_add_bo
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: Set more flags on descriptor pool buffers
2019-10-31 Jason Ekstrandanv: Allocate query pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Use the query_slot helper in vkResetQueryPoolEXT
2019-10-31 Jason Ekstrandanv: Allocate block pool BOs from the cache
2019-10-31 Jason Ekstrandanv/tests: Initialize the BO cache and device mutex
2019-10-31 Jason Ekstrandanv/tests: Zero-initialize instances
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: Use anv_block_pool_foreach_bo in get_bo_from_pool
2019-10-31 Jason Ekstrandanv: Rework anv_block_pool_expand_range
2019-10-31 Jason Ekstrandanv: Fix a potential BO handle leak
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: Inline anv_block_pool_get_bo
2019-10-31 Jason Ekstrandanv: Declare the bo in the anv_block_pool_foreach_bo...
2019-10-31 Jason Ekstrandanv: Stop storing the GEM handle in anv_reloc_list_add
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-31 Bas Nieuwenhuizenanv: Remove _mesa_locale_init/fini calls.
2019-10-30 Rafael Antognollianv: Add Tile Cache Flush for Unified Cache.
2019-10-30 Rafael Antognollianv: Align fast clear color state buffer to a page.
2019-10-30 Jason Ekstrandanv: Avoid emitting UBO surface states that won't be...
2019-10-29 Jason Ekstrandanv: Reduce the minimum number of relocations
2019-10-29 Jason Ekstrandanv: Delay allocation of relocation lists
2019-10-29 Plamena Manolovaanv: Implement new way for setting streamout buffers.
2019-10-29 Plamena Manolovaanv: Set depthBounds to true in anv_GetPhysicalDeviceFe...
2019-10-29 Caio Marcelo de... anv: Fix output of INTEL_DEBUG=bat for chained batches
2019-10-28 Eric Engestromanv: add a couple printflike() annotations
2019-10-28 Nanley Cheryintel: Refactor blorp_can_hiz_clear_depth()
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-10-28 Nanley Cheryanv/private: Modify aux slice helpers for Gen12 CCS
2019-10-28 Nanley Cheryanv/cmd_buffer: Don't assume CCS_E includes CCS_D
2019-10-28 Nanley Cheryanv/image: Disable CCS_D on Gen12+
2019-10-28 Nanley Cheryanv/formats: Disable I915_FORMAT_MOD_Y_TILED_CCS on...
2019-10-28 Nanley Cheryanv: Properly allocate aux-tracking space for CCS_E
2019-10-28 Nanley Cheryanv/blorp: Use BLORP_BATCH_NO_UPDATE_CLEAR_COLOR
2019-10-28 Plamena Manolovaanv: Add support for depth bounds testing.
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
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-28 Jordan Justenanv: Implement aux-map allocator interface
2019-10-27 Eric Engestromanv: fix empty-body instruction
2019-10-24 Caio Marcelo de... anv: Implement VK_KHR_vulkan_memory_model
2019-10-24 Eric Engestromanv: fix error message
2019-10-23 Lionel Landwerlinanv: implement VK_INTEL_performance_query
2019-10-22 Lionel Landwerlinanv: fix unwind of vkCreateDevice fail
2019-10-20 Lionel Landwerlinanv: fix memory leak on device destroy
2019-10-19 Lionel Landwerlinanv: fix vkUpdateDescriptorSets with inline uniform...
2019-10-14 Caio Marcelo de... anv: Advertise VK_KHR_spirv_1_4
2019-10-13 Eric Engestromanv: add exported symbols check
2019-10-10 Marek Olšáknir: add a strip parameter to nir_serialize
2019-10-09 Jason Ekstrandanv/pipeline: Capture serialized NIR
2019-10-09 Caio Marcelo de... anv: Disable fast clears when running with INTEL_DEBUG...
2019-10-08 Caio Marcelo de... anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
2019-10-08 Tapani Pällianv/android: fix images created with external format...
2019-10-07 Caio Marcelo de... anv: Implement VK_KHR_shader_clock
2019-10-03 Rafael Antognollianv/block_pool: Align anv_block_pool state to 64 bits.
2019-09-25 Lionel Landwerlinanv: gem-stubs: return a valid fd got anv_gem_userptr()
2019-09-23 Kenneth Graunkeintel: Increase Gen11 compute shader scratch IDs to 64.
2019-09-23 Kenneth GraunkeRevert "intel/gen11+: Enable Hardware filtering of...
2019-09-20 Jason Ekstrandanv: Advertise VK_KHR_shader_subgroup_extended_types
2019-09-20 Eric Engestromanv: implement ICD interface v4
2019-09-20 Eric Engestromanv: split instance dispatch table
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-19 Arcady Goldmints... anv: fix descriptor limits on gen8
2019-09-17 Samuel Iglesias... anv: enable VK_KHR_shader_float_controls and SPV_KHR_fl...
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-11 Anuj Phogatintel/gen11+: Enable Hardware filtering of Semi-Pipelin...
2019-09-06 Jason Ekstrandintel/blorp: Use wide formats for nicely aligned stenci...
2019-09-06 Eric Engestromanv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromanv: add support for driconf
2019-09-06 Jordan Justenanv,iris: L3ALLOC register replaces L3CNTLREG for gen12
2019-09-06 Jason Ekstrandanv: Bump maxComputeWorkgroupSize
2019-09-06 Kenneth Graunkeintel: Stop redirecting state cache to command streamer...
2019-09-03 Eric Engestromanv: fix format string in error message
2019-08-28 Jordan Justenanv: Build for gen12
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-23 Rafael Antognollianv: Only re-emit non-dynamic state that has changed.
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-20 Arcady Goldmints... anv: inline uniforms blocks don't count toward descript...
next