diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-15 17:50:12 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-15 17:50:12 +0900 |
commit | 6acd63a4980951727939c0dd545a0324965b3834 (patch) | |
tree | 29421a67b7dfafd7755a0e20d4762dbaf35cd47e /src/mesa/state_tracker/st_cb_accum.c | |
parent | b642730be93149baa7556e5791393168ab396175 (diff) | |
download | external_mesa3d-6acd63a4980951727939c0dd545a0324965b3834.zip external_mesa3d-6acd63a4980951727939c0dd545a0324965b3834.tar.gz external_mesa3d-6acd63a4980951727939c0dd545a0324965b3834.tar.bz2 |
Code reorganization: update build.
Update the Makefiles and includes for the new paths.
Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_accum.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_accum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_accum.c b/src/mesa/state_tracker/st_cb_accum.c index 3a3bf90..663c4f2 100644 --- a/src/mesa/state_tracker/st_cb_accum.c +++ b/src/mesa/state_tracker/st_cb_accum.c @@ -43,7 +43,7 @@ #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_inlines.h" -#include "pipe/util/p_tile.h" +#include "util/p_tile.h" #define UNCLAMPED_FLOAT_TO_SHORT(us, f) \ |