diff options
author | Younes Manton <[email protected]> | 2008-09-12 13:22:43 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-09-12 13:22:43 -0400 |
commit | 59f23e92e24b93eb48f4e0552dd8e397aefd1714 (patch) | |
tree | c93d5812c64d59684dc2eef79c46de65a29e6b86 /src/gallium/state_trackers/g3dvl | |
parent | ca0efa84edf2f099f6797959a20186b6eb3451b4 (diff) |
g3dvl: Update softlinks to nouveau winsys files, related fixes.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl')
-rw-r--r-- | src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c b/src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c index 93839e8aa9b..cfbad08038b 100644 --- a/src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c +++ b/src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c @@ -6,10 +6,10 @@ #include <pipe/p_winsys.h> #include <pipe/p_screen.h> #include <pipe/p_state.h> -#include <pipe/p_util.h> #include <pipe/p_inlines.h> #include <tgsi/tgsi_parse.h> #include <tgsi/tgsi_build.h> +#include <util/u_math.h> #include "vl_render.h" #include "vl_shader_build.h" #include "vl_surface.h" |