gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
This commit is contained in:
Brian Paul
2008-08-24 17:48:55 -06:00
parent ec7415642d
commit 4f25420bdd
200 changed files with 2244 additions and 477 deletions

View File

@@ -51,7 +51,6 @@
#endif
#include "pipe/p_compiler.h"
#include "pipe/p_util.h"
#include "pipe/p_debug.h"
#include "pipe/p_format.h"
#include "pipe/p_state.h"