v3d: compute appropriate VPM memory configuration for geometry shader workloads
[mesa.git] / src / intel /
2019-12-14 Caio Marcelo de... intel/fs: Lower 64-bit MOVs after lower_load_payload()
2019-12-13 Eric Engestromanv: drop unused #include
2019-12-13 Eric Engestromintel/compiler: replace `0` pointer with `NULL`
2019-12-13 Eric Engestromintel/compiler: add ASSERTED annotation to avoid "unuse...
2019-12-13 Lionel Landwerlini965/iris: perf-queries: don't invalidate/flush 3d...
2019-12-13 Lionel Landwerlinintel/perf: drop batchbuffer flushing at query begin
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 Eric Engestromintel: add mi_builder_test for gen12
2019-12-11 Kenneth Graunkeintel/decoder: Make get_state_size take a full 64-bit...
2019-12-11 Kenneth Graunkeanv: Enable Gen11 Color/Z write merging optimization
2019-12-11 Kenneth Graunkeintel/genxml: Add a partial TCCNTLREG definition
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-09 Anuj Phogatintel: Add pci-ids for Jasper Lake
2019-12-09 Anuj Phogatintel: Add device info for 1x4x6 Jasper Lake
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-05 Tapani Pälliintel/compiler: force simd8 when dual src blending...
2019-12-05 Tapani Pälliintel/compiler: add newline to limit_dispatch_width...
2019-12-04 Ian Romanickanv: Fix error message format string
2019-12-04 Ian Romanickintel/compiler: Fix 'comparison is always true' warning
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-04 Rafael Antognolliintel/blorp: Use 3DSTATE_CONSTANT_ALL to setup push...
2019-12-04 Rafael Antognolliintel/aubinator: Decode 3DSTATE_CONSTANT_ALL.
2019-12-04 Rafael Antognolliintel/genxml: Add 3DSTATE_CONSTANT_ALL packet.
2019-12-04 Lionel Landwerlinintel/perf: fix improper pointer access
2019-12-04 Lionel Landwerlinintel/perf: simplify the processing of OA reports
2019-12-04 Lionel Landwerlinintel/perf: take into account that reports read can...
2019-12-04 Lionel Landwerlinintel/perf: set read buffer len to 0 to identify empty...
2019-12-04 Lionel Landwerlinintel/perf: fix invalid hw_id in query results
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-12-03 Ian Romanickintel/compiler: Increase nir_opt_peephole_select threshold
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-25 Samuel Pitoisetmeson: only build imgui when needed
2019-11-22 Ian Romanickintel/fs: Disable conditional discard optimization...
2019-11-20 Jason EkstrandRevert "i965/fs: Merge CMP and SEL into CSEL on Gen8+"
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 Iván Brianointel/compiler: Don't change hstride if not needed
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 Ekstrandgenxml: Mark everything in genX_pack.h always_inline
2019-11-18 Jason Ekstrandanv/pipeline: Assume layout != NULL
2019-11-18 Italo Nicolaintel/compiler: remove old comment
2019-11-15 Lionel Landwerlinintel/perf: add EHL performance query support
2019-11-15 Lionel Landwerlinintel/dev: flag the Elkhart Lake platform
2019-11-14 Danylo Piliaievintel/fs: Do not lower large local arrays to scratch...
2019-11-13 Paulo Zanoniintel/compiler: fix nir_op_{i,u}*32 on ICL
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-12 Rafael Antognolliintel/isl: Add MOCS settings to isl_device.
2019-11-12 Danylo Piliaievintel/blorp: Fix usage of uninitialized memory in key...
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
next