mesa/src/gallium/auxiliary/draw
Mihai Preda f0fda08739 gallivm: add lp_build_struct_get() variants that take the LLVM type
This is needed for LLVM-15 opaque pointers.
The new variants taking the type are named with the suffix "2", using
the same naming pattern LLVM (e.g. LLVMBuildGEP2 vs. LLVMBuildGEP).

Reviewed-by: Brian Paul <brianp@vmware.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17650>
2022-07-23 17:34:08 +00:00
..
draw_cliptest_tmp.h
draw_context.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_context.h draw: asst. clean-up in draw_context.h 2022-06-16 23:46:23 +00:00
draw_decompose_tmp.h
draw_fs.c
draw_fs.h
draw_gs.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_gs.h draw: asst. clean-up in draw_gs.h 2022-06-16 23:46:23 +00:00
draw_gs_tmp.h Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_llvm.c gallivm: add lp_build_struct_get() variants that take the LLVM type 2022-07-23 17:34:08 +00:00
draw_llvm.h gallivm: add lp_build_struct_get() variants that take the LLVM type 2022-07-23 17:34:08 +00:00
draw_llvm_sample.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_pipe.c draw: asst. clean-up in draw_pipe.c 2022-06-16 23:46:23 +00:00
draw_pipe.h
draw_pipe_aaline.c tgsi/transform: Make tgsi_transform_shader() manage token allocation. 2022-04-08 21:31:44 +00:00
draw_pipe_aapoint.c tgsi/transform: Make tgsi_transform_shader() manage token allocation. 2022-04-08 21:31:44 +00:00
draw_pipe_clip.c draw: improve numerical stability in clipper 2021-08-20 09:26:41 +00:00
draw_pipe_cull.c
draw_pipe_flatshade.c
draw_pipe_offset.c draw/llvmpipe: correct exponent calculation for negative z 2021-08-25 19:12:12 +00:00
draw_pipe_pstipple.c gallium: rename sysval caps 2022-03-17 16:44:42 +00:00
draw_pipe_stipple.c draw: fix stippling of fractional lines 2021-08-19 09:44:16 +00:00
draw_pipe_twoside.c
draw_pipe_unfilled.c replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
draw_pipe_user_cull.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_pipe_util.c
draw_pipe_validate.c draw: asst. clean-up in draw_pipe_validate.c 2022-06-16 23:46:23 +00:00
draw_pipe_vbuf.c
draw_pipe_wide_line.c
draw_pipe_wide_point.c
draw_prim_assembler.c
draw_prim_assembler.h
draw_prim_assembler_tmp.h Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_private.h draw: asst. clean-up in draw_private.h 2022-06-16 23:46:23 +00:00
draw_pt.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_pt.h draw: asst. clean-up in draw_pt.h 2022-06-16 23:46:23 +00:00
draw_pt_decompose.h
draw_pt_emit.c draw: s/unsigned/enum pipe_prim_type/ 2022-06-16 23:46:23 +00:00
draw_pt_fetch.c
draw_pt_fetch_shade_emit.c draw: asst. clean-up in draw_pt_fetch_shader_emit.c 2022-06-16 23:46:23 +00:00
draw_pt_fetch_shade_pipeline.c draw: asst. clean-up in draw_pt_fetch_shader_pipeline.c 2022-06-16 23:46:23 +00:00
draw_pt_fetch_shade_pipeline_llvm.c draw: s/unsigned/enum pipe_prim_type/ 2022-06-16 23:46:23 +00:00
draw_pt_post_vs.c draw/cliptest: add support for guard band + full Z 2022-06-29 05:08:43 +00:00
draw_pt_so_emit.c draw: fix nonzero stream primitives generated queries 2022-03-23 04:08:14 +00:00
draw_pt_util.c draw: asst. clean-up in draw_pt_util.c 2022-06-16 23:46:23 +00:00
draw_pt_vsplit.c draw: asst. clean-up in draw_pt_vsplit.c 2022-06-16 23:46:23 +00:00
draw_pt_vsplit_tmp.h draw: s/unsigned/enum pipe_prim_type/ 2022-06-16 23:46:23 +00:00
draw_so_emit_tmp.h Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_split_tmp.h
draw_tess.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_tess.h draw: s/unsigned/enum pipe_prim_type/ 2022-06-16 23:46:23 +00:00
draw_vbuf.h draw: asst. clean-up in draw_vbuf.h 2022-06-16 23:46:23 +00:00
draw_vertex.c
draw_vertex.h
draw_vs.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_vs.h
draw_vs_exec.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_vs_llvm.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
draw_vs_variant.c