Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-11 | version 20 of glxext.h | Brian Paul | |
2008-08-11 | version 41 of glext.h | Brian Paul | |
2008-08-06 | egl: define vsnprintf | Jonathan White | |
2008-08-05 | egl: added snprintf, strcasecmp defines | Jonathan White | |
2008-08-05 | egl: typedef uint8_t for Windows | Jonathan White | |
2008-08-04 | egl: typedef u_int32_t for Windows | Jonathan White | |
2008-07-16 | mesa: WinCE fixes | Jonathan White | |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | |
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla. | |||
2008-07-07 | egl: updated GL_APIENTRY for Windows | Jonathan White | |
2008-06-30 | gles: Don't define GLAPIENTRY here. | José Fonseca | |
2008-06-28 | egl: WinCE doesn't have sys/types.h | José Fonseca | |
2008-06-27 | egl: Windows updates to the platform.h files | Jonathan White | |
2008-06-24 | mesa: WGL is not part of the WinCE API. | José Fonseca | |
Although it would be interesting having the GDI winsys running on WinCE several Windows GDI API functions and data structures are missing from WinCE headers, making this far from a trivial endeavor. | |||
2008-06-24 | mesa: Don't include sys/types.h on WinCE. | José Fonseca | |
We probably shouldn't be including sys/types.h at all, but let's leave that for another time. | |||
2008-06-12 | revert the DRI2 commits | Alan Hourihane | |
2008-06-11 | add missed files for DRI2 merge | Alan Hourihane | |
2008-06-11 | Bring in DRI2 changes | Alan Hourihane | |
2008-06-06 | egl: updated EGLAPI for Windows | Jonathan White | |
2008-06-05 | egl: assorted fixes for Windows | Jonathan White | |
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h | |||
2008-06-04 | egl: new GLES/glplatform.h header | Brian Paul | |
2008-06-04 | egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.org | Brian Paul | |
2008-06-04 | egl: added OpenGL ES 2.0 header files in new GLES2 directory | Brian Paul | |
2008-06-04 | egl: created GLES/egl.h backward-compatibility header (see comments inside) | Brian Paul | |
2008-06-04 | egl: moved egl.h into EGL/ directory | Brian Paul | |
2008-06-04 | egl: moved eglext.h into EGL/ directory | Brian Paul | |
2008-05-27 | obsolete with EGL 1.4 | Brian Paul | |
2008-05-27 | added EGL_MESA_screen_surface, EGL_MESA_copy_context extensions | Brian Paul | |
2008-05-27 | added typedefs for X/Mesa | Brian Paul | |
2008-05-27 | remove stray ! character | Brian Paul | |
2008-05-27 | new eglplatform.h from Khronos.org (replaces GLES/egltypes.h) | Brian Paul | |
2008-05-27 | new eglext.h from Khronos | Brian Paul | |
2008-05-27 | EGL 1.4 header from Khronos | Brian Paul | |
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2008-05-07 | mesa: update/add newer GL ES headers | Brian Paul | |
2008-02-28 | Convert crlf->lf line endings. | José Fonseca | |
Windows/DOS users should enable core.autocrlf from now on. | |||
2007-07-21 | Fix a number of MINGW32 issues | Zhang | |
2007-06-29 | regenerated | Brian | |
2007-06-28 | a variety of fixes for MingW | zhang | |
2007-05-26 | add glxtokens.h to xmesa_xf86.h as discussed on mailing list | Dave Airlie | |
2007-05-22 | Add interfaces for overriding texture images with driver specific 'offsets'. | Michel Dänzer | |
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several additional data copies. | |||
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer | |
Only build tested. | |||
2007-05-19 | Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef. | Brian | |
If an app (like progs/samples/blendxor.c) includes both gl.h and glext.h this typedef will get hit in both headers, causing an error. Possibly work around by bringing GL_NV_geometry_program4 items into gl.h. | |||
2007-05-19 | added texture_from_pixmap functions | Brian | |
2007-05-16 | Add enums and functions for GL_{MESA,EXT}_texture_array. | Ian Romanick | |
2007-04-24 | add missing semicolon | Matthias Hopf | |
2007-04-22 | import glxext.h version 19 | Brian | |
2007-04-13 | patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well | Brian | |
2007-04-13 | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis | |
It could only be called from XMesaCopySubBuffer but this function is not used by XFree86. It seems that XMesaPutImageHelper would handle sub-images but never got finished. Proper sub-image helpers should be written if need be. | |||
2007-04-13 | xmesa: export xmesa functions used by xfree86. | George Sapountzis | |
This uses xmesa.h as the GLcore interface and avoids adding an explicit GLcore inteface which would not be a proper interface anyway. It puts the declarations of the three functions specific for XMesa/XFree86 in xmesa.h, we can push them down to xmesa_xf86.h if hiding behind XFree86Server ifdef's is not enough. | |||
2007-04-05 | Remove SI imports/exports remnants. | George Sapountzis | |