meson: build libEGL
[mesa.git] / src / intel / vulkan /
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-18 Vinson Leeanv: Fix instance typos.
2017-10-18 Chad Versaceanv: Implement VK_ANDROID_native_buffer (v9)
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Chad Versaceanv: Add func anv_gem_get_tiling()
2017-10-17 Chad Versaceanv: Move close(fd) from anv_bo_cache_import to its...
2017-10-17 Chad Versaceanv: Add field anv_image::planes[]::bo_is_owned (v2)
2017-10-17 Chad Versaceanv: Better support for Android logging (v2)
2017-10-17 Jason Ekstrandanv/apply_pipeline_layout: Use nir_tex_instr_remove_src
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-10-16 Jason Ekstrandanv: Get rid of gen fall-through
2017-10-13 Jason Ekstrandblob: Use intptr_t instead of ssize_t
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandanv/pipeline: Refactor setup of the prog_data::param...
2017-10-13 Jason Ekstrandanv/pipeline: Grow the param array for images
2017-10-13 Jason Ekstrandanv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONST...
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandanv/pipeline: Ralloc prog_data::param of the compile...
2017-10-13 Jason Ekstrandanv/pipeline: Add a mem_ctx parameter to anv_pipeline_c...
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandanv/pipeline_cache: Rework to use multialloc and blob
2017-10-13 Jason Ekstrandanv/pipeline: Declare bind maps closer to their use
2017-10-13 Jason Ekstrandanv/multialloc: Add new add_size helper
2017-10-11 Lionel Landwerlinanv: intel: use anv_image's computed size for importing...
2017-10-11 Lionel Landwerlinanv: bo_cache: allow importing a BO larger than needed
2017-10-10 Dave Airlieanv: fix assert in wsi image code.
2017-10-10 Tapani Pällianv: fix null pointer dereference
2017-10-09 Józef Kuciaanv: Do not assert() on VK_ATTACHMENT_UNUSED
2017-10-08 Jason Ekstrandanv/wsi: Allocate enough memory for the entire image
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
next