anv: fix nir.h include
[mesa.git] / src / intel / vulkan /
2017-10-07 Lionel Landwerlinanv: fix nir.h include
2017-10-06 Lionel Landwerlinanv/cmd_buffer: Reset state in cmd_buffer_destroy
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 Jason Ekstrandanv/cmd_buffer: Make get_fast_clear_state return an...
2017-10-06 Jason Ekstrandanv/blorp: Add a concept of default 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-06 Lionel Landwerlinanv: prepare formats to handle disjoints sets
2017-10-03 Jason Ekstrandanv: Remove base_vertex/instance from push_constants
2017-10-03 Dylan Bakermeson: add window system deps to intel vulkan common
2017-10-02 Józef Kuciaanv: Remove unreachable cases from isl_format_for_size()
2017-10-02 Józef Kuciaanv: Fix vkCmdFillBuffer()
2017-09-28 Dylan Bakermeson: remove duplicate libisl dependency in anv
2017-09-28 Gwan-gyeong Munanv: add an assertion in genX(BeginCommandBuffer)
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-26 Eric Anholtanv: Fix some comment typos.
2017-09-25 Samuel Iglesias... anv: fix viewport transformation for z component
2017-09-21 Jason Ekstrandanv: Advertise VK_KHR_maintenance2
2017-09-21 Jason Ekstrandanv/image: Use RENDER_SURFACE_STATE::X/Y Offset on...
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-21 Jason Ekstrandanv/image: Add support for the VkImageViewUsageCreateIn...
2017-09-21 Samuel Iglesias... anv: Advertise point clipping properties
2017-09-21 Jason Ekstrandanv: Add support for tessellation domain origin control
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-21 Jason Ekstrandanv/image: Add support for the new depth/stencil layouts
2017-09-20 Jason Ekstrandanv/entrypoints_gen: Dedent the C code
2017-09-20 Józef Kuciaanv: Fix descriptors copying
2017-09-19 Jason Ekstrandanv: Advertise support VK_FORMAT_R8_SRGB
2017-09-18 Chad Versaceanv/android: Disable surface and swapchain extensions...
2017-09-18 Chad Versaceanv: Feed vk_android_native_buffer.xml to generators...
2017-09-18 Chad Versaceanv: Teach generator scripts how to parse mutliple...
2017-09-18 Jason Ekstrandanv: Implement VK_KHR_image_format_list
2017-09-18 Jason Ekstrandanv: Implement VK_KHR_bind_memory2
2017-09-13 Chad Versaceutil: Query build-id by symbol address, not library...
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: move brw_process_intel_debug_variable to happen...
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-09-06 Chad Versaceanv: Annotate entrypoint table with index and func...
2017-09-04 Eric Engestromanv: fix off by one in array check
2017-08-31 Jason Ekstrandanv/formats: Nicely handle unknown VkFormat enums
2017-08-31 Tapani Pällianv: fix build errors on android
2017-08-30 Kenneth Graunkeblorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy...
2017-08-30 Lionel Landwerlinanv: use device->info instead of brw->is_*
2017-08-30 Juan A. Suarez Romeroanv: set right datatypes in anv_pipeline_binding
2017-08-29 Matt Turneranv: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turneranv: Explicitly cast between different enums
2017-08-29 Matt Turneranv: Remove 'inline' keywords
2017-08-29 Matt Turneranv: Use GNU C empty brace initializer
2017-08-29 Jason Ekstrandanv: Add support for the SYNC_FD handle type for fences
2017-08-29 Jason Ekstrandanv: Implement VK_KHR_external_fence
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/wsi: Use QueueSubmit to trigger the fence in Acquir...
2017-08-29 Jason Ekstrandanv: Rework fences to work more like BO semaphores
2017-08-29 Jason Ekstrandanv/queue: Allow temporary import of SYNC_FD semaphores
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
2017-08-22 Francisco Jerezanv: Check that in_fence fd is valid before closing it.
2017-08-22 Francisco Jerezanv: Add error handling to setup_empty_execbuf().
2017-08-21 Matt Turneranv: Move clamp_int64() inside the IVB check
2017-08-19 Kenneth Graunkeanv: Use ISL for emitting null surface states.
2017-08-18 Eric Anholtanv: Move a comment that got left behind in the u_vecto...
2017-08-17 Jason Ekstrandanv/gem: Add a stub for sync_file_merge
2017-08-16 Jason Ekstrandanv: Advertise VK_KHR_external_semaphore
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/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag...
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-07 Jason Ekstrandanv/formats: Allow sampling on depth-only formats on...
2017-08-03 Lionel Landwerlinanv: put anv_extensions.c in gitignore
2017-08-02 Jason Ekstrandanv: Advertise VK_KHR_relaxed_block_layout
2017-08-02 Jason Ekstrandanv: Bump the advertised version to 1.0.57
2017-08-02 Jason Ekstrandanv: Pull the API version from anv_extensions.py
2017-08-02 Jason Ekstrandanv: Use python to generate ICD json files
2017-08-02 Jason Ekstrandanv: Add MAX_API_VERSION to anv_extensions.py
2017-08-02 Jason Ekstrandanv: Make some bits of anv_extensions module-private
2017-08-01 Jason Ekstrandanv: Autogenerate extension query and lookup
2017-08-01 Jason Ekstrandanv: Add a new centralized extensions file
2017-07-26 Iago Toral Quirogaanv: only expose up to 28 vertex attributes
2017-07-26 Iago Toral Quirogaanv/cmd_buffer: fix off by one error in assertion
2017-07-23 Jason Ekstrandanv/image: zalloc image views
2017-07-23 Jason Ekstrandanv/image: Use vk_zalloc instead of an explicit memset
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
next