summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-05-17remove eglQueryDisplayMESA()Brian Paul1-1/+0
2005-05-16EGL_MESA_copy_context stuffBrian Paul1-3/+4
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl1-0/+1
2005-05-14Fix compiler warning about missing parameter listJon Smirl1-1/+1
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-1/+3
2005-05-11The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz1-2/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+4
2005-05-04EGLScreenMESA updatesBrian Paul2-8/+8
2005-04-22types for Mesa implementation of EGLBrian Paul1-39/+35
2005-04-22prototype EGL_MESA_screen_surface.Brian Paul1-0/+40
2005-03-04Add preliminary EGL headers.Adam Jackson2-0/+280
2005-02-26bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.hDave Airlie1-0/+22
2005-02-26Add GLX_MESA_allocate_memory from Xorg glx.hDave Airlie1-0/+15
2005-02-20add more functionality to miniglx for glitzDave Airlie1-59/+78
2005-02-16fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul1-26/+2
2005-02-15add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie1-0/+13
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2-1/+4
2005-02-08added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updatedBrian Paul1-2/+119
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedIan Romanick1-11/+0
2005-01-21fix glGetString funninessBrian Paul1-1/+1
2005-01-20glext.h version 26Brian Paul3-22/+459
2005-01-16added a few OpenGL 2.0 tokens (temporary)Brian Paul1-0/+8
2005-01-12temporary prototypes for OpenGL 2.0Brian Paul1-0/+10
2005-01-04added GLX_NV_float_bufferBrian Paul1-2/+13
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul1-0/+89
2004-12-17VMS updateBrian Paul1-3/+3
2004-12-15added DMesaProc type to prevent gcc 3.4.3 warningsDaniel Borca1-3/+4
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-8/+9
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane1-0/+3
2004-11-29no need to include stddef.h anymoreBrian Paul1-3/+1
2004-11-27Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul1-6/+12
2004-11-27typedef GLUTproc, return it from glutGetProcAddress()Brian Paul1-1/+2
2004-11-25minor APIENTRY clean-upsBrian Paul1-6/+14
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul4-8/+8
2004-10-25Import sarea.h from Xorg, needed for client GLX code.Adam Jackson1-0/+94
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+11
2004-10-12bump version numbers to their real valuesDaniel Borca3-5/+5
2004-10-02remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul1-1/+0
2004-09-27version bumpBrian Paul1-1/+1
2004-09-27change include of glx_mangle.h to match other headersBrian Paul1-3/+3
2004-09-09Another attempt at fixing name mangling and gl__unused413().Brian Paul1-0/+1
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-9/+11
2004-08-16Stupid me. I don't know why I moved the GLView.h here at first, but now I kno...Philippe Houdoin1-0/+192
2004-07-28version 6 from oss.sgi.comBrian Paul1-12/+86
2004-07-28version 24 from oss.sgi.comBrian Paul1-4/+55
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2-7/+10
2004-06-23updated to version 23Brian Paul1-3/+63
2004-06-22Alexander Gottwald's patch for cygwinBrian Paul1-0/+3
2004-06-06Remove the rest of the need for glxclient.h and remove it from the tree.Ian Romanick1-0/+27
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl1-3/+0