mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
i965g: ifdef out unused functions.
This commit is contained in:
parent
229db2b8ad
commit
7c2634dd71
2 changed files with 6 additions and 3 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#include "brw_pipe_rast.h"
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
static GLboolean need_swtnl( struct brw_context *brw )
|
||||
{
|
||||
const struct pipe_rasterizer_state *rast = &brw->curr.rast->templ;
|
||||
|
|
@ -90,6 +92,4 @@ static GLboolean need_swtnl( struct brw_context *brw )
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -908,6 +908,7 @@ get_constant(struct brw_vs_compile *c,
|
|||
}
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
/* TODO: relative addressing!
|
||||
*/
|
||||
|
|
@ -936,6 +937,8 @@ static struct brw_reg get_reg( struct brw_vs_compile *c,
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* Indirect addressing: get reg[[arg] + offset].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue