new texture compression infrastructure
[mesa.git] / src / mesa / drivers / x11 / xm_dd.c
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulfix bug in index_mask() (bug 609837)
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-19 Brian Paulput XSync in get_buffer_size(), plus clean-up
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
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-01 Brian Paulsilence gcc warnings (Marc La France)
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2002-02-14 Brian Paulupdated GL_VENDOR string
2001-09-12 Brian Paulminor re-org
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-05-10 Keith WhitwellDriver interface changes
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
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-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
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-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-06 Brian PaulOverhaul of texture image handling.
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-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
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-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian Paulnewly organized Xlib driver files