Mesa (shader-work): glext: update to version 64 (OpenGL 4.1)

Luca Barbieri lb at kemper.freedesktop.org
Tue Sep 14 15:36:12 UTC 2010


Module: Mesa
Branch: shader-work
Commit: dcfca78efd0c4deaa836c2e8b97591a3491fb885
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcfca78efd0c4deaa836c2e8b97591a3491fb885

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Tue Sep 14 15:12:25 2010 +0200

glext: update to version 64 (OpenGL 4.1)

This version introduces GL_FIXED due to GL_ARB_es2_compatibility,
but does not define GLfixed, which Mesa assumed GL_FIXED would imply.

To fix this, typedef GLfixed and GLclampx unconditionally.
This doesn't seem to cause problems.

---

 include/GL/glext.h          | 1105 +++++++++++++++++++++++++++++++++++++++---
 src/mapi/glapi/glapi_priv.h |    2 -
 src/mesa/main/glheader.h    |    2 +-
 3 files changed, 1027 insertions(+), 82 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=dcfca78efd0c4deaa836c2e8b97591a3491fb885



More information about the mesa-commit mailing list