About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_init.h
Age
Commit message (
Expand
)
Author
2025-05-20
llvmpipe: Make more texture state static with bindless
Konstantin Seurer
2025-03-04
llvmpipe: Annotate functions with debug information
Konstantin Seurer
2025-03-04
gallivm: Create a debug builder and add GALLIVM_DEBUG=symbols
Konstantin Seurer
2024-07-17
llvmpipe: add shader cache support for ORCJIT implementation
Icenowy Zheng
2024-07-16
llvmpipe: add an implementation with llvm orcjit
Yukari Chiba
2024-07-16
llvmpipe: add function name to gallivm_jit_function
Yukari Chiba
2024-06-25
gallivm: split some code out from init module.
Dave Airlie
2024-06-25
gallivm: move ppc denorm disable to inline
Dave Airlie
2024-06-21
llvmpipe: add gallivm_add_global_mapping
Yukari Chiba
2024-06-21
gallivm: create a pass manager wrapper.
Dave Airlie
2024-06-19
gallivm: add lp_context_ref for combine usage of LLVMContextSetOpaquePointers
Yonggang Luo
2023-06-30
gallivm: Propagate vulkan resources
Konstantin Seurer
2023-06-27
util: include "util/compiler.h" instead of "pipe/p_compiler.h"
Yonggang Luo
2023-06-27
treewide: replace usage of boolean to bool
Yonggang Luo
2023-04-29
llvmpipe: fix native vector width init
Mike Blumenkrantz
2023-04-25
gallivm: break out native vector width calc for reuse
Mike Blumenkrantz
2022-08-04
llvmpipe: add shader clock support
Dave Airlie
2022-05-09
gallivm: move to new pass manager to handle coroutines change.
Dave Airlie
2022-05-04
gallivm: use LLVM opaque pointers in lp_bld_coro.c
Mihai Preda
2020-09-09
llvmpipe: include gallivm perf flags in shader cache.
Dave Airlie
2020-06-11
gallivm: add support for a cache object
Dave Airlie
2020-06-11
gallivm: rework debug printf hook to use global mapping.
Dave Airlie
2020-06-11
gallivm: rework coroutine malloc/free callouts.
Dave Airlie
2019-09-04
gallivm: add coroutine pass manager support
Dave Airlie
2016-04-19
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-03
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-03-02
gallium/auxilary: more __cplusplus exports
Tim Rowley
2014-09-30
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-26
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-05-16
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-14
gallivm: Remove gallivm_free_function.
José Fonseca
2014-05-14
gallivm: Separate freeing LLVM intermediate data from freeing final code.
Frank Henigman
2014-05-14
gallivm: One code memory pool with deferred free.
Frank Henigman
2014-05-14
gallivm: Stop using module providers.
José Fonseca
2012-07-17
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-05-02
gallivm: added aligned pointer get/set
James Benton
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-10-15
gallivm: added lp_build_load_volatile()
Brian Paul
2010-07-30
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-01
gallivm: Setup a global optimization pass.
José Fonseca
2010-04-06
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-03-03
gallivm: Centralize initialization. Fix stack alignment issues on Windows.
José Fonseca
2010-03-03
gallivm: Rename lp_bld_misc -> lp_bld_init.
José Fonseca