added GL_ARB_texture_border_clamp
[mesa.git] / src / mesa / drivers / x11 /
2001-03-23 Brian Paulminor tweak to visual setup for accum buffers
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-01 Brian Paulfixed mistake in alpha buffer clear test
2001-03-01 Brian Pauladded s/w alpha buffer clearing
2001-02-22 Brian Paulremoved some bogus code
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian Pauladded MESA_GLX_FORCE_CI env var (useful for conformance...
2001-02-13 Brian Paulfixed a few CI mode span bugs and a dither bug
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
2001-01-29 Brian Paulfixed inverted Y coord for dithering in write_span_DIT...
2001-01-29 Keith WhitwellUpdate implementations of Driver.Clear().
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith Whitwellrevert XMesaCreateContext changes
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-15 Brian Pauladded more GLX extension function stubs
2000-12-14 Brian Pauladded some more GLX extension entrypoints (fix GLUT...
2000-12-13 Brian Pauluse inverted Y coordinate for choosing dither value...
2000-12-13 Brian Paultweaked truecolor dither kernel setup code
2000-12-08 Brian Paulfixed bug 123918: glXCopySubBuffer() y position off...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions, removed...
2000-11-06 Brian Pauladded buffer test to xmesa_choose_point(), fixes X...
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-30 Jouk Jansen Committing in .
2000-10-05 Brian Paulbetter handling of GLX_DEPTH_SIZE in glXChooseVisual()
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian Paulrenamed gl_copy_context to _mesa_copy_context
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian Pauladded some casts (Takaaki Nomura)
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian Pauladded xmesa_update_span_funcs()
2000-09-07 Brian Paulnewly organized Xlib driver files
2000-08-22 Jouk Jansen Committing in .
2000-08-13 Brian Paulremoved all dependencies on XMesa
2000-08-13 Brian Paulfixed segfault problem when using MESA_GLX_FX
2000-08-08 Brian Paulupdated version to 3.5
2000-08-02 Brian Paulupdated Phil's email address
2000-07-19 Brian Paula bunch of thread-safety changes
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-05-19 Brian PaulPass pixel format to xmesa_color_to_pixel(). Compute...
2000-04-19 Brian Paulminor clean-up
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-03-31 Brian Paulfixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
2000-03-31 Brian Pauladded rest of GLX_EXT_visual_rating extension
2000-03-31 Brian Paulminor tweak to GLX_VISUAL_CAVEAT_EXT query
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-17 Brian Paulsilence some 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 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-01-27 Brian Paulupdated version string to Mesa 3.3
2000-01-07 Brian Pauladded BitsPerPixel to XMesaVisual struct
2000-01-06 Brian Paulupdated Clear function for new mask bits
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 Pauladded glXGetProcAddressARB()
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-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-18 Brian Paultest visinfo, not vishandle in save_glx_visual (Wolfram...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-27 Brian Pauldisabled glXGetProcAddress code
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
next