mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
disable/remove dead code
This commit is contained in:
parent
182e861eea
commit
7e884c6f86
1 changed files with 3 additions and 8 deletions
|
|
@ -25,13 +25,6 @@
|
|||
*
|
||||
**************************************************************************/
|
||||
|
||||
//#include "mtypes.h"
|
||||
//#include "enums.h"
|
||||
//#include "texformat.h"
|
||||
//#include "macros.h"
|
||||
//#include "dri_bufmgr.h"
|
||||
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
|
@ -40,7 +33,7 @@
|
|||
#include "i915_context.h"
|
||||
#include "i915_reg.h"
|
||||
#include "i915_state.h"
|
||||
//#include "i915_cache.h"
|
||||
|
||||
|
||||
static uint
|
||||
bitcount(uint k)
|
||||
|
|
@ -55,6 +48,7 @@ bitcount(uint k)
|
|||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static boolean
|
||||
is_power_of_two_texture(const struct pipe_mipmap_tree *mt)
|
||||
{
|
||||
|
|
@ -66,6 +60,7 @@ is_power_of_two_texture(const struct pipe_mipmap_tree *mt)
|
|||
else
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue