mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 08:30:34 +01:00
llvmpipe: remove unused function
Fixes: a1846e3926 ("llvmpipe: merge all rasterizer-bind functions")
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17735>
This commit is contained in:
parent
ba461f897b
commit
e8b22afae9
2 changed files with 0 additions and 12 deletions
|
|
@ -843,14 +843,6 @@ lp_setup_set_sample_mask(struct lp_setup_context *setup,
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
lp_setup_set_flatshade_first(struct lp_setup_context *setup,
|
||||
boolean flatshade_first)
|
||||
{
|
||||
setup->flatshade_first = flatshade_first;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
lp_setup_set_rasterizer_discard(struct lp_setup_context *setup,
|
||||
boolean rasterizer_discard)
|
||||
|
|
|
|||
|
|
@ -139,10 +139,6 @@ void
|
|||
lp_setup_set_sample_mask(struct lp_setup_context *setup,
|
||||
uint32_t sample_mask);
|
||||
|
||||
void
|
||||
lp_setup_set_flatshade_first( struct lp_setup_context *setup,
|
||||
boolean flatshade_first );
|
||||
|
||||
void
|
||||
lp_setup_set_rasterizer_discard( struct lp_setup_context *setup,
|
||||
boolean rasterizer_discard );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue