Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.
[mesa.git] / include /
2006-06-20 Brian Paulreorder a few token definitions
2006-06-12 Brian Paulremove const qualifier from glGenVertexArraysAPPLE...
2006-05-05 Brian Paulupdated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)
2006-05-02 David RevemanUpdate to final EXT_tfp tokens
2006-05-01 Adam JacksonUpdate function signatures for EXT_tfp entrypoints.
2006-04-11 David RevemanFBConfig support for EXT_tfp
2006-04-11 David RevemanAdd attrib_list to glXBindTexImageEXT
2006-03-31 Daniel BorcaDMesa now uses OSMesa as a back-end.
2006-03-31 Brian Paulbump version/date
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-30 Brian PaulXMesaDrawLine macro, not currently used
2006-03-30 Karl SchultzFixes from Brian
2006-03-26 Brian Paulfix some PFNGL* typedefs
2006-03-09 Brian PaulAdd prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_...
2006-03-01 Brian PaulGL_EXT_framebuffer_blit tokens/functions
2006-02-23 Brian Paulinclude inttypes.h if __osf__ defined (Randall Hand)
2006-02-05 Brian PaulEGL 1.2 tokens/functions/etc.
2006-01-25 Brian PaulWGL_ARB_extensions_string extension
2005-12-14 Brian Paulregenerate to pick up glGetQueryObject[u]i64vEXT funcs
2005-12-10 Brian Paulrename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRAN...
2005-12-08 Brian Paulbump version number
2005-12-08 Brian Paulremove stray _ from GL[u]int64_EXT
2005-12-08 Karl Schultzhandle 64-bit types for Windows.
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-08 Brian Paulremove a bunch of extension stuff that's in glxext.h
2005-09-28 Brian Pauladded GL_EXT_packed_depth_stencil
2005-09-11 Brian PaulSilence some warnings.
2005-09-05 Karl SchultzAdd support for memory contexts (Thomas Kaltofen)....
2005-09-02 Brian Pauladded GL_EXT_timer_query token
2005-08-15 Brian Paulinclude stdint.h if WIN32 and GNUC (Colin Harrison...
2005-07-28 Ian RomanickRemove '#if 0' block that was accidentally left in.
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickGut a few more dead bits. Replace uses of the CreateNe...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-06-21 Brian Paulupdated to version 29
2005-06-08 Brian Paulregenerated
2005-06-08 Brian Paulput full prototype on one line to fix gl_mangle.h gener...
2005-06-08 Brian Paulremove stray line
2005-06-08 Brian Paulregenerate for latest glext.h
2005-05-31 Brian Paulremove temporary GL_EXT_framebuffer_object info
2005-05-31 Brian Paulupdated to version 28
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-16 Brian PaulEGL_MESA_copy_context stuff
2005-05-14 Jon SmirlAdd empty placeholder for eglCopyContextMESA
2005-05-14 Jon SmirlFix compiler warning about missing parameter list
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-11 Karl SchultzThe "P" suffix on APIENTRY and GLAPIENTRY is to be...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian PaulEGLScreenMESA updates
2005-04-22 Brian Paultypes for Mesa implementation of EGL
2005-04-22 Brian Paulprototype EGL_MESA_screen_surface.
2005-03-04 Adam JacksonAdd preliminary EGL headers.
2005-02-26 Dave Airliebring over structs from Xorg glx.h to make Mesa glx...
2005-02-26 Dave AirlieAdd GLX_MESA_allocate_memory from Xorg glx.h
2005-02-20 Dave Airlieadd more functionality to miniglx for glitz
2005-02-16 Brian Paulfix non-Win32 definition of GLUTAPIENTRY, remove some...
2005-02-15 Dave Airlieadd EnableExtension so r200 enables all its extensions...
2005-02-08 Adam JacksonBug #2477: Make GLU/GLw/glut build properly even with...
2005-02-08 Brian Pauladded GL_EXT_framebuffer_object enums/funcs. Remove...
2005-01-26 Ian Romanickremove a bunch of temporary #defines, now that glext...
2005-01-21 Brian Paulfix glGetString funniness
2005-01-20 Brian Paulglext.h version 26
2005-01-16 Brian Pauladded a few OpenGL 2.0 tokens (temporary)
2005-01-12 Brian Paultemporary prototypes for OpenGL 2.0
2005-01-04 Brian Pauladded GLX_NV_float_buffer
2005-01-03 Brian PaulDirectFB driver (Claudio Ciccani)
2004-12-17 Brian PaulVMS update
2004-12-15 Daniel Borcaadded DMesaProc type to prevent gcc 3.4.3 warnings
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-11-29 Brian Paulno need to include stddef.h anymore
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-27 Brian Paultypedef GLUTproc, return it from glutGetProcAddress()
2004-11-25 Brian Paulminor APIENTRY clean-ups
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-10-25 Adam JacksonImport sarea.h from Xorg, needed for client GLX code.
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-12 Daniel Borcabump version numbers to their real values
2004-10-02 Brian Paulremove unused413 stuff, glDrawBuffersARB uses that...
2004-09-27 Brian Paulversion bump
2004-09-27 Brian Paulchange include of glx_mangle.h to match other headers
2004-09-09 Brian PaulAnother attempt at fixing name mangling and gl__unused4...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-16 Philippe HoudoinStupid me. I don't know why I moved the GLView.h here...
2004-07-28 Brian Paulversion 6 from oss.sgi.com
2004-07-28 Brian Paulversion 24 from oss.sgi.com
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-23 Brian Paulupdated to version 23
2004-06-22 Brian PaulAlexander Gottwald's patch for cygwin
2004-06-06 Ian RomanickRemove the rest of the need for glxclient.h and remove...
2004-06-03 Jon Smirlkill __driRegisterExtensions(), none of the functions...
2004-06-02 Ian RomanickReplace Bool with GLboolean.
2004-06-02 Ian RomanickXF86DRIDestroyContext, XF86DRICreateDrawable, and
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-06-01 Ian RomanickReplace all occurances of XF86DRIClipRect (and related...
next