mesa/barrier: remove unused barrier functions
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14075>
This commit is contained in:
@@ -31,19 +31,6 @@
|
||||
#include "context.h"
|
||||
#include "barrier.h"
|
||||
|
||||
|
||||
static void
|
||||
_mesa_texture_barrier(struct gl_context *ctx)
|
||||
{
|
||||
/* no-op */
|
||||
}
|
||||
|
||||
void
|
||||
_mesa_init_barrier_functions(struct dd_function_table *driver)
|
||||
{
|
||||
driver->TextureBarrier = _mesa_texture_barrier;
|
||||
}
|
||||
|
||||
void GLAPIENTRY
|
||||
_mesa_TextureBarrierNV(void)
|
||||
{
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
|
||||
struct dd_function_table;
|
||||
|
||||
extern void
|
||||
_mesa_init_barrier_functions(struct dd_function_table *driver);
|
||||
|
||||
extern void GLAPIENTRY
|
||||
_mesa_TextureBarrierNV(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user