summaryrefslogtreecommitdiff
path: root/lib/mesa
AgeCommit message (Expand)Author
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2021-06-25support xf86-video-radeon and xf86-video-amdgpu drivers on riscv64.Matthieu Herrb
2021-05-25remove 'si_init_perfcounters: max_sh_per_se' warningJonathan Gray
2021-03-11aco: fix disassembly with LLVM 11Jonathan Gray
2021-03-11gallivm: fix half to float conversions with llvm 11Jonathan Gray
2021-03-11ac: don't set old denormals flags with LLVM >= 11Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2021-03-11ac: set new LLVM denormal flagsJonathan Gray
2021-03-11ac: unify denorm setting enforcementJonathan Gray
2021-03-09gallium/gallivm: remove unused header include for newer LLVMJonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2021-02-27util: enable futex usage on BSDs after 7dc2f4788288Jonathan Gray
2021-01-18gallivm: Add missing header for powf.Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2020-10-26Build AMD drivers on powerpc64.Mark Kettenis
2020-09-22glsl: Use 'using' to be explicit about visitor overloadsJonathan Gray
2020-09-22spirv/opencl: Cast opcode up front to avoid warningsJonathan Gray
2020-09-22disable noisy -Winitializer-overrides warningsJonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2020-09-22Mesa 20.0 does not use per gen marshal_generated filesJonathan Gray
2020-09-22Merge Mesa 20.0.8Jonathan Gray
2020-09-22Import Mesa 20.0.8Jonathan Gray
2020-09-14go back to brw_eu.h rev 1.9 matching upstream 20.1 branchJonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-09-11partially revert a Mesa commit to avoid hard hangs on HaswellJonathan Gray
2020-09-04link with version script matching meson changes in 20.1.7Jonathan Gray
2020-09-03Avoid problems with undefined symbols on ld.bfd archs caused by order ofJonathan Gray
2020-09-03correct merge errorsJonathan Gray
2020-09-03Merge Mesa 20.1.7Jonathan Gray
2020-09-03Import Mesa 20.1.7Jonathan Gray
2020-09-03Import Mesa 20.1.7Jonathan Gray
2020-09-01conditionally define HAVE_LD_BUILD_ID if supportedJonathan Gray
2020-09-01build with NDEBUG to disable assertsJonathan Gray
2020-09-01get available memory when assert() is disabled via NDEBUGJonathan Gray
2020-08-30disable -Wmissing-prototypes via pragma for 64 bit atomics fallbackJonathan Gray
2020-08-30correct type for oldlenp argument to sysctl(2) for machdep.altivecJonathan Gray
2020-08-28explicitly remove *.la files from old Mesa buildsJonathan Gray
2020-08-27drop local change for 32 bit atomics via pthread locksJonathan Gray
2020-08-27build with -DMISSING_64BIT_ATOMICS on powerpcJonathan Gray
2020-08-27drop local workarounds for gcc 4.2Jonathan Gray
2020-08-27build addrlib with -Wno-unused-variable matching meson buildJonathan Gray
2020-08-27radv: Explicitly cast TIMESTAMP_NOT_READY value to uin32_t where needed.Jonathan Gray
2020-08-27aco: Use correct reference type in for-range-loop.Jonathan Gray
2020-08-27aco: Don't std::move temporary object.Jonathan Gray
2020-08-27aco: Don't declare 'Block' as class, but define as struct.Jonathan Gray
2020-08-27radv: Don't take absolute value of unsigned type.Jonathan Gray