intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().
[mesa.git] / src / intel / vulkan /
2020-01-10 Jason Ekstrandanv: Re-use flush_descriptor_sets in flush_compute_state
2020-01-10 Jason Ekstrandanv: Flag descriptors dirty when gl_NumWorkgroups is...
2020-01-10 Jason Ekstrandanv: Don't add dynamic state base address to push const...
2020-01-09 Lionel Landwerlinanv: fix intel perf queries availability writes
2020-01-08 Lionel Landwerlinanv: don't close invalid syncfd semaphore
2020-01-04 Kenneth Graunkeanv: Only enable EWA LOD algorithm when doing anisotrop...
2020-01-04 Jason Ekstrandanv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9
2020-01-03 Caio Marcelo de... anv: Ignore some CreateInfo structs when rasterization...
2020-01-03 Caio Marcelo de... anv: Drop unused function parameter
2020-01-03 Jason Ekstrandanv: Drop unneeded struct keywords
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-24 Jason Ekstrandanv: Properly advertise sampledImageIntegerSampleCounts
2019-12-17 Caio Marcelo de... anv/gen12: Temporarily disable VK_KHR_buffer_device_add...
2019-12-16 Iván Brianoanv: Export VK_KHR_buffer_device_address only when...
2019-12-16 Iván Brianoanv: Export filter_minmax support only when it's really...
2019-12-16 Lionel Landwerlinanv: drop unused parameter from apply layout pass
2019-12-16 Lionel Landwerlinanv: constify pipeline layout in nir passes
2019-12-13 Eric Engestromanv: drop unused #include
2019-12-12 Lionel Landwerlinanv: fix assumptions about temporary fence payload
2019-12-12 Lionel Landwerlinanv: fix fence underlying primitive checks
2019-12-11 Jason Ekstrandanv: Bump the advertised patch version to 129
2019-12-11 Jason Ekstrandanv: Unconditionally advertise Vulkan 1.1
2019-12-11 Jason Ekstrandanv: Flush the queue on DeviceWaitIdle
2019-12-11 Kenneth Graunkeanv: Enable Gen11 Color/Z write merging optimization
2019-12-10 Jason EkstrandANV: Stop advertising smoothLines support on gen10+
2019-12-10 Lionel Landwerlinanv: fix incorrect VMA alignment for CCS main surfaces
2019-12-10 Lionel Landwerlinanv: fix missing gen12 handling
2019-12-07 Jason Ekstrandanv: Re-emit all compute state on pipeline switch
2019-12-07 Jason Ekstrandanv: Re-capture all batch and state buffers
2019-12-06 Jason Ekstrandanv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large...
2019-12-06 Jason Ekstrandanv: Use BO fences/semaphores for AcquireNextImage
2019-12-06 Jason Ekstrandanv: Add a fence_reset_reset_temporary helper
2019-12-06 Jason Ekstrandanv: Use submit-time implicit sync instead of allocate...
2019-12-06 Jason Ekstrandanv: Always add in EXEC_OBJECT_WRITE when specified...
2019-12-05 Jason Ekstrandanv: Implement VK_KHR_buffer_device_address
2019-12-05 Jason Ekstrandanv: Use a pNext loop in AllocateMemory
2019-12-05 Jason Ekstrandanv: Add allocator support for client-visible addresses
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-12-05 Jason Ekstrandanv: Stop advertising two heaps just for the VF cache WA
2019-12-05 Jason Ekstrandanv: Set up VMA heaps independently from memory heaps
2019-12-05 Jason Ekstrandanv: Stop tracking VMA allocations
2019-12-05 Jason Ekstrandanv: Disallow allocating above heap sizes
2019-12-05 Jason Ekstrandanv: Don't leak when set_tiling fails
2019-12-05 Jason Ekstrandanv: Use PIPE_CONTROL flushes to implement the gen8...
2019-12-05 Jason Ekstrandanv: Apply cache flushes after setting index/draw VBs
2019-12-05 Jason Ekstrandanv: Always invalidate the VF cache in BeginCommandBuffer
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-12-05 Jason Ekstrandanv: Add a has_softpin boolean
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-12-04 Ian Romanickanv: Fix error message format string
2019-12-04 Rafael Antognollianv: Use 3DSTATE_CONSTANT_ALL when possible.
2019-12-04 Rafael Antognollianv: Move code for emitting push constants into its...
2019-12-04 Rafael Antognollianv: Add get_push_range_address() helper.
2019-12-04 Rafael Antognollianv: Move gen8+ push constant packet workaround.
2019-12-03 Jason Ekstrandanv: Respect the always_flush_cache driconf option
2019-12-03 Jason Ekstrandanv: Set up SBE_SWIZ properly for gl_Viewport
2019-11-26 Jason Ekstrandanv: Push constants are relative to dynamic state on IVB
2019-11-26 Jason Ekstrandanv/entrypoints: Better handle promoted extensions
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Eric Engestromanv: add missing "fall-through" annotation
2019-11-19 Rafael Antognolliintel: Add workaround for stencil state.
2019-11-18 Jason Ekstrandanv: Emit a NULL vertex for zero base_vertex/instance
2019-11-18 Jason Ekstrandanv: Use an anv_state for the next binding table
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindPipeline
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindDescriptorSets
2019-11-18 Jason Ekstrandanv: Use a switch statement for binding table setup
2019-11-18 Jason Ekstrandanv: Rework push constant handling
2019-11-18 Jason Ekstrandanv: Re-arrange push constant data a bit
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-18 Jason Ekstrandanv: Pre-compute push ranges for graphics pipelines
2019-11-18 Jason Ekstrandanv: Stop bounds-checking pushed UBOs
2019-11-18 Jason Ekstrandanv: Delete dead shader constant pushing code
2019-11-18 Jason Ekstrandanv: Flatten descriptor bindings in anv_nir_apply_pipel...
2019-11-18 Jason Ekstrandanv: Input attachments are always single-plane
2019-11-18 Jason Ekstrandanv/pipeline: Assume layout != NULL
2019-11-13 Caio Marcelo de... anv: Initialize depth_bounds_test_enable when not expli...
2019-11-12 Rafael Antognollianv: Use mocs settings from isl_dev.
2019-11-11 Lionel Landwerlinanv: implement VK_KHR_timeline_semaphore
2019-11-11 Jason Ekstrandanv: Plumb timeline semaphore signal/wait values throug...
2019-11-11 Lionel Landwerlinanv/wsi: signal the semaphore in the acquireNextImage
2019-11-11 Jason Ekstrandanv: Lock around fetching sync file FDs from semaphores
2019-11-11 Lionel Landwerlinanv: prepare the driver for delayed submissions
2019-11-11 Lionel Landwerlinanv: refcount semaphores
2019-11-11 Lionel Landwerlinanv: prepare driver to report submission error through...
2019-11-11 Lionel Landwerlinanv: allow NULL batch parameter to anv_queue_submit_sim...
2019-11-11 Lionel Landwerlinanv: move queue init/finish to anv_queue.c
2019-11-11 Lionel Landwerlinanv: expose timeout helpers outside of anv_queue.c
2019-11-11 Lionel Landwerlinanv: detach batch emission allocation from device
2019-11-11 Lionel Landwerlinanv: remove list items on batch fini
2019-11-11 Lionel Landwerlinanv: invalidate file descriptor of semaphore sync fd...
2019-11-11 Ricardo Garciaanv: Unify GetDeviceQueue and GetDeviceQueue2
2019-11-06 Lionel Landwerlinanv: implement VK_KHR_separate_depth_stencil_layouts
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-04 Lionel Landwerlinanv: Properly handle host query reset of performance...
2019-11-01 Erik Faye-Lundanv: remove incorrect polygonMode=point early-out
2019-10-31 Jason Ekstrandanv: Move the RT BTI flush workaround to begin_subpass
2019-10-31 Jason Ekstrandanv: Stop compacting render targets in the binding...
2019-10-31 Jason Ekstrandanv: Don't claim the null RT as a valid color target
2019-10-31 Jason Ekstrandanv: Don't delete fragment shaders that write sample...
next