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
/
draw
/
draw_llvm.h
Age
Commit message (
Expand
)
Author
2025-11-06
llvmpipe: Remove unnecessary includes
HEAD
main
spencer-lunarg
2025-11-06
llvmpipe: Remove trailing whitespace
spencer-lunarg
2025-08-06
all: rename pipe_shader_type to mesa_shader_stage
Qiang Yu
2024-07-16
llvmpipe: add function name to gallivm_jit_function
Yukari Chiba
2024-06-19
gallivm: add lp_context_ref for combine usage of LLVMContextSetOpaquePointers
Yonggang Luo
2023-08-14
gallium: move vertex stride to CSO
Mike Blumenkrantz
2023-06-27
treewide: replace usage of boolean to bool
Yonggang Luo
2023-06-08
draw: add a max stage define and use it in a few places
Dave Airlie
2023-06-08
draw: refactor resources to use arrays instead of explicit structs.
Dave Airlie
2023-06-08
draw: rename jit to vs_jit in lots of places.
Dave Airlie
2023-06-06
draw: add support for per primitive aos emission
Dave Airlie
2023-05-23
gallivm/draw: refactor vertex header jit type out
Dave Airlie
2023-05-17
draw: move to use common sampler/image binding code
Dave Airlie
2023-05-17
gallivm: refactor common resources out of contexts
Dave Airlie
2023-05-17
draw: align common members in jit context structs.
Dave Airlie
2023-04-29
gallium: consolidate jit image types between draw/llvmpipe
Dave Airlie
2023-04-29
gallivm: consolidate llvmpipe/draw sampler types.
Dave Airlie
2023-04-29
gallivm: consolidate draw/lp texture type.
Dave Airlie
2022-10-11
draw: s/start_or_maxelt/start/ in llvm VS code
Brian Paul
2022-09-03
gallium: drop unused macros in draw_llvm.h
Mihai Preda
2022-08-26
gallivm: don't indirect image/sampler destroy.
Dave Airlie
2022-08-04
llvmpipe/gallivm/draw: introduce a buffer type.
Dave Airlie
2022-08-04
draw: fix up jit type creation for gs/tcs/tes
Dave Airlie
2022-07-23
gallivm: add lp_build_struct_get() variants that take the LLVM type
Mihai Preda
2022-05-12
gallium/draw: Properly handle nr_samplers != nr_sampler_views in keys
Jason Ekstrand
2022-05-04
gallium: use LLVM opaque pointers in draw_llvm.c
Mihai Preda
2022-04-22
gallium/draw: use list.h instead of simple_list.h
Dylan Baker
2021-08-17
draw: add vertex color clamping to gs/tes
Dave Airlie
2021-07-21
draw: add sampler max_aniso query.
Dave Airlie
2021-07-21
draw: add shader access to aniso filter table.
Dave Airlie
2021-07-05
draw/tess: write correct primitive id into vertices
Dave Airlie
2021-03-12
draw: add tess/gs support for multiview index
Dave Airlie
2021-03-12
draw/vs: pass the view index to the vertex shader
Dave Airlie
2020-07-02
draw: pass number of images to image soa create
Dave Airlie
2020-07-02
draw: pass nr_samplers into llvm sample state creation.
Dave Airlie
2020-05-06
draw: add support for num_samples + sample_stride to the image paths
Dave Airlie
2020-05-06
draw: introduce sampler num samples + stride members
Dave Airlie
2020-04-27
draw/tess: fix TES patch vertices in.
Dave Airlie
2020-02-28
draw: add main tessellation code
Dave Airlie
2020-02-28
draw: add JIT context/functions for tess stages.
Dave Airlie
2020-02-07
draw: change geom shader output to an array of outputs.
Dave Airlie
2019-12-12
gallivm/draw: add support for draw_id system value.
Dave Airlie
2019-08-27
draw: add vs/gs images support
Dave Airlie
2019-08-27
draw: add jit image type for vs/gs images.
Dave Airlie
2019-08-27
gallivm: move first/last level jit texture members.
Dave Airlie
2019-07-07
draw: add support for ssbo ptrs to jit tables.
Dave Airlie
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-03-08
draw: s/unsigned/enum pipe_shader_type/
Brian Paul
2016-11-21
draw: unify linear and elts draw jit functions
Roland Scheidegger
2016-11-21
draw: use same argument order for jit draw linear / elts functions
Roland Scheidegger
[next]