summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell3-60/+101
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-7/+7
2008-09-19Update to SGI FreeB 2.0.Adam Jackson3-92/+84
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell6-6/+0
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2-157/+60
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell14-373/+3190
2008-08-31Remove CVS keywords.José Fonseca6-6/+0
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2-157/+60
2008-08-11version 20 of glxext.hBrian Paul1-2/+34
2008-08-11version 41 of glext.hBrian Paul1-4/+393
2008-08-11version 41 of glext.hBrian Paul1-2/+380
2008-08-11version 20 of glxext.hBrian Paul1-2/+34
2008-08-08Apple: Some changes to fix compilation problems on OSXJeremy Huddleston1-0/+7
2008-08-06egl: define vsnprintfJonathan White1-0/+1
2008-08-05egl: added snprintf, strcasecmp definesJonathan White1-0/+3
2008-08-05egl: typedef uint8_t for WindowsJonathan White1-0/+2
2008-08-04egl: typedef u_int32_t for WindowsJonathan White1-0/+1
2008-07-16mesa: WinCE fixesJonathan White3-3/+11
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz2-7/+7
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz2-7/+7
2008-07-07egl: updated GL_APIENTRY for WindowsJonathan White2-2/+4
2008-06-30gles: Don't define GLAPIENTRY here.José Fonseca2-2/+0
2008-06-28egl: WinCE doesn't have sys/types.hJosé Fonseca1-1/+3
2008-06-27egl: Windows updates to the platform.h filesJonathan White2-15/+11
2008-06-24mesa: WGL is not part of the WinCE API.José Fonseca1-2/+3
2008-06-24mesa: Don't include sys/types.h on WinCE.José Fonseca1-0/+2
2008-06-12revert the DRI2 commitsAlan Hourihane3-588/+341
2008-06-11add missed files for DRI2 mergeAlan Hourihane1-0/+134
2008-06-11Bring in DRI2 changesAlan Hourihane2-341/+454
2008-06-06egl: updated EGLAPI for WindowsJonathan White1-3/+7
2008-06-05egl: assorted fixes for WindowsJonathan White2-4/+18
2008-06-04egl: new GLES/glplatform.h headerBrian Paul1-0/+76
2008-06-04egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.orgBrian Paul2-356/+821
2008-06-04egl: added OpenGL ES 2.0 header files in new GLES2 directoryBrian Paul3-0/+1114
2008-06-04egl: created GLES/egl.h backward-compatibility header (see comments inside)Brian Paul1-0/+6
2008-06-04egl: moved egl.h into EGL/ directoryBrian Paul1-0/+0
2008-06-04egl: moved eglext.h into EGL/ directoryBrian Paul1-0/+0
2008-06-04remove old/unused foomesa.h example headerBrian Paul1-76/+0
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul1-1/+1
2008-05-27obsolete with EGL 1.4Brian Paul1-100/+0
2008-05-27added EGL_MESA_screen_surface, EGL_MESA_copy_context extensionsBrian Paul1-0/+59
2008-05-27added typedefs for X/MesaBrian Paul1-0/+7
2008-05-27remove stray ! characterBrian Paul1-1/+1
2008-05-27new eglplatform.h from Khronos.org (replaces GLES/egltypes.h)Brian Paul1-0/+55
2008-05-27new eglext.h from KhronosBrian Paul1-0/+127
2008-05-27EGL 1.4 header from KhronosBrian Paul1-244/+279
2008-05-26Remove CVS keywords.José Fonseca1-2/+0
2008-05-23drop GLcoreGeorge Sapountzis1-73/+0
2008-05-20Add DRI driver that uses the mesa swrast module.George Sapountzis1-0/+57
2008-05-07mesa: update/add newer GL ES headersBrian Paul4-155/+1092