summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel: Add pci-ids for Jasper LakeAnuj Phogat2019-12-092-0/+4
* intel: Add device info for 1x4x6 Jasper LakeAnuj Phogat2019-12-091-4/+21
* lima: expose tiled format modifier in query_dmabuf_modifiers()Vasily Khoruzhick2019-12-091-0/+1
* lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()Vasily Khoruzhick2019-12-091-0/+4
* turnip: add hw binningJonathan Marek2019-12-094-19/+372
* radv: do not use VK_TRUE/VK_FALSESamuel Pitoiset2019-12-091-12/+12
* gallivm: add bitfield reverse and ufind_msbDave Airlie2019-12-093-0/+41
* gallium/scons: fix graw_gdi buildRoland Scheidegger2019-12-071-0/+2
* aco: propagate temporaries into expanded vectorsDaniel Schürmann2019-12-071-2/+7
* aco: improve readfirstlane after uniform ssbo loads on GFX7Daniel Schürmann2019-12-071-3/+3
* aco: use soffset for MUBUF instructions on SI/CIDaniel Schürmann2019-12-071-15/+2
* radv: Enable ACO on GFX7 (Sea Islands)Daniel Schürmann2019-12-071-2/+3
* aco: return to loop_active mask at continue_or_break blocksDaniel Schürmann2019-12-071-13/+4
* radv: disable Youngblood app profile if ACO is usedDaniel Schürmann2019-12-071-2/+3
* aco: implement exclusive scan for SI/CIDaniel Schürmann2019-12-071-2/+35
* aco: implement inclusive_scan for SI/CIDaniel Schürmann2019-12-071-5/+41
* aco: implement (clustered) reductions for SI/CIDaniel Schürmann2019-12-072-39/+74
* aco: don't use a scalar temporary for reductions on GFX10Daniel Schürmann2019-12-072-3/+3
* aco: flush denorms after fmin/fmax on pre-GFX9Daniel Schürmann2019-12-071-15/+46
* radv: only flush scalar cache for SSBO writes with ACO on GFX8+Daniel Schürmann2019-12-071-1/+2
* aco: disable disassembly for SI/CI due to lack of support by LLVMDaniel Schürmann2019-12-071-0/+4
* aco: implement 64bit ine/ieq for SI/CIDaniel Schürmann2019-12-071-5/+7
* aco: implement 64bit i2b for SI /CIDaniel Schürmann2019-12-071-2/+7
* aco: make 1/2*PI a literal constant on SI/CIDaniel Schürmann2019-12-074-15/+19
* aco: implement 64bit VGPR shifts for SI/CIDaniel Schürmann2019-12-071-7/+27
* aco: split read/writelane opcode into VOP2/VOP3 version for SI/CIDaniel Schürmann2019-12-079-35/+72
* aco: fix disassembly of writelane instructions.Daniel Schürmann2019-12-071-1/+7
* aco: recognize SI/CI SMRD hazardsDaniel Schürmann2019-12-071-2/+27
* aco: implement quad swizzles for SI/CIDaniel Schürmann2019-12-071-30/+75
* aco: move buffer_store data to VGPR if neededDaniel Schürmann2019-12-071-1/+1
* aco: implement nir_op_isign on SI/CIDaniel Schürmann2019-12-071-2/+7
* aco: only use scalar loads for readonly buffers on SI/CIDaniel Schürmann2019-12-071-1/+1
* aco: implement nir_op_fquantize2f16 for SI/CIDaniel Schürmann2019-12-071-7/+16
* aco: fix SMEM offsets for SI/CIDaniel Schürmann2019-12-071-1/+2
* aco: SI/CI - fix sampler anisoDaniel Schürmann2019-12-071-5/+20
* aco: handle gfx7 int8/10 clamping on exportsDave Airlie2019-12-071-8/+37
* aco: Initial GFX7 SupportDaniel Schürmann2019-12-074-72/+95
* aco: refactor visit_store_fs_output() to use the BuilderDaniel Schürmann2019-12-071-49/+15
* anv: Re-emit all compute state on pipeline switchJason Ekstrand2019-12-071-0/+7
* anv: Re-capture all batch and state buffersJason Ekstrand2019-12-071-6/+3
* anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffersJason Ekstrand2019-12-061-0/+9
* freedreno: Enable texture upload memory throttling.Eric Anholt2019-12-061-0/+3
* freedreno: reorder format checkFritz Koenig2019-12-063-6/+6
* iris: Fix import of multi-planar surfaces with modifiersNanley Chery2019-12-062-1/+12
* gallium: Store the image format in winsys_handleNanley Chery2019-12-062-0/+10
* gallium/dri2: Fix creation of multi-planar modifier imagesNanley Chery2019-12-061-19/+16
* meson: Include iris in default gallium-drivers for x86/x86_64Kenneth Graunke2019-12-061-1/+2
* anv: Use BO fences/semaphores for AcquireNextImageJason Ekstrand2019-12-063-41/+86
* anv: Add a fence_reset_reset_temporary helperJason Ekstrand2019-12-062-2/+14
* anv: Use submit-time implicit sync instead of allocate-timeJason Ekstrand2019-12-062-15/+18