mesa/src/gallium/auxiliary/draw
Vinson Lee e209580fe4 draw/tess: Fix unused-function warning with draw-use-llvm=disabled.
../src/gallium/auxiliary/draw/draw_tess.c:37:1: warning: unused function 'draw_tes_get_input_index' [-Wunused-function]
draw_tes_get_input_index(int semantic, int index,
^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12663>
2021-09-03 00:47:03 -07:00
..
draw_cliptest_tmp.h draw/clip: Use NAN to make MSVC happy 2021-04-23 10:37:22 +00:00
draw_context.c draw/tess: add clipvertex support for compatibility 2021-08-17 05:33:31 +10:00
draw_context.h gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
draw_decompose_tmp.h draw: handle primitive ID for quads/quad strips. 2021-08-17 05:33:11 +10:00
draw_fs.c
draw_fs.h
draw_gs.c draw/gs: add clipvertex support for compatibility 2021-08-17 05:33:27 +10:00
draw_gs.h draw/gs: add clipvertex support for compatibility 2021-08-17 05:33:27 +10:00
draw_gs_tmp.h draw: handle primitive ID for quads/quad strips. 2021-08-17 05:33:11 +10:00
draw_llvm.c draw: add vertex color clamping to gs/tes 2021-08-17 05:33:33 +10:00
draw_llvm.h draw: add vertex color clamping to gs/tes 2021-08-17 05:33:33 +10:00
draw_llvm_sample.c draw: add sampler max_aniso query. 2021-07-21 10:19:51 +10:00
draw_pipe.c
draw_pipe.h
draw_pipe_aaline.c draw: fix pstipple, aaline and aapoint without LLVM 2021-04-08 09:33:59 +00:00
draw_pipe_aapoint.c draw: fix pstipple, aaline and aapoint without LLVM 2021-04-08 09:33:59 +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: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +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
draw_pipe_user_cull.c
draw_pipe_util.c draw: Allocate extra padding for extra shader outputs. 2021-05-19 06:31:31 +00:00
draw_pipe_validate.c
draw_pipe_vbuf.c draw: pass the view index to the render driver 2021-03-12 05:05:51 +00:00
draw_pipe_wide_line.c
draw_pipe_wide_point.c
draw_prim_assembler.c draw: handle primitive ID for quads/quad strips. 2021-08-17 05:33:11 +10:00
draw_prim_assembler.h
draw_prim_assembler_tmp.h draw: handle primitive ID for quads/quad strips. 2021-08-17 05:33:11 +10:00
draw_private.h draw/tess: add clipvertex support for compatibility 2021-08-17 05:33:31 +10:00
draw_pt.c gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
draw_pt.h gallium/draw: Garbage collect draw_pt_fetch_emit. 2021-06-21 20:27:35 +00:00
draw_pt_decompose.h
draw_pt_emit.c draw: pass the view index to the render driver 2021-03-12 05:05:51 +00:00
draw_pt_fetch.c gallium/draw: Garbage collect draw_pt_fetch_emit. 2021-06-21 20:27:35 +00:00
draw_pt_fetch_shade_emit.c
draw_pt_fetch_shade_pipeline.c draw: Allocate extra padding for extra shader outputs. 2021-05-19 06:31:31 +00:00
draw_pt_fetch_shade_pipeline_llvm.c draw: add shader access to aniso filter table. 2021-07-21 10:19:51 +10:00
draw_pt_post_vs.c
draw_pt_so_emit.c
draw_pt_util.c
draw_pt_vsplit.c
draw_pt_vsplit_tmp.h
draw_so_emit_tmp.h
draw_split_tmp.h
draw_tess.c draw/tess: Fix unused-function warning with draw-use-llvm=disabled. 2021-09-03 00:47:03 -07:00
draw_tess.h draw/tess: add clipvertex support for compatibility 2021-08-17 05:33:31 +10:00
draw_vbuf.h draw: add interface to notify renderer of the current view index 2021-03-12 05:05:51 +00:00
draw_vertex.c
draw_vertex.h
draw_vs.c aux/draw: Check for preferred IR to take nir-to-tgsi path in draw module 2021-08-03 22:13:10 +00:00
draw_vs.h meson/gallium: Add an option to not use LLVM for gallium draw module 2021-02-25 17:48:16 +00:00
draw_vs_exec.c gallium/ntt: Take ownership of the NIR shader we're passed. 2021-01-12 19:46:22 +00:00
draw_vs_llvm.c nir: Generate load_ubo_vec4 directly for !PIPE_CAP_NATIVE_INTEGERS 2021-04-16 21:58:00 +00:00
draw_vs_variant.c draw: Allocate extra padding for extra shader outputs. 2021-05-19 06:31:31 +00:00