anv/pass: Store the per-subpass view mask
[mesa.git] / src / intel / vulkan /
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
2017-04-06 Jason Ekstrandanv/device: Add a helper for querying whether a BO...
2017-04-05 Emil Velikovanv: provide required gem stubs for the tests
2017-04-05 Jason Ekstrandanv: Advertise larger heap sizes
2017-04-05 Jason Ekstrandanv: Add support for 48-bit addresses
2017-04-05 Jason Ekstrandanv: Replace anv_bo::is_winsys_bo with a uint32_t flags
2017-04-05 Jason Ekstrandanv/blorp: Align vertex buffers to 64B
2017-04-05 Jason Ekstrandanv: Query the kernel for reset status
2017-04-05 Jason Ekstrandanv: Check for device loss at the end of WaitForFences
2017-04-05 Jason Ekstrandanv/pipeline: Properly handle unset gl_Layer and gl_Vie...
2017-04-03 Jason Ekstrandanv: Implement VK_KHR_incremental_present
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-03-31 Tapani Pällianv: change BLOCK_POOL_MEMFD_SIZE to 1GB
2017-03-29 Craig Stoutanv/cmd_buffer: fix host memory leak
2017-03-29 Jason Ekstrandanv/batch_chain: Handle another OOM in cmd_buffer_execbuf
2017-03-28 Jason Ekstrandanv/cmd_buffer: Refactor flush_pipeline_select_*
2017-03-28 Jason Ekstrandanv: Flush caches prior to PIPELINE_SELECT on all gens
2017-03-28 Jason Ekstrandanv/cmd_buffer: Fix bad indentation
2017-03-28 Jason Ekstrandanv/cmd_buffer: Apply flush operations prior to executi...
2017-03-28 Jason Ekstrandanv/blorp: Use anv_get_layerCount everywhere
2017-03-28 Jason Ekstrandanv: Make anv_get_layerCount a macro
2017-03-28 Chad Versaceintel: Fix requests for exact surface row pitch (v2)
2017-03-27 Xu Randyanv/blorp: Fix a crash in CmdClearColorImage
2017-03-27 Samuel Iglesias... anv: enable sampling from fast-cleared images on SKL
2017-03-24 Iago Toral Quirogaanv/query: handle out of host memory without crashing...
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-24 Iago Toral Quiroganir/lower_wpos_center: support adding sample position...
2017-03-24 Iago Toral Quirogaanv: return VK_ERROR_DEVICE_LOST immeditely when device...
2017-03-24 Iago Toral Quirogaanv/device: keep track of 'device lost' state
2017-03-24 Iago Toral Quirogaanv/device: return VK_ERROR_DEVICE_LOST for errors...
2017-03-22 Dylan Bakeranv: Remove dead prototype from entrypoints
2017-03-22 Dylan Bakeranv: use cElementTree in anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: don't use Element.get in anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: use dict.get in anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: anv_entrypoints_gen.py: use reduce function.
2017-03-22 Dylan Bakeranv: anv-entrypoints_gen.py: rename hash to cal_hash.
2017-03-22 Dylan Bakeranv: Generate anv_entrypoints header and code in one...
2017-03-22 Dylan Bakeranv: anv_entrypoints_gen.py: directly write files inste...
2017-03-22 Dylan Bakeranv: convert C generation to template in anv_entrypoint...
2017-03-22 Dylan Bakeranv: convert header generation in anv_entrypoints_gen...
2017-03-22 Dylan Bakeranv: Update "do not edit" comments with proper filename
2017-03-22 Dylan Bakeranv: split main into two functions in anv_entrypoints_g...
2017-03-22 Dylan Bakeranv: don't pass xmlfile via stdin anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: make constants capitals in anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: Use python style in anv_entrypoints_gen.py
2017-03-22 Dylan Bakeranv: anv_entrypoints_gen.py: use a main function
2017-03-22 Jason Ekstrandanv/device: Move push descriptor query handling
2017-03-22 Jason Ekstrandanv/image: Return early when unbinding an image
2017-03-21 Kenneth Graunkei965: Drop AUB_TRACE_* stuff.
2017-03-20 Xu,Randyanv/genX: Solve the vkCreateGraphicsPipelines crash
2017-03-17 Jason Ekstrandgenxml: Make MI_STORE_DATA_IMM have a single 64-bit...
2017-03-17 Jason Ekstrandanv: Turn on inherited queries
2017-03-17 Ilia Mirkinanv: Implement pipeline statistics queries
2017-03-17 Jason Ekstrandanv: Disable VF statistics for blorp and SOL memcpy
2017-03-17 Jason Ekstrandanv/pipeline: Enable clipper statistics
2017-03-17 Jason Ekstrandanv/query: Rework store_query_result
2017-03-17 Jason Ekstrandanv/query: Break GPU query calculation into a helper
2017-03-17 Jason Ekstrandanv/query: Add a helper for writing a query pool result
2017-03-17 Jason Ekstrandanv/query: Use a variable-length slot size
next