summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* GNU/Hurd fixesSamuel Thibault2009-04-241-1/+1
* DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick2009-04-241-1/+27
* mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.José Fonseca2009-04-101-7/+0
* DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick2009-04-091-1/+14
* gl: add new OGL 3.1 enums to glext.hRoland Scheidegger2009-03-281-0/+18
* gl: update glext.h to version 48Roland Scheidegger2009-03-281-0/+78
* egl: include stdint.h to get the c99 integer typedefsBrian Paul2009-03-251-0/+1
* Add Solaris to OS'es using X in eglplatform.hAlan Coopersmith2009-03-251-1/+1
* Convert u_int*_t to C99 standard uint*_tAlan Coopersmith2009-03-252-3/+3
* gl: update include/GL/glext.h to version 48Brian Paul2009-03-251-10/+52
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-202-2/+18
* gl: added include/GL/wglext.hBrian Paul2009-03-051-0/+813
* gl: update glext.h to version 46Brian Paul2009-03-051-4/+68
* fix incorrect prototype for glMapBufferRange() in glext.hBrian Paul2009-03-041-2/+2
* egl: Allow compilation to succeed with FreeBSDBenjamin Close2009-02-251-1/+1
* glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane2009-02-231-0/+11
* mesa: regenerated gl_mange.h fileBrian Paul2009-02-211-0/+298
* mesa: bump gl.h version comment to 7.7 (bug 20170)Brian Paul2009-02-181-1/+1
* glut: Fix broken font symbols when gcc visibility attributes used.José Fonseca2009-02-121-1/+1
* glut: Don't try to guess system headers.José Fonseca2009-02-121-17/+3
* glut: Automatic library linkage only on MSVC.José Fonseca2009-01-241-1/+1
* glut: Use a new define GLUT_STATIC to distinguish static builds.José Fonseca2009-01-241-2/+2
* glut: Ensure windows.h is included on windows.José Fonseca2009-01-241-87/+4
* glew: Initial import.José Fonseca2009-01-233-0/+14824
* glut: Do not rely on GLAPIENTRY symbol.José Fonseca2009-01-231-3/+10
* glut: Don't include mesa_wgl.h on MinGW builds.José Fonseca2009-01-221-1/+4
* dri: add fake front definitionsAlan Hourihane2009-01-191-0/+2
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-149-1276/+3
|\
| * mesa: remove old GLView.h header for BeOSBrian Paul2009-01-101-192/+0
| * mesa: remove deprecated headers from Makefile.amBrian Paul2009-01-101-8/+3
| * mesa: deprecate GL/amesa.h header (allegro driver)Brian Paul2009-01-101-65/+0
| * mesa: deprecate the GL/fxmesa.h headerBrian Paul2009-01-101-103/+0
| * mesa: remove the ancient include/GL/ugl*.h headersBrian Paul2009-01-102-200/+0
| * xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-103-708/+0
| * mesa: latest glxext.h header, no version changeBrian Paul2009-01-081-16/+16
| * mesa: import glext.h version 44Brian Paul2009-01-081-2/+66
| * dri: fix for Cygwin compilation, bug 19144Jon Turney2008-12-171-2/+2
* | mesa: latest glxext.h header, no version changeBrian Paul2009-01-091-16/+16
* | mesa: import glext.h version 44Brian Paul2009-01-091-2/+66
* | dri: fix for Cygwin compilation, bug 19144Jon Turney2008-12-181-2/+2
* | glut: MinGW portability fixes.José Fonseca2008-11-211-1/+1
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-012-11/+34
|\ \ | |/
| * glx: added PFNGL*PROC typedefs for GLX 1.3 functionsBrian Paul2008-10-291-11/+30
| * glu: fix compilation problem when using Windows gl.h (sf bug 2204589)Nigel Stewart2008-10-291-0/+4
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-272-15/+777
|\ \ | |/
| * mesa: version 43 of glext.hBrian Paul2008-10-231-2/+748
| * mesa: version 21 of glxext.hBrian Paul2008-10-231-13/+29
| * Remove CVS keywords.Keith Whitwell2008-09-211-2/+0
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-213-60/+101
|\ \ | |/
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-7/+7