New _mesa_debug() function to replace fprintf() calls.
[mesa.git] / src / mesa / drivers / x11 /
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian PaulC++ fix
2002-04-02 Brian Paulreturn NULL from Fake_glXCreateContext() if dpy or...
2002-03-19 Brian Pauldon't set plane mask for xm_buffer->gc, it causes an...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-15 Brian Paulprotect currentReadable reference with #ifndef GLX_BUIL...
2002-03-15 Brian Paulupdated comments. removed dead code.
2002-03-15 Brian Paulremove a debug printf
2002-03-12 Brian PaulRemoved the xm_context field from XMesaBuffer. It...
2002-03-01 Brian Paulsilence gcc warnings (Marc La France)
2002-02-20 Brian Paulcheck for initialized XMesaBuffer in XMesaGarbageCollect()
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2002-02-14 Brian Paulupdated GL_VENDOR string
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-09-12 Brian Paulminor re-org
2001-09-01 Brian Paulminor changes, prototype Pbuffer support
2001-09-01 Brian Paulprototype work for Pbuffer support
2001-08-31 Brian Paulfixed dangling pointer problem (Chris Burghart)
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-20 Brian Paulbumped version string to 3.5.1
2001-08-07 Brian Paulfixed GLX context sharing bug (reported by Eric Plante)
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-05-30 Brian Paulforgot to check-in yesterday
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-29 Brian Pauladded new functions to GLX_functions[]
2001-05-25 Brian Paulmore work on XMesa / libGL integration
2001-05-24 Brian Pauladded some casts so that older glx.h can be used
2001-05-24 Brian PaulInitial changes to allow Mesa and its fake GLX to be...
2001-05-24 Brian Paulprototyping some new stuff
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-10 Brian Paulapplied Jeff & Keith's optimization to write_span_mono_...
2001-05-10 Keith WhitwellDriver interface changes
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-01 Brian Paulminor XFree86 change
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-04-26 Brian Paulfixed mem leak in XFreeFontInfo() call
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-04-04 Brian PaulMore texture image changes.
2001-04-03 Brian Paulanother fix to clear_32bit_ximage()
2001-04-03 Brian Paulclear pixel value wasn't byteswapped for scissored...
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)
next