anv: add VK_KHR_descriptor_update_template support
[mesa.git] / src / intel /
2017-03-02 Lionel Landwerlinanv: add VK_KHR_descriptor_update_template support
2017-03-02 Lionel Landwerlinanv: add VK_KHR_push_descriptor support
2017-03-02 Lionel Landwerlinanv: descriptor: make descriptor writing take a stream...
2017-03-02 Lionel Landwerlinanv: descriptors: extract writing of descriptors elements
2017-03-02 Lionel Landwerlinanv: make layout size computation helper available...
2017-03-02 Lionel Landwerlinanv: move buffer_view declaration
2017-03-02 Iago Toral Quirogaanv: do not subtract the base layer to compute depth...
2017-03-02 Iago Toral Quirogaisl: document the meaning of the array_len field in...
2017-03-02 Jason Ekstrandi965: Move intel_debug.h to intel/common/gen_debug.h
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-03-01 Jason Ekstrandutil/build-id: Return a pointer rather than copying...
2017-03-01 Jason Ekstrandanv: Properly handle destroying NULL devices and instances
2017-02-28 Mauro Rossiandroid: vulkan: add support for libmesa_vulkan_util
2017-02-28 Emil Velikovautomake: anv: add missing include $(top_srcdir)/src...
2017-02-27 Jason Ekstrandanv: Bump advertised version to 1.0.42
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-24 Emil Velikovblorp: automake: add TODO to the tarball
2017-02-24 Emil Velikovanv: automake: add TODO to the tarball
2017-02-23 Jason Ekstrandanv: Enable MSAA compression
2017-02-23 Jason Ekstrandanv/blorp/clear_subpass: Only set surface clear color...
2017-02-23 Pohjolainen, Topiintel/isl: Apply render target alignment constraints...
2017-02-23 Lionel Landwerlinintel/isl: add MCS width constraint 16 samples
2017-02-23 Jason Ekstrandintel/isl: Return surface creation success from aux...
2017-02-23 Samuel Iglesias... isl/state: fix assert on raw buffer surface state minim...
2017-02-22 Jason Ekstrandanv/Makefile: Gather all the genX files into one place
2017-02-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dylan Bakervulkan/util: Add generator for enum_to_str functions
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Pull all clflushing into a clflush_range helper
2017-02-21 Jason Ekstrandanv: Remove the unused state_pool_emit macro
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Jason Ekstrandintel/blorp: Explicitly flush all allocated state
2017-02-21 Jason Ekstrandanv: Put everything about queries in genX_query.c
2017-02-21 Jason Ekstrandanv/Makefile: alphabetize
2017-02-21 Jason Ekstrandanv/query: Perform CmdResetQueryPool on the GPU
2017-02-21 Jason Ekstrandgenxml: Make MI_STORE_DATA_IMM more consistent
2017-02-21 Jason Ekstrandanv/query: clflush the bo map on non-LLC platforms
2017-02-21 Jason Ekstrandanv: Add an invalidate_range helper
2017-02-21 Emil Velikovanv: remove unused anv_dispatch_table dtable
2017-02-21 Emil Velikovanv: remove unneeded extern C notation
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-17 Jason Ekstrandanv/TODO: Check off Storage Image Without Format
2017-02-15 Matt Turneranv: Use build-id for pipeline cache UUID.
2017-02-15 Lionel Landwerlinanv: wsi: report presentation error per image request
2017-02-15 Jason Ekstrandanv: Use vk_foreach_struct for handling extension structs
2017-02-14 Jason Ekstrandanv: Implement the Skylake stencil PMA optimization
2017-02-14 Jason Ekstrandgenxml: Add the CACHE_MODE_0 register on gen9
2017-02-14 Jason Ekstrandanv/pipeline: Be smarter about depth/stencil state
2017-02-14 Jason Ekstrandanv/pipeline: Make a copy of VkPipelineDepthStencilStat...
2017-02-14 Jason Ekstrandanv: Add support for the PMA fix on Broadwell
2017-02-14 Jason Ekstrandgenxml: Add the CACHE_MODE_1 register on gen8
2017-02-14 Jason Ekstrandanv: Disable stencil writes when both write masks are...
2017-02-14 Jason Ekstrandanv/entrypoints: Only generate entrypoints for supporte...
2017-02-14 Connor Abbottanv: fix Get*MemoryRequirements for !LLC
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-14 Jason Ekstrandanv/apply_pipeline_layout: Set image.write_only to...
2017-02-14 Jason Ekstrandintel/isl: Add format metadata for typed reads/writes
2017-02-14 Jason Ekstrandanv/cmd_buffer: Return a VkResult from verify_cmd_parser
2017-02-13 Jason Ekstrandanv/blorp: Don't sanitize the swizzle for blorp_clear
2017-02-13 Jason Ekstrandintel/blorp: Swizzle clear colors on the CPU
2017-02-10 Emil Velikovintel/blorp: do not return const data by get_px_size_sa()
2017-02-06 Juan A. Suarez Romeroanv/pipeline: set ThreadDispatchEnable conditionally
2017-02-03 Nanley Cheryanv/blorp: Disable resolves for transparent black clears
2017-02-03 Nanley Cheryanv/cmd_buffer: Don't temporarily enable CCS_E within...
2017-02-02 Jason Ekstrandintel/isl: Add a better comment for format_supports_ccs_e
2017-02-02 Jason Ekstrandanv: Remove the finishme for CCS_E with storage images
2017-02-02 Jason Ekstrandintel/isl: Assert that we don't use CCS for storage...
2017-02-02 Jason Ekstrandintel/isl: Add a formats_are_ccs_e_compatible helper
2017-02-02 Jason Ekstrandintel/isl: Add a format_supports_ccs_d helper
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-02 Nanley Cheryanv/pass: Store the depth-stencil attachment's last...
2017-02-02 Lionel Landwerlinanv: enable VK_KHR_shader_draw_parameters
2017-02-02 Lionel Landwerlinanv: emit DrawID if needed
2017-02-02 Lionel Landwerlinanv: always allocate a vertex element with vertexid...
2017-02-02 Lionel Landwerlinanv: move BaseVertexID/BaseInstanceID vertex buffer...
2017-02-02 Lionel Landwerlinanv: limit vertex buffers to 31
2017-02-01 Jason Ekstrandanv: Don't use bogus alpha swizzles
2017-02-01 Jason Ekstrandisl: Add assertions for render target swizzle restrictions
2017-02-01 Tapani Pälliandroid: add vulkan build for intel
2017-02-01 Jason Ekstrandanv: Improve flushing around STATE_BASE_ADDRESS
2017-02-01 Jason Ekstrandanv: Flush render cache before STATE_BASE_ADDRESS on...
2017-02-01 Jason Ekstrandisl/formats: Only advertise sampling for A4B4G4R4 on...
2017-02-01 Jason Ekstrandintel/blorp: Handle clearing of A4B4G4R4 on all platforms
2017-01-31 Nanley Cheryanv/cmd_buffer: Use the proper depth input attachment...
2017-01-27 Jason Ekstrandanv: Advertise API version 1.0.39
2017-01-27 Eric Engestromanv: add missing extension errors in vk_errorf()
2017-01-27 Eric Engestromanv: add missing core errors in vk_errorf()
2017-01-27 Lionel Landwerlinanv: don't assert on out of memory descriptor pool...
2017-01-27 Topi Pohjolainenintel/blorp/dbg: Name blit shaders for easy recognition...
2017-01-26 Lionel Landwerlinanv: fix descriptor pool internal size allocation
2017-01-26 Iago Toral Quirogaanv/lower_input_attachments: honor sample index paramet...
2017-01-26 Chad Versaceanv: Implement VK_KHR_get_physical_device_properties2
2017-01-26 Chad Versaceanv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()
2017-01-26 Chad Versaceanv: Refactor anv_GetPhysicalDeviceFormatProperties()
2017-01-26 Chad Versaceanv: Revive struct anv_common
2017-01-26 Chad Versaceanv: Define macro anv_debug()
2017-01-25 Lionel Landwerlinanv: set command buffer to NULL when allocations fail
2017-01-24 Jason Ekstrandanv: Expose VK_KHR_maintenance1
2017-01-24 Jason Ekstrandanv: Return better errors from AllocateDescriptorSets
2017-01-24 Jason Ekstrandanv: Allow selecting the slice of a 3D image
next