About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_init.h
AgeCommit message (Expand)Author
2025-05-20llvmpipe: Make more texture state static with bindlessKonstantin Seurer
2025-03-04llvmpipe: Annotate functions with debug informationKonstantin Seurer
2025-03-04gallivm: Create a debug builder and add GALLIVM_DEBUG=symbolsKonstantin Seurer
2024-07-17llvmpipe: add shader cache support for ORCJIT implementationIcenowy Zheng
2024-07-16llvmpipe: add an implementation with llvm orcjitYukari Chiba
2024-07-16llvmpipe: add function name to gallivm_jit_functionYukari Chiba
2024-06-25gallivm: split some code out from init module.Dave Airlie
2024-06-25gallivm: move ppc denorm disable to inlineDave Airlie
2024-06-21llvmpipe: add gallivm_add_global_mappingYukari Chiba
2024-06-21gallivm: create a pass manager wrapper.Dave Airlie
2024-06-19gallivm: add lp_context_ref for combine usage of LLVMContextSetOpaquePointersYonggang Luo
2023-06-30gallivm: Propagate vulkan resourcesKonstantin Seurer
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo
2023-06-27treewide: replace usage of boolean to boolYonggang Luo
2023-04-29llvmpipe: fix native vector width initMike Blumenkrantz
2023-04-25gallivm: break out native vector width calc for reuseMike Blumenkrantz
2022-08-04llvmpipe: add shader clock supportDave Airlie
2022-05-09gallivm: move to new pass manager to handle coroutines change.Dave Airlie
2022-05-04gallivm: use LLVM opaque pointers in lp_bld_coro.cMihai Preda
2020-09-09llvmpipe: include gallivm perf flags in shader cache.Dave Airlie
2020-06-11gallivm: add support for a cache objectDave Airlie
2020-06-11gallivm: rework debug printf hook to use global mapping.Dave Airlie
2020-06-11gallivm: rework coroutine malloc/free callouts.Dave Airlie
2019-09-04gallivm: add coroutine pass manager supportDave Airlie
2016-04-19gallivm: Remove lp_get_module_id.Jose Fonseca
2016-04-03gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca
2016-03-02gallium/auxilary: more __cplusplus exportsTim Rowley
2014-09-30llvmpipe: Make a llvmpipe OpenGL context thread safe.Mathias Fröhlich
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich
2014-09-26gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger
2014-05-14gallivm: Remove gallivm_free_function.José Fonseca
2014-05-14gallivm: Separate freeing LLVM intermediate data from freeing final code.Frank Henigman
2014-05-14gallivm: One code memory pool with deferred free.Frank Henigman
2014-05-14gallivm: Stop using module providers.José Fonseca
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca
2012-05-02gallivm: added aligned pointer get/setJames Benton
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-10-15gallivm: added lp_build_load_volatile()Brian Paul
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-01gallivm: Setup a global optimization pass.José Fonseca
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca
2010-03-03gallivm: Centralize initialization. Fix stack alignment issues on Windows.José Fonseca
2010-03-03gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca