diff options
author | marha <marha@users.sourceforge.net> | 2013-02-08 09:09:10 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-02-08 09:09:10 +0100 |
commit | 212958ab41363d50d87470f6fb47bbcdc7a74c74 (patch) | |
tree | dea209f5df4fe2122e20faa121efe05390c00eb1 /mesalib/src/mesa/main/bufferobj.c | |
parent | 956c20498738c242726b5a42ed28db8572a90bed (diff) | |
download | vcxsrv-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.c | 7 |
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) { |