rearranged order of some functions
[mesa.git] / src / mesa / drivers /
2000-03-19 Brian Paulremoved GL_FXMESA_global_texture_lod_bias extension
2000-03-19 Brian Paulupdated for Mesa 3.3
2000-03-17 Brian Paulsilence some warnings
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Paulimplemented FX_grSstPerfStats()
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Paulremoved obsolete logicop function
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-03-03 Brian Paulclean-up warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-25 Brian Paulinserted a tab
2000-02-25 Brian Paulchanged glXCopyContext mask back to GLuint
2000-02-25 Brian Paulchanged glXCopyContext's mask to unsigned long
2000-02-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-23 Brian Paulchanged glXCopyContext()'s mask to unsigned long
2000-02-22 Brian Paulfixed bug in 24bpp ximage pixel addressing
2000-02-22 Brian Pauldisabled an fprintf in FX_grSstQueryHardware()
2000-02-17 Brian Paulreplaced gl_ggiRendererString() with gl_ggiGetString()
2000-02-17 Brian Paulreplaced renderer_string() with get_string() func
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-13 Brian Paulinitialize fxMesa->verbose with MESA_FX_INFO env var
2000-02-12 Brian Pauladded MESA_FX_NO_SIGNALS env var (Michael Vance)
2000-02-09 Brian Pauludpated version/copyright info
2000-02-09 Brian Paulremoved fxDDBufferSize proto
2000-02-09 Brian Paulupdated fxDDGetString() for DRI
2000-02-06 Brian Paulin fxSelectSingleTMUSrc_NoLock(), added check for haveT...
2000-02-06 Brian Paulclearing depth buffer failed when clearing front color...
2000-02-04 Brian Pauladded support for GL_RGB5_A1 internal texture format...
2000-02-04 Brian Paulpass IntFormat, not Format to fxTexGetFormat
2000-01-31 tannerinclude conf.h
2000-01-27 Brian Paulupdated version string to Mesa 3.3
2000-01-25 Brian Paulupdated RGB2BGR function
2000-01-25 Brian Paulupdated for Mesa 3.3
2000-01-23 Brian Pauladded #ifdef SVGA, work-around asm code problem
2000-01-22 Brian Paulupdated SVGA sources from Mesa 3.2
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-14 Brian PaulGLcontext is now nested in OSMesaContext
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
2000-01-07 Jon Taylor* Fixups to the GGIMesa code to reflect the recent...
2000-01-07 Brian Pauladded BitsPerPixel to XMesaVisual struct
2000-01-06 Brian Paulreturn GL_FALSE in fxDDColorMask
2000-01-06 Brian Paulupdated Clear function for new mask bits
1999-12-17 Brian Paulremoved old thread code
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.
next