summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysnir/lower_cl_images: set binding also for samplersKarol Herbst1-0/+1
8 daysr600: fix vertex state update clover regressionPatrick Lerda1-2/+3
11 daysclover: fix memory leak related to optimizePatrick Lerda1-0/+1
2024-05-09clover: Use the new spirv_capabilities structFaith Ekstrand1-11/+24
2024-05-06clover: fix pipe_box update regressionPatrick Lerda1-4/+2
2024-04-02fix(FTBFS): clover: adapt to new LLVM 19 DiagnosticHandlerTyKai Wasserbäch1-0/+9
2024-02-21meson: do not pull in clc for cloverKarol Herbst2-3/+2
2023-12-13clover: Remove usage of glsl_type C++ helpersCaio Oliveira1-6/+6
2023-12-07clover: Rename function align to align_vector to avoid conflict with global a...Yonggang Luo1-7/+7
2023-10-31ci: simplify debian-rusticl-testing definitionDavid Heidelberg1-13/+8
2023-10-31ci: drop clover from release builds and remove rusticl buildDavid Heidelberg2-36/+1
2023-10-14fix: clover: warning: ignoring return value of ‘int posix_memalign(…)’ ...Kai Wasserbäch1-1/+3
2023-10-06fix: clover: LLVM 18: s/CodeGenOpt::/CodeGenOptLevel::/Kai Wasserbäch1-0/+4
2023-10-06fix: clover: LLVM 18 renamed/moved CGFT_*, update compat layerKai Wasserbäch1-0/+5
2023-09-23iris: do not mention specifically clover for OpenCL supportDavid Heidelberg1-4/+4
2023-09-22clover: Only compile/depend libclspirv and libclnir when using SPIR-V supportCaio Oliveira1-18/+26
2023-09-22clover: Hide SPIR-V related code behind HAVE_CLOVER_SPIRVCaio Oliveira2-5/+16
2023-09-19docs: Update Clover's env variable documentationlorn101-0/+32
2023-09-13clover: fix parameter arguments since recent translator changes.Dave Airlie2-14/+30
2023-09-11clover/llvm: move to modern pass manager.Dave Airlie1-13/+51
2023-09-09ci: drop clover leftoverEric Engestrom6-110/+0
2023-07-24meson: Ensure that LLVMSPIRVLib is not required for CloverCaio Oliveira1-1/+1
2023-07-20llvmpipe: enable system SVMKarol Herbst2-2/+4
2023-07-10clover: use fallback path when pipe->clear_texture is not availableItalo Nicola1-1/+6
2023-05-01clover/llvm: Use std::nullopt already with LLVM 16Michel Dänzer1-1/+1
2023-05-01clover/llvm: Use llvm::DataLayout::getABITypeAlign with LLVM >= 16Michel Dänzer2-6/+19
2023-03-12ci/clover: disable the jobsDavid Heidelberg3-4/+8
2023-02-15fix: clover/llvm: replace llvm::None with std::nullopt for LLVM 17+Kai Wasserbäch1-0/+4
2023-02-14clover: Reserve vector memory in make_text_sectionMichel Dänzer1-0/+1
2023-02-12fix(FTBFS): clover: fix LLVM #include of Triple.h, moved to TargetParserKai Wasserbäch1-1/+6
2022-11-28clover: test for nir fp64 lowering options for cl_khr_fp64Gert Wollny2-2/+8
2022-11-24clover: Fixes -Wundef in memory.cppYonggang Luo1-1/+1
2022-11-18clover: Use braces arround a union initializerJason Ekstrand1-2/+2
2022-11-15clover: empty soversion when on win32Yonggang Luo1-0/+1
2022-11-14ci/llvmpipe: Switch rusticl and clover testing over to deqp-runner.Emma Anholt14-270/+185
2022-11-11meson: Fixes name_prefix for clover on mingwYonggang Luo1-0/+1
2022-11-11clover: Fixes building with mingw-x86Yonggang Luo7-143/+153
2022-11-11clover: Rename *OpenCL.def to *OpenCL.def.inYonggang Luo3-1/+1
2022-11-02gallium: split up req_local_memKarol Herbst26-62/+109
2022-11-02panfrost: Remove unused req_input_mem copyAlyssa Rosenzweig2-6/+2
2022-11-02panfrost: Delete set_global_resourcesAlyssa Rosenzweig1-9/+0
2022-10-25gallium/clover: pass -opaque-pointers to Clang on LLVM 15 and 16Thomas Debesse1-0/+27
2022-10-25Revert "gallium/clover: pass -no-opaque-pointers to Clang", opaque pointers a...Thomas Debesse1-7/+0
2022-11-01clover: implement CLOVER_DEVICE_TYPE like RUSTICL_DEVICE_TYPEThomas Debesse1-0/+26
2022-10-27zink: rip out unused kernel push constantMike Blumenkrantz4-84/+2
2022-10-25clover/llvm: add kernel arg info for opaque pointersDave Airlie1-4/+45
2022-10-21panfrost: Remove NIR_SERIALIZED supportAlyssa Rosenzweig2-22/+4
2022-10-11zink: handle global and scratch varsMike Blumenkrantz2-17/+126
2022-10-10clc/clover: Link clang statically when shared-llvm is disabledpal10002-2/+2
2022-09-25meson: libelf is optionalYiwei Zhang1-1/+1