added _glapi_get_proc_name()
[mesa.git] / src / mesa / drivers /
1999-12-12 Brian Paulbitmaps were vertically shifted by one pixel
1999-12-11 Brian Pauladded GLX_ARB_get_proc_address to extension list
1999-12-10 Brian Paulnew depth buffer functions
1999-12-10 Brian Paulpass new args to gl_create_framebuffer
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-10 Brian Paulpass new args to gl_create_framebuffer()
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-10 Brian Pauladded glXGetProcAddressARB()
1999-12-02 Brian Pauladded WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)
1999-12-01 Brian PaulfxInitPixelTables() change for Voodoo 1/2 vs 3
1999-11-28 Brian Pauladded missing functions in GLX_functions[] array
1999-11-28 Brian Paulupdated comments, removed obsolete functions
1999-11-28 Brian Paulremoved include fakeglx.h
1999-11-28 Brian Paulobsolete
1999-11-28 Brian Paulchanges for new GLX dispatcher
1999-11-28 Brian Paulall new dispatch system
1999-11-28 Brian Paulinitial rev
1999-11-25 Brian Paulbunch of changes for separate read buffer feature
1999-11-25 Brian Paulimplemented glXMakeContextCurrent() and glXGetCurrentRe...
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-23 Brian Pauladded GLX 1.3 functions
1999-11-22 Brian Paulclean up of version handling, removed GLX_EXT_get_proc_...
1999-11-22 Brian Pauladded glXGetCurrentDisplay() for GLX 1.2
1999-11-22 Brian Paulremoved redundant fxCloseHardware() decl
1999-11-18 Brian Paulfixed FX_grSstControl(), now returns FxBool
1999-11-18 Brian Paulremoved unused fxTMNewTMFreeNode decl
1999-11-18 Brian Paultest visinfo, not vishandle in save_glx_visual (Wolfram...
1999-11-15 Brian Paultexture palette update
1999-11-15 Brian Paulinclude mem.h
1999-11-15 Brian Paulfixed mistake in merge regarding texture palettes
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-11 Brian Paulupdated for new texture color palette struct
1999-11-11 Brian Paulinitial changes for Mesa 3.3
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-30 Ted JumpAdded checking for FXMESA_USE_ARGB to disable pixel...
1999-10-27 Brian Pauldisabled glXGetProcAddress code
1999-10-20 Ted JumpMinor patches to cleanup some compiler warnings in...
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-16 Miklos FazekasFixed a MacOS specific compile error.
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-14 Brian Paulfixed an RGB vs CI bug in overlay visual selection
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-08 Keith Whitwellfixed voodoo initialization
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-10-05 Miklos FazekasAdded PARB support.
1999-10-05 Miklos FazekasAdded gl_ext_multitexture_ADD suport.
1999-10-05 Miklos FazekasAdded packed ARGB support.
1999-10-05 Miklos FazekasPacked RGBA support.
1999-10-05 Miklos FazekasPacked RGB support.
1999-10-05 Miklos FazekasAdded support for GL_ext_texture_add
1999-10-05 Miklos FazekasMinor cleanup.
1999-09-21 Jon TaylorDisable genkgi sublib handling until we have some subli...
1999-09-19 Ted JumpRemoved use of GLU.H - prevents compiler warning wrt...
1999-09-18 Keith WhitwellLarge patch:
1999-09-17 Keith WhitwellFix for write-rgba-span and others
1999-09-17 Ted JumpWin32 build req't updates
1999-09-16 Brian Pauladded GL_EXT_get_proc_address
1999-09-16 Brian Pauladded GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAd...
1999-09-15 Brian Paulbumped version strings to Mesa 3.1
1999-09-13 Brian Pauladded Eero's multitexture function patch
1999-09-13 Jon TaylorRe-added missing GGIMesa context bufsize structure...
1999-09-12 Brian Paulfixed typo in GetProcAddress
1999-09-11 Brian Paulclean-up of glXGetProcAddressEXT()
1999-09-11 Keith Whitwellbugix from raul for fxddbitmap
1999-09-11 Brian Paulinclude extensions.h
1999-09-11 Brian Pauladded GLX_EXT_get_proc_address
1999-09-03 Keith Whitwellfix for GL_COMPILE_AND_EXECUTE bug
1999-08-29 Keith Whitwellremoved bogus call
1999-08-29 Keith Whitwellmore fixes on the fast path
1999-08-27 Jon TaylorFixed double buffering bug when running in X
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-24 Jon Taylor*** empty log message ***
1999-08-23 Jon Taylor*** empty log message ***
1999-08-22 Jon Taylor*** empty log message ***
1999-08-21 Jon Taylor*** empty log message ***
1999-08-21 Jon Taylor*** empty log message ***
1999-08-21 Jon Taylor*** empty log message ***
1999-08-21 Jon Taylor*** empty log message ***
1999-08-19 jtgInitial revision