anv/tests: Fix block_pool_no_free test.
[mesa.git] / src / intel / vulkan /
2019-01-17 Rafael Antognollianv/tests: Fix block_pool_no_free test.
2019-01-17 Lionel Landwerlinanv: fix invalid binding table index computation
2019-01-17 Iago Toral Quirogaanv/device: fix maximum number of images supported
2019-01-17 Tapani Pällianv: do not advertise AHW support if extension not...
2019-01-14 Caio Marcelo de... src/intel: use new hash table and set creation helpers
2019-01-14 Jason Ekstrandanv: Implement VK_KHR_depth_stencil_resolve
2019-01-14 Jason Ekstrandanv: Move resolve_subpass to genX_cmd_buffer.c
2019-01-14 Jason Ekstrandanv/blorp: Refactor MSAA resolves into an exportable...
2019-01-14 Jason Ekstrandanv: Rename has_resolve to has_color_resolve
2019-01-14 Iago Toral Quirogaanv/pipeline_cache: free NIR shader cache
2019-01-11 Iago Toral Quirogaanv/pipeline_cache: fix incorrect guards for NIR cache
2019-01-11 Kenneth Graunkeblorp: Pass the batch to lookup/upload_shader instead...
2019-01-11 Kenneth Graunkeblorp: Add blorp_get_surface_address to the driver...
2019-01-11 Jason Ekstrandanv/pipeline: Cache the pre-lowered NIR
2019-01-11 Jason Ekstrandanv/pipeline_cache: Add support for caching NIR
2019-01-11 Jason Ekstrandanv/pipeline: Hash shader modules and spec constants...
2019-01-11 Jason Ekstrandanv/pipeline: Move wpos and input attachment lowering...
2019-01-10 Jason Ekstrandanv/pipeline: Constant fold after apply_pipeline_layout
2019-01-09 Andrii Simiklitanv/pipeline: remove unnecessary null-pointer check
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Lionel Landwerlinanv: flush fast clear colors into compressed surfaces
2019-01-08 Lionel Landwerlinanv: explictly specify format for blorp ccs/mcs op
2019-01-08 Jason Ekstrandanv: Sort properties and features switch statements
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2019-01-08 Jason Ekstrandanv: Enable the new deref-based UBO/SSBO path
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2019-01-08 Jason Ekstrandspirv: Add explicit pointer types
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandanv/apply_pipeline_layout: Set the cursor in lower_res_...
2019-01-07 Bas Nieuwenhuizenanv/android: Do not reject storage images.
2018-12-31 Erik Faye-Lundanv/meson: make sure tests link with -msse2
2018-12-24 Lionel Landwerlinanv: don't do partial resolve on layer > 0
2018-12-19 Tapani Pällianv/android: turn on VK_ANDROID_external_memory_android...
2018-12-19 Tapani Pällianv: ignore VkSamplerYcbcrConversion on non-yuv formats
2018-12-19 Tapani Pällianv: support VkSamplerYcbcrConversionInfo in vkCreateIm...
2018-12-19 Tapani Pällianv: add VkFormat field as part of anv_format
2018-12-19 Tapani Pällianv: support VkExternalFormatANDROID in vkCreateSampler...
2018-12-19 Tapani Pällianv/android: support creating images from external...
2018-12-19 Tapani Pällianv/android: add ahardwarebuffer external memory properties
2018-12-19 Tapani Pällianv/android: support import/export of AHardwareBuffer...
2018-12-19 Tapani Pällianv: refactor, remove else block in AllocateMemory
2018-12-19 Tapani Pällianv: add anv_ahw_usage_from_vk_usage helper function
2018-12-19 Tapani Pällianv/android: add GetAndroidHardwareBufferPropertiesANDROID
2018-12-19 Tapani Pällianv: add from/to helpers with android and vulkan formats
2018-12-19 Tapani Pällianv: make anv_get_image_format_features public
2018-12-19 Tapani Pällianv: refactor make_surface to use data from anv_image
2018-12-19 Tapani Pällianv: add create_flags as part of anv_image
2018-12-18 Jason Ekstrandanv: Bump the patch version to 96
2018-12-17 Jason Ekstrandanv,radv: Re-enable VK_EXT_pci_bus_info
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-12-12 Jason Ekstrandanv/pipeline: Set the correct binding count for compute...
2018-12-12 Jason Ekstrandanv: Advertise support for MinLod on Skylake+
2018-12-11 Jason Ekstrandanv,radv: Disable VK_EXT_pci_bus_info
2018-12-05 Lionel Landwerlinanv/query: flush render target before copying results
2018-12-04 Eric Engestromanv: add unreachable() for VK_EXT_fragment_density_map
2018-11-29 Lionel Landwerlinanv: flush pipeline before query result copies
2018-11-26 Anuj Phogatanv/icl: Set use full ways in L3CNTLREG
2018-11-26 Eric Engestromanv: correctly use vulkan 1.0 by default
2018-11-23 Tapani Pällianv: allow exporting an imported SYNC_FD semaphore...
2018-11-22 Jason Ekstrandanv/nir: Rework arguments to apply_pipeline_layout
2018-11-22 Jason Ekstrandanv: Put robust buffer access in the pipeline hash
2018-11-22 Jason Ekstrandanv: Expose VK_EXT_scalar_block_layout
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-11-13 Lionel Landwerlinanv: move helper function internally
2018-11-13 Lionel Landwerlinanv: use image aspects rather than computed ones
2018-11-13 Lionel Landwerlinanv: associate vulkan formats with aspects
2018-11-13 Lionel Landwerlinanv/lower_ycbcr: make sure to set 0s on all components
2018-11-13 Lionel Landwerlinanv/image: remove unused parameter
2018-11-13 Lionel Landwerlinanv: simplify internal address offset
2018-11-08 Jason Ekstrandanv: Use nir_src_is_const and friends in lowering code
2018-11-06 Lionel Landwerlinanv/android: mark gralloc allocated BOs as external
2018-11-06 Lionel Landwerlinanv: stub internal android code
2018-11-02 Anuj Phogatanv/icl: Disable prefetching of sampler state entries
2018-11-01 Anuj Phogatanv/icl: Set Error Detection Behavior Control Bit in...
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-30 Danylo Piliaievanv: Disable dual source blending when shader doesn...
2018-10-30 Jason Ekstrandanv: Bump the advertised patch version to 90
2018-10-29 Eric Engestromanv: add missing meson build dependency
2018-10-27 Jason Ekstrandanv: Use absolute timeouts in wait_for_bo_fences
2018-10-27 Jason Ekstrandanv: Flag semaphore BOs as external
2018-10-27 Jason Ekstrandanv: Improve the asserts in anv_buffer_get_range
2018-10-26 Jason EkstrandRevert "anv/skylake: disable ForceThreadDispatchEnable"
2018-10-26 Jason Ekstrandanv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lost
2018-10-26 Jason Ekstrandanv/util: Split a vk_errorv helper out of vk_errorf
2018-10-26 Eric Engestromvulkan: drop always-true param
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-26 Jason Ekstrandanv: Handle the device loss abort in anv_device_set_lost
2018-10-26 Jason Ekstrandanv: Add helpers for setting/checking device lost
2018-10-26 Jason Ekstrandanv: Provide a error message with a DEVICE_LOST
2018-10-26 Alex Smithanv: Fix sanitization of stencil state when the depth...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Eric Engestromanv: move variable to proper scope and mark as MAYBE_UNUSED
2018-10-24 Eric Engestromanv: use snprintf() instead of memset()+strcpy()
2018-10-24 Eric Engestromanv: drop unused includes
2018-10-24 Alex Smithanv: Allow presenting via a different GPU
2018-10-22 Jason Ekstrandanv,radv: Trivially expose two new VK_GOOGLE extensions
next