aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/bufferobj.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-02-08 09:09:10 +0100
committermarha <marha@users.sourceforge.net>2013-02-08 09:09:10 +0100
commit212958ab41363d50d87470f6fb47bbcdc7a74c74 (patch)
treedea209f5df4fe2122e20faa121efe05390c00eb1 /mesalib/src/mesa/main/bufferobj.c
parent956c20498738c242726b5a42ed28db8572a90bed (diff)
downloadvcxsrv-212958ab41363d50d87470f6fb47bbcdc7a74c74.tar.gz
vcxsrv-212958ab41363d50d87470f6fb47bbcdc7a74c74.tar.bz2
vcxsrv-212958ab41363d50d87470f6fb47bbcdc7a74c74.zip
fontconfig mesa git update 8 Feb 2013
fontconfig commit 72b0480a21958f0f8c115d8e0a5bfbd8d358b5c3 mesa commit b681ed6ac970e061e9dbe7309bb69b3a947ae62d
Diffstat (limited to 'mesalib/src/mesa/main/bufferobj.c')
-rw-r--r--mesalib/src/mesa/main/bufferobj.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mesalib/src/mesa/main/bufferobj.c b/mesalib/src/mesa/main/bufferobj.c
index 7c069386c..b82ba7b4c 100644
--- a/mesalib/src/mesa/main/bufferobj.c
+++ b/mesalib/src/mesa/main/bufferobj.c
@@ -2152,13 +2152,6 @@ _mesa_BindBufferRange(GLenum target, GLuint index,
(int) size);
return;
}
-
- if (offset + size > bufObj->Size) {
- _mesa_error(ctx, GL_INVALID_VALUE,
- "glBindBufferRange(offset + size %d > buffer size %d)",
- (int) (offset + size), (int) (bufObj->Size));
- return;
- }
}
switch (target) {