v3d: Include commands to run the BCL and RCL in CLIF dumps.
[mesa.git] / src / intel / vulkan /
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-26 Eric Engestromanv: drop unused local vars
2018-07-26 Eric Engestromanv: remove incorrect `UNUSED` flag
2018-07-25 Eric Engestromanv: don't crash on vkDestroyDevice(NULL)
2018-07-25 Eric Engestromanv: fix python whitespace warning
2018-07-25 Eric Engestromanv: cleanup python imports
2018-07-25 Eric Engestromanv: remove unnecessary semicolons in python
2018-07-24 Jordan Justeni965, anv: Use INTEL_DEBUG for disk_cache driver flags
2018-07-24 Jordan Justeni965, anv: Add extra unused character in disk_cache...
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-23 Eric Engestromanv: remove unnecessary runtime copy of static string
2018-07-23 Alex Smithanv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE...
2018-07-23 Jason Ekstrandanv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
2018-07-23 Jason Ekstrandanv: Properly handle GetImageSubresourceLayout on compl...
2018-07-22 Ilia Mirkinanv/gen9: expose VK_EXT_post_depth_coverage
2018-07-18 Jason Ekstrandintel/blorp: Take an explicit filter parameter in blorp...
2018-07-18 Caio Marcelo de... anv: give more room to debug report
2018-07-18 Caio Marcelo de... anv: avoid warning when switching in VkStructureType
2018-07-18 Samuel Iglesias... anv: fix assert in anv_CmdBindDescriptorSets()
2018-07-11 Chad Versaceanv/android: Fix type error in call to vk_errorf()
2018-07-10 Jason Ekstrandanv,radv: Add support for VK_KHR_get_display_properties2
2018-07-09 Anuj Phogatanv/icl: Don't set float blend optimization bit in...
2018-07-09 Jason Ekstrandanv: Implement VK_EXT_vertex_attribute_divisor
2018-07-09 Jason Ekstrandanv/pipeline: Add a per-VB instance divisor
2018-07-09 Jason Ekstrandanv/pipeline: Use a per-VB struct instead of separate...
2018-07-09 Jose Maria Casanov... anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
2018-07-09 Jason Ekstrandanv: Add support for VK_KHR_create_renderpass2
2018-07-09 Jason Ekstrandanv: Make subpass::depth_stencil_attachment a pointer
2018-07-09 Jason Ekstrandanv/pass: Move implicit dependency setup to anv_render_...
2018-07-09 Jason Ekstrandanv/pass: Move some dependency setup into a helper
2018-07-09 Jason Ekstrandanv/pass: Move a bunch of analysis into a separate...
2018-07-09 Jason Ekstrandanv/pass: Use a designated initailizer for attachments
2018-07-09 Jason Ekstrandanv: Bump the advertised patch version to 80
2018-07-09 Iago Toral Quirogaanv/pipeline: honor the pipeline_cache_enabled run...
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-02 Jason Ekstrandanv: Add support for the on-disk shader cache
2018-07-02 Jason Ekstrandanv/pipeline_cache: Add a _locked suffix to a function
2018-07-02 Jason Ekstrandanv: Add device-level helpers for searching for and...
2018-07-02 Jason Ekstrandanv/pipeline: Stop optimizing for not having a cache
2018-07-02 Jason Ekstrandanv: Use a default pipeline cache if none is specified
2018-07-02 Jason Ekstrandanv: Be more careful about hashing pipeline layouts
2018-07-02 Jason Ekstrandanv,intel: Enable nir_opt_large_constants for Vulkan
2018-07-02 Jason Ekstrandanv: Add state setup support for shader constants
2018-07-02 Jason Ekstrandanv: Add support for shader constant data to the pipeli...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: make descriptors dirty when emitting...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: clean dirty push constants flag after...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: never shrink the push constant buffer...
2018-06-29 Jose Maria Casanov... anv: finish the binding_table_pool on destroyDevice...
2018-06-28 Jason Ekstrandintel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32...
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezi965: Add plumbing for shader time in 32-wide FS dispat...
2018-06-28 Jason Ekstrandintel/compiler: Add and use helpers for working with...
2018-06-27 Jason EkstrandRevert "anv: Print the actual enum for ignored structur...
2018-06-27 Jason Ekstrandanv: Print the actual enum for ignored structure types
2018-06-23 Keith Packardanv: add VK_EXT_display_control to anv driver [v5]
2018-06-23 Keith Packardanv: Support wait for heterogeneous list of fences...
2018-06-23 Jason Ekstrandanv/pipeline: Convert apply_pipeline_layout to deref...
2018-06-23 Jason Ekstrandanv/apply_pipeline_layout: Simplify extract_tex_src_plane
2018-06-23 Jason Ekstrandanv/pipeline: Convert lower_multiview to deref instructions
2018-06-23 Jason Ekstrandanv/pipeline: Convert YCbCr lowering to deref instructiosn
2018-06-23 Jason Ekstrandanv/pipeline: Convert lower_input_attachments to deref...
2018-06-23 Jason Ekstrandanv/pipeline: Do less deref instruction lowering
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandspirv: Use NIR per-member splitting
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-21 Neil Robertsspirv: Get rid of vtn_variable_mode_image/sampler
2018-06-20 Keith Packardvulkan: EXT_acquire_xlib_display requires libXrandr...
2018-06-20 Keith Packardanv: Add VK_EXT_display_surface_counter to anv driver...
2018-06-19 Keith Packardanv: Add EXT_acquire_xlib_display to anv driver [v3]
2018-06-19 Keith Packardanv: Add EXT_direct_mode_display to anv driver [v2]
2018-06-19 Keith Packardanv: Add KHR_display extension to anv [v7]
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-06-19 Jason Ekstrandanv: Use a single global API patch version
2018-06-18 Rafael Antognollianv: Disable constant buffer 0 being relative.
2018-06-18 Rafael Antognollianv/device: Check for kernel support of context isolation.
2018-06-18 Eric Engestrommeson: fix i965/anv/isl genX static lib names
2018-06-14 Samuel Iglesias... anv: reduce maxFragmentInputComponents
2018-06-12 Mauro Rossianv/android: Use an address for each anv_image plane
2018-06-12 Mauro Rossianv/android: Set the BO flags in bo_cache_import (v2)
2018-06-11 Kenneth Graunkeanv: Disable __gen_validate_value if NDEBUG is set.
2018-06-08 Gustavo Lima Chavesanv: enable VK_EXT_shader_stencil_export
2018-06-07 Jason Ekstrandanv: Set fence/semaphore types to NONE in impl_cleanup
2018-06-07 Kenneth Graunkeintel/blorp: Emit VF cache invalidates for 48-bit bugs...
2018-06-05 Lionel Landwerlinanv: intel: add softpin flag on imported BOs
2018-06-01 Jason Ekstrandanv: Don't even bother processing relocs if we have...
2018-06-01 Jason Ekstrandanv: Refactor reloc handling in execbuf_add_bo
2018-06-01 Jason Ekstrandanv: Assert that the kernel leaves pinned BO addresses...
2018-06-01 Scott D Phillipsanv: Soft-pin everything else
2018-06-01 Scott D Phillipsanv: Soft-pin batch buffers
2018-06-01 Jason Ekstrandanv/batch_chain: Simplify secondary batch return chaining
2018-06-01 Jason Ekstrandanv/batch_chain: Call batch_bo_finish at the end of...
2018-06-01 Jason Ekstrandanv: Soft-pin client-allocated memory
2018-06-01 Jason Ekstrandanv/allocator: Support softpin in the BO cache
2018-06-01 Jason Ekstrandanv/allocator: Set the BO flags in bo_cache_alloc/import
2018-06-01 Scott D Phillipsanv: For pinned BOs, skip relocations, but track bo...
2018-06-01 Scott D Phillipsanv: Use a separate pool for binding tables when soft...
2018-06-01 Scott D Phillipsanv: Soft-pin state pools
2018-05-31 Scott D Phillipsanv/blorp: Write relocated values into surface states
next