egl/wayland: Ensure we get a back buffer
[mesa.git] / src / intel / vulkan /
2017-05-18 Nanley Cheryanv/formats: Update the three-channel BC1 mappings
2017-05-18 Jason Ekstrandanv: Add an option to abort on device loss
2017-05-18 Jason Ekstrandanv: Wrap the device lost error in vk_error in QueueSubmit
2017-05-18 Iago Toral Quirogaanv: fix multiview for clear commands
2017-05-16 Jason Ekstrandanv: Implement VK_KHR_get_surface_capabilities2
2017-05-11 Emil Velikovanv: document that anv_gem_mmap returns MAP_FAILED...
2017-05-09 Grazvydas Ignotasanv: don't leak DRM devices
2017-05-09 Grazvydas Ignotasanv: fix possible stack corruption
2017-05-09 Jason Ekstrandintel/compiler/vs: Move inputs_read handling to generic...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-08 Lionel Landwerlinanv: check return value of anv_execbuf_add_bo
2017-05-08 Lionel Landwerlinanv: avoid null pointer dereference
2017-05-05 Jason Ekstrandanv/allocator: Only write to _vg_ptr if we have valgrind
2017-05-05 Iago Toral Quirogaanv/query: handle more cases of 'out of host memory'
2017-05-05 Jason Ekstrandanv/allocator: Improve block pool growing asserts
2017-05-05 Jason Ekstrandanv: Drop the instruction pool block size
2017-05-05 Jason Ekstrandanv/allocator: Add support for large stream allocations
2017-05-05 Jason Ekstrandanv/allocator: Allow state pools to allocate large...
2017-05-05 Jason Ekstrandanv/allocator: Support pushing multiple blocks onto...
2017-05-05 Jason Ekstrandanv/allocator: Add helpers for dealing with bucket...
2017-05-05 Jason Ekstrandanv/allocator: Add the capability to allocate blocks...
2017-05-05 Jason Ekstrandanv/allocator: Rework a comment
2017-05-05 Jason Ekstrandanv/allocator: Tweak the block pool growing algorithm
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-05 Jason Ekstrandanv/allocator: Get rid of the ability to free blocks
2017-05-05 Jason Ekstrandanv: Allocate binding table blocks through the state...
2017-05-05 Jason Ekstrandanv/allocator: Add support for "back" allocations to...
2017-05-05 Jason Ekstrandanv/allocator: Drop the block_size field from block_pool
2017-05-05 Jason Ekstrandanv/allocator: Pull the userptr part of block_pool_grow...
2017-05-05 Jason Ekstrandanv/allocator: Roll fixed_size_state_pool into state_pool
2017-05-05 Jason Ekstrandanv/allocator: Remove the state_size field from fixed_s...
2017-05-05 Jason Ekstrandanv: Get rid of a bunch of uses of size_t
2017-05-05 Jason Ekstrandanv/allocator: Convert the state stream to pull from...
2017-05-05 Jason Ekstrandanv/allocator: Return a null state for zero-size alloca...
2017-05-05 Jason Ekstrandanv/allocator: Add no-valgrind versions of state_pool_a...
2017-05-04 Kenneth Graunkeanv: Simplify Cherryview line handling.
2017-05-04 Emil Velikovanv: fix anv_gem_mmap comment to not mention NULL
2017-05-04 Samuel Iglesias... anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_...
2017-05-04 Samuel Iglesias... anv: anv_gem_mmap() returns MAP_FAILED as mapping error
2017-05-03 Rafael Antognollianv: Use BRW_BARYCENTRIC_NONPERSPECTIVE_BITS from commo...
2017-05-03 Rafael Antognolligenxml: Normalize xml for 3DSTATE_CC_STATE_POINTERS.
2017-05-03 Rafael Antognolligenxml: Normalize xml for 3DSTATE_MULTISAMPLE.
2017-05-03 Rafael Antognolligenxml: Rename "Function Enable" to "Enable".
2017-05-03 Rafael Antognolligenxml: 3DSTATE_VS rename Function Enable to Enable.
2017-05-03 Kenneth Graunkegenxml: Make "Reorder Mode" fields consistent.
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_fd
2017-05-03 Jason Ekstrandanv: Pull the guts of cmd_buffer_execbuf into a helper
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_capabilities
2017-05-03 Jason Ekstrandanv: Add a real semaphore struct
2017-05-03 Jason Ekstrandanv: Trivially implement multiDrawIndirect
2017-05-03 Jason Ekstrandanv: Enable VK_KHX_multiview and SPV_KHR_multiview
2017-05-03 Jason Ekstrandanv/cmd_buffer: Emit instanced draws for multiple views
2017-05-03 Jason Ekstrandanv/cmd_buffer: Pull indirect draw parameter loading...
2017-05-03 Jason Ekstrandanv/pipeline: Add shader lowering for multiview
2017-05-03 Jason Ekstrandanv/pipeline: Add a subpass field to anv_pipeline
2017-05-03 Jason Ekstrandanv/pipeline: Call nir_gather_info later
2017-05-03 Jason Ekstrandanv: Move shader hashing to anv_pipeline
2017-05-03 Jason Ekstrandanv/pass: Store the per-subpass view mask
2017-05-03 Jason Ekstrandanv: Add the KHX_multiview boilerplate
2017-05-03 Jason Ekstrandanv/nir: Delete the apply_dynamic_offsets prototype
2017-05-02 Jason Ekstrandanv/tests: Create a dummy instance as well as device
2017-04-28 Chad Versaceanv: Drop 'x11' prefix from non-X11 WSI funcs
2017-04-28 Jason Ekstrandanv: Alphabetize KHR extensions
2017-04-28 Jason Ekstrandanv: Move queues, events, and semaphores to their own...
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory_fd
2017-04-28 Jason Ekstrandanv: Use the BO cache for DeviceMemory allocations
2017-04-28 Jason Ekstrandanv/allocator: Add a BO cache
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory
2017-04-28 Chad Versaceanv: Implement VK_KHX_external_memory_capabilities
2017-04-28 Jason Ekstrandanv/physical_device: Rename uuid to pipeline_cache_uuid
2017-04-28 Jason Ekstrandanv: Refactor device_get_cache_uuid into physical_devic...
2017-04-28 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-04-28 Jason Ekstrandanv/cmd_buffer: Use the device allocator for QueueSubmit
2017-04-27 Jason Ekstrandanv: Don't place scratch buffers above the 32-bit boundary
2017-04-24 Rafael Antognolligenxml: Make BLEND_STATE command support variable lengt...
2017-04-24 Nanley Cheryanv/pass: Delete anv_pass::subpass_attachments
2017-04-20 Jason Ekstrandanv/query: Use genxml for MI_MATH
2017-04-17 Nanley Cheryanv/cmd_buffer: Disable CCS on BDW input attachments
2017-04-17 Lionel Landwerlinanv: blorp: flush memory after copy
2017-04-15 Jason Ekstrandanv: Add the pci_id into the shader cache UUID
2017-04-14 Jason Ekstrandanv/blorp: Properly handle VK_ATTACHMENT_UNUSED
2017-04-14 Jason Ekstrandanv/cmd_buffer: Use the null surface state for ATTACHME...
2017-04-14 Jason Ekstrandanv/cmd_buffer: Always set up a null surface state
2017-04-14 Jason Ekstrandanv/cmd_buffer: Flush the VF cache at the top of all...
2017-04-14 Jason Ekstrandanv/blorp: Flush the texture cache in UpdateBuffer
2017-04-14 Jason Ekstrandanv: Limit VkDeviceMemory objects to 2GB
2017-04-12 Matt Turneranv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_K...
2017-04-11 Juan A. Suarez Romeroanv: remove needless VALGRIND_MAKE_MEM_DEFINED
2017-04-10 Jason Ekstrandanv: Use ISL for emitting depth/stencil/hiz
2017-04-08 Jason Ekstrandanv: Use subpass dependencies for flushes
2017-04-08 Jason Ekstrandanv/pass: Record required pipe flushes
2017-04-08 Jason Ekstrandanv/pass: Use anv_multialloc for allocating the anv_pass
2017-04-08 Jason Ekstrandanv/descriptor_set: Use anv_multialloc for descriptor...
2017-04-08 Jason Ekstrandanv: Add a helper for doing mass allocations
2017-04-08 Jason Ekstrandanv: Add helpers for converting access flags to pipe...
2017-04-07 Jason Ekstrandanv/query: Use snooping on !LLC platforms
2017-04-07 Emil Velikovanv: provide anv_gem_busy() stub for the tests
2017-04-07 Samuel Iglesias... anv/blorp: sample input attachments with resolves on BDW
2017-04-06 Jason Ekstrandanv/query: Busy-wait for available query entries
next