projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b044788
)
drm/vmwgfx: Remove some unused surface formats
author
Thomas Hellstrom
<thellstrom@vmware.com>
Fri, 28 Feb 2014 12:31:04 +0000
(13:31 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Sun, 2 Mar 2014 08:42:53 +0000
(09:42 +0100)
These formats are deprecated.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
drivers/gpu/drm/vmwgfx/svga3d_reg.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vmwgfx/svga3d_reg.h
b/drivers/gpu/drm/vmwgfx/svga3d_reg.h
index bb594c11605e6fca6dc2d84e0b3017d5b6587d55..f58dc7dd15c576ad2e4e0a702ee6aea1bffb01ce 100644
(file)
--- a/
drivers/gpu/drm/vmwgfx/svga3d_reg.h
+++ b/
drivers/gpu/drm/vmwgfx/svga3d_reg.h
@@
-261,12
+261,7
@@
typedef enum SVGA3dSurfaceFormat {
/* Planar video formats. */
SVGA3D_YV12 = 121,
- /* Shader constant formats. */
- SVGA3D_SURFACE_SHADERCONST_FLOAT = 122,
- SVGA3D_SURFACE_SHADERCONST_INT = 123,
- SVGA3D_SURFACE_SHADERCONST_BOOL = 124,
-
- SVGA3D_FORMAT_MAX = 125,
+ SVGA3D_FORMAT_MAX = 122,
} SVGA3dSurfaceFormat;
typedef uint32 SVGA3dColor; /* a, r, g, b */