Mesa (master): fix overflow

Alan Hourihane alanh at kemper.freedesktop.org
Mon Jan 4 17:40:44 UTC 2010


Module: Mesa
Branch: master
Commit: 1baaf111c8c42ed7f7218c46038f32eb51b9c6eb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1baaf111c8c42ed7f7218c46038f32eb51b9c6eb

Author: Alan Hourihane <alanh at vmware.com>
Date:   Mon Jan  4 17:41:49 2010 +0000

fix overflow

---

 src/mesa/main/enums.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c
index 85197af..73d6e6a 100644
--- a/src/mesa/main/enums.c
+++ b/src/mesa/main/enums.c
@@ -3680,7 +3680,7 @@ static const enum_elt all_enums[1885] =
    { 37780, 0x00002802 }, /* GL_TEXTURE_WRAP_S */
    { 37798, 0x00002803 }, /* GL_TEXTURE_WRAP_T */
    { 37816, 0x0000911B }, /* GL_TIMEOUT_EXPIRED */
-   { 37835, 0xFFFFFFFFFFFFFFFF }, /* GL_TIMEOUT_IGNORED */
+   { 37835, 0xFFFFFFFF }, /* GL_TIMEOUT_IGNORED */
    { 37854, 0x000088BF }, /* GL_TIME_ELAPSED_EXT */
    { 37874, 0x00008648 }, /* GL_TRACK_MATRIX_NV */
    { 37893, 0x00008649 }, /* GL_TRACK_MATRIX_TRANSFORM_NV */




More information about the mesa-commit mailing list