spirv: Use NIR per-member splitting
[mesa.git] / src / intel / vulkan /
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
2018-05-31 Jason Ekstrandanv: Use an address for each anv_image plane
2018-05-31 Jason Ekstrandanv/cmd_buffer: Rework surface relocation helpers
2018-05-31 Jason Ekstrandanv: Use an anv_address in anv_buffer
2018-05-31 Jason Ekstrandanv/cmd_buffer: Use anv_address for handling indirect...
2018-05-31 Jason Ekstrandanv: Use an anv_address in anv_buffer_view
2018-05-31 Jason Ekstrandanv: Use full anv_addresses in anv_surface_state
2018-05-31 Jason Ekstrandanv: Add some anv_address helpers
2018-05-31 Scott D Phillipsanv: Add vma_heap allocators in anv_device
2018-05-28 Scott D Phillipsanv: move canonical_address calculation into a separate...
2018-05-21 Tapani Pälliandroid: enable VK_ANDROID_native_buffer
2018-05-13 Rhys Perryanv,nir: add generated files to .gitignore(s)
2018-05-10 Jason Ekstrandi965,anv: Set the CS stall bit on the ISP disable PIPE_...
2018-05-09 Lionel Landwerlinanv: emit pixel scoreboard stall before ISP disable
2018-05-09 Jason Ekstrandanv: Allow blitting to/from any supported format
2018-05-09 Samuel Iglesias... anv: ignore pColorBlendState if all color attachments...
2018-05-07 Scott D Phillipsanv: remove unused field anv_queue::pool
2018-05-05 Iago Toral Quirogaanv/device: expose shaderInt16 support in gen8+
2018-05-03 Mark JanesRevert "anv/device: expose shaderInt16 support in gen8+"
2018-05-03 Iago Toral Quirogaanv/device: expose shaderInt16 support in gen8+
2018-05-03 Iago Toral Quirogaanv/pipeline: support SpvCapabilityInt16 in gen8+
2018-05-02 Jason Ekstrandanv: Advertise variableMultisampleRate
2018-05-01 Jason Ekstrandanv: Allow lookup of vkEnumerateInstanceVersion without...
2018-05-01 Jason Ekstrandanv: Don't advertise Float64 or Int64 on HW without...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-27 Dylan Bakermeson: fix race condition revealed by using 0.44
2018-04-26 Anuj Phogatanv/icl: Enable Vulkan on Ice Lake
2018-04-26 Caio Marcelo de... anv: enable VK_EXT_shader_viewport_index_layer
2018-04-26 Jason Ekstrandanv/allocator: Don't shrink either end of the block...
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-24 Dylan Bakermeson: remove workaround for custom target creating...
2018-04-20 Jason Ekstrandanv/blorp: Do the gen11 BTI flush
2018-04-19 Neil Robertsnir: Offset vertex_id by first_vertex instead of base_v...
2018-04-19 Neil Robertsspirv: Lower BaseVertex to FIRST_VERTEX instead of...
2018-04-16 Jason Ekstrandanv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
2018-04-13 Lionel Landwerlinanv: fix number of planes for depth & stencil
2018-04-11 Nanley Cheryblorp: Silence unused function warnings
2018-04-11 Tapani Pällivulkan: fix build issue on android (both anv/radv)
2018-04-11 Jason Ekstrandvulkan: Drop vk_android_native_buffer.xml
2018-04-10 Jason Ekstrandanv/pipeline: Lower more constant initializers earlier
2018-04-06 Jason Ekstrandanv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCS
2018-04-05 Rafael Antognollianv: Make blorp update the clear color.
2018-04-05 Rafael Antognollianv: Use clear address for HiZ fast clears too.
2018-04-05 Rafael Antognollianv: Emit the fast clear color address, instead of...
2018-04-05 Rafael Antognollianv: Add a helper to extract clear color from the attac...
2018-04-05 Rafael Antognolliintel: Use Clear Color struct size.
2018-04-05 Rafael Antognollianv/image: Do not override lower bits of dword.
2018-04-04 Kevin Strasseranv: Fix close(fd) before import issue in vkCreateDmaBu...
2018-04-02 Iago Toral Quirogaanv/cmd_buffer: honor pending clear views for depth...
2018-04-02 Iago Toral Quirogaanv/cmd_buffer: consider multiview masks for tracking...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-24 Jordan Justenanv: Set genX_table for gen11
2018-03-24 Jordan Justenanv: Add gen11 to anv_genX_call
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-21 Caio Marcelo de... anv/pipeline: don't pass constant view index in multiview
2018-03-21 Caio Marcelo de... anv/pipeline: use less instructions for multiview
2018-03-20 Scott D Phillipsanv: off-by-one in GetDescriptorSetLayoutSupport
2018-03-19 Caio Marcelo de... anv/pipeline: set active_stages early
2018-03-19 Caio Marcelo de... anv/pipeline: fail if TCS/TES compile fail
2018-03-16 Eric Anholtanv: Silence warning about heap_size.
2018-03-15 Lionel Landwerlinanv: silence unused variable warning
2018-03-15 Lionel Landwerlinanv: silence unused function warning on gen11
2018-03-14 Iago Toral Quirogaanv/entrypoints: VkGetDeviceProcAddr returns NULL for...
2018-03-14 Iago Toral Quirogaanv/entrypoints: dispatches to VkQueue are device-level
2018-03-10 Jordan Justenintel/vulkan: Hard code CS scratch_ids_per_subslice...
2018-03-07 Jason Ekstrandanv: Support version overrides
next