diff options
author | Christian König <[email protected]> | 2011-04-04 23:28:18 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-04 23:28:18 +0200 |
commit | 3a2b906805985e0a4258bcbaed4cdff758875514 (patch) | |
tree | cabe95ecc72a2dbcb811c45c5751fcd28f4cb5c1 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | ebd564587a46891cb2729c6a0ed84b7c27dc23ec (diff) |
[g3dvl] rename ycbcr buffer to video buffer and add some more functionality
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 2d6778d7ec4..fedebd3ff21 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -29,8 +29,6 @@ #define vl_idct_h #include <pipe/p_state.h> -#include "vl_vertex_buffers.h" -#include "vl_ycbcr_buffer.h" /* shader based inverse distinct cosinus transformation * expect usage of vl_vertex_buffers as a todo list |