summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-02 19:50:37 +0200
committerChristian König <[email protected]>2011-04-02 19:50:37 +0200
commit71ee815b5cb0612906f9400f9a06ce8b7cdd51b3 (patch)
treeb288fce5ca749f54b9cd44fed3f21e44966531df /src/gallium/include
parent794cde3f5ef59cf603be284fbc8de33d2cda7d2c (diff)
[g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT
It wasn't fully implemented anyway.
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_video_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h
index 09e2d2702c7..7786f0a6f6f 100644
--- a/src/gallium/include/pipe/p_video_context.h
+++ b/src/gallium/include/pipe/p_video_context.h
@@ -34,9 +34,6 @@ extern "C" {
#include <pipe/p_video_state.h>
-/* XXX: Move to an appropriate place */
-#define PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT 256
-
struct pipe_screen;
struct pipe_buffer;
struct pipe_surface;