mesa: remove gl_renderbuffer::DataType

This commit is contained in:
Brian Paul
2012-01-16 12:03:09 -07:00
parent 1e1b5cb01a
commit f9874feef4
17 changed files with 39 additions and 249 deletions

View File

@@ -336,7 +336,6 @@ xmesa_new_renderbuffer(struct gl_context *ctx, GLuint name,
xrb->Base.InternalFormat = GL_RGBA;
xrb->Base._BaseFormat = GL_RGBA;
xrb->Base.DataType = GL_UNSIGNED_BYTE;
xrb->Base.ClassID = XMESA_RENDERBUFFER;
switch (xmvis->undithered_pf) {