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:

committed by
Marge Bot

parent
ba461f897b
commit
e8b22afae9
@@ -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 );
|
||||
|
Reference in New Issue
Block a user