diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-12-13 11:55:35 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-13 11:55:35 +1100 |
commit | 72d47f1949f99231f18cc5144b1c45c58b35f890 (patch) | |
tree | 00e1d37839f01bc6fade418ae85d51f28fc47a13 /src/mesa/pipe/nv40/nv40_context.c | |
parent | f1c5415675f695b302ffb7e5d46473bff9617dc1 (diff) |
nouveau: more adaption..
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_context.c')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_context.c b/src/mesa/pipe/nv40/nv40_context.c index b1358a8cfa..e7d0a18637 100644 --- a/src/mesa/pipe/nv40/nv40_context.c +++ b/src/mesa/pipe/nv40/nv40_context.c @@ -12,7 +12,6 @@ nv40_is_format_supported(struct pipe_context *pipe, enum pipe_format format, { switch (type) { case PIPE_SURFACE: - case PIPE_SCREEN_SURFACE: switch (format) { case PIPE_FORMAT_A8R8G8B8_UNORM: case PIPE_FORMAT_R5G6B5_UNORM: |