radeonsi: fix multi plane buffers creation
[mesa.git] / src /
2019-12-10 Pierre-Eric Pellou... radeonsi: fix multi plane buffers creation
2019-12-10 Pierre-Eric Pellou... radeonsi: use gfx9.surf_offset to compute texture offset
2019-12-10 Sonny Jiangradeonsi: use compute shader for clear 12-byte buffer
2019-12-10 Marek Olšákst/mesa: release the draw shader properly to fix driver...
2019-12-10 Marek Olšákdraw, st/mesa: generate TGSI for ffvp/ARB_vp if draw...
2019-12-10 Marek Olšákst/mesa: don't generate VS TGSI if NIR is enabled
2019-12-10 Marek Olšákst/mesa: remove struct st_vp_variant in favor of st_com...
2019-12-10 Marek Olšákst/mesa: remove st_vp_variant::num_inputs
2019-12-10 Marek Olšákst/mesa: use a separate VS variant for the draw module
2019-12-10 Marek Olšákst/mesa: support shader images for Selection/Feedback...
2019-12-10 Marek Olšákst/mesa: support SSBOs for Selection/Feedback/RasterPos
2019-12-10 Marek Olšákst/mesa: support samplers for Selection/Feedback/RasterPos
2019-12-10 Marek Olšákst/mesa: save currently bound vertex samplers and sampl...
2019-12-10 Marek Olšákst/mesa: support UBOs for Selection/Feedback/RasterPos
2019-12-10 Marek Olšákgallivm: implement LOAD with CONSTBUF but don't enable...
2019-12-10 Marek Olšákllvmpipe: implement TEX_LZ and TXF_LZ opcodes
2019-12-09 Gurchetan Singhdrirc: set allow_higher_compat_version for Faster Than...
2019-12-09 Roland Scheideggerutil/atomic: Fix p_atomic_add for unlocked and msvc...
2019-12-09 Eric Anholtfreedreno: Track the set of UBOs to be uploaded in...
2019-12-09 Eric Anholtfreedreno: Stop forcing ALLOW_MAPPED_BUFFERS_DURING_EXE...
2019-12-09 Rob Clarkfreedreno/fdperf: use drmOpen()
2019-12-09 Alyssa Rosenzweiggallium/util: Support POLYGON in u_stream_outputs_for_v...
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-09 Vasily Khoruzhicklima: expose tiled format modifier in query_dmabuf_modi...
2019-12-09 Vasily Khoruzhicklima: handle DRM_FORMAT_MOD_INVALID in resource_from_ha...
2019-12-09 Jonathan Marekturnip: add hw binning
2019-12-09 Samuel Pitoisetradv: do not use VK_TRUE/VK_FALSE
2019-12-08 Dave Airliegallivm: add bitfield reverse and ufind_msb
2019-12-07 Roland Scheideggergallium/scons: fix graw_gdi build
2019-12-07 Daniel Schürmannaco: propagate temporaries into expanded vectors
2019-12-07 Daniel Schürmannaco: improve readfirstlane after uniform ssbo loads...
2019-12-07 Daniel Schürmannaco: use soffset for MUBUF instructions on SI/CI
2019-12-07 Daniel Schürmannradv: Enable ACO on GFX7 (Sea Islands)
2019-12-07 Daniel Schürmannaco: return to loop_active mask at continue_or_break...
2019-12-07 Daniel Schürmannradv: disable Youngblood app profile if ACO is used
2019-12-07 Daniel Schürmannaco: implement exclusive scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement inclusive_scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement (clustered) reductions for SI/CI
2019-12-07 Daniel Schürmannaco: don't use a scalar temporary for reductions on...
2019-12-07 Daniel Schürmannaco: flush denorms after fmin/fmax on pre-GFX9
2019-12-07 Daniel Schürmannradv: only flush scalar cache for SSBO writes with...
2019-12-07 Daniel Schürmannaco: disable disassembly for SI/CI due to lack of suppo...
2019-12-07 Daniel Schürmannaco: implement 64bit ine/ieq for SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit i2b for SI /CI
2019-12-07 Daniel Schürmannaco: make 1/2*PI a literal constant on SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit VGPR shifts for SI/CI
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: fix disassembly of writelane instructions.
2019-12-07 Daniel Schürmannaco: recognize SI/CI SMRD hazards
2019-12-07 Daniel Schürmannaco: implement quad swizzles for SI/CI
2019-12-07 Daniel Schürmannaco: move buffer_store data to VGPR if needed
2019-12-07 Daniel Schürmannaco: implement nir_op_isign on SI/CI
2019-12-07 Daniel Schürmannaco: only use scalar loads for readonly buffers on...
2019-12-07 Daniel Schürmannaco: implement nir_op_fquantize2f16 for SI/CI
2019-12-07 Daniel Schürmannaco: fix SMEM offsets for SI/CI
2019-12-07 Daniel Schürmannaco: SI/CI - fix sampler aniso
2019-12-07 Dave Airlieaco: handle gfx7 int8/10 clamping on exports
2019-12-07 Daniel Schürmannaco: Initial GFX7 Support
2019-12-07 Daniel Schürmannaco: refactor visit_store_fs_output() to use the Builder
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 Eric Anholtfreedreno: Enable texture upload memory throttling.
2019-12-06 Fritz Koenigfreedreno: reorder format check
2019-12-06 Nanley Cheryiris: Fix import of multi-planar surfaces with modifiers
2019-12-06 Nanley Cherygallium: Store the image format in winsys_handle
2019-12-06 Nanley Cherygallium/dri2: Fix creation of multi-planar modifier...
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-06 Jason Ekstrandvulkan/wsi: Add a hooks for signaling semaphores and...
2019-12-06 Jason Ekstrandvulkan/wsi: Provide the implicitly synchronized BO...
2019-12-06 Urja Rannikkopanfrost: free spill cost table in mir_spill_register
2019-12-06 Urja Rannikkopanfrost: add lcra_free() to free lcra state
2019-12-06 Urja Rannikkopanfrost: free allocations in schedule_block
2019-12-06 Urja Rannikkopanfrost: free last_read/write tables in mir_create_dep...
2019-12-06 Alyssa Rosenzweigpanfrost: Rename SET_VALUE to WRITE_VALUE
2019-12-06 Alyssa Rosenzweigpanfrost: Update SET_VALUE with information from igt
2019-12-06 Jonathan Marekturnip: implement border color
2019-12-06 Jonathan Marekturnip: improve emit_textures
2019-12-06 Jonathan Marekturnip: add function to allocate aligned memory in...
2019-12-05 Timothy Arceriglsl/nir: iterate the system values list when adding...
2019-12-05 Dave Airliellvmpipe: enable support for primitives generated outsi...
2019-12-05 Dave Airliedraw: add support for collecting primitives generated...
2019-12-05 Dave Airliellvmpipe: disable occlusion queries when requested...
2019-12-05 Dave Airliellvmpipe: add queries disabled flag
2019-12-05 Kenneth Graunkemain: Change u_mmAllocMem align2 from bytes (old API...
2019-12-05 Jason Ekstrandutil/atomic: Add p_atomic_add_return for the unlocked...
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 Ekstrandutil/vma: Add a function to allocate a particular addre...
2019-12-05 Jason Ekstrandutil/vma: Factor out the hole splitting part of util_vm...
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
next