push/pop color table state (Eric Plante)
[mesa.git] / src / mesa / drivers /
2003-01-16 Alan Hourihanefix for framebuffer width and height when window hasn...
2003-01-15 Karl SchultzFix SourceForge bug 664908. wglDescribePixelFormat...
2003-01-14 Brian Paulinitial code for render-to-texture
2003-01-13 Brian Paulfix fog stride bugs (Michel Danzer)
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2002-12-19 Brian Paulobsolete
2002-12-19 Brian PaulDOS updates
2002-12-18 Brian PaulDOS updates from Daniel Borca.
2002-11-18 Brian Paulbring in a few AGP-related bits from 4.0.4
2002-11-18 Brian Paulenable 1.4 extensions
2002-11-14 Brian Paulbump version to 5.1
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian Paulfix compilation problem (Philippe Houdoin)
2002-11-13 Brian PaulLots of clean-ups.
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-11-13 Brian Paulcheck for NULL span argument
2002-11-11 Brian Paulcompilation fixes
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-11-05 Brian Paulminor multi-sample clean-ups
2002-11-05 Brian PaulUpdates for DOS driver from Daniel Borca.
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-29 Brian Paulmore version bumps
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-29 Brian Paulupdated email addresses
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-25 Brian Paul#include fixes
2002-10-25 Brian Paulinclude GL/glx.h
2002-10-24 Brian PaulHeader file clean-up:
2002-10-23 Keith WhitwellFix projtex interp bug
2002-10-17 Brian Paulpatches from Gerk Huisma for float-channel rendering
2002-10-17 Brian Paulapplied Philippe Houdoin's patch, plus minor clean-ups
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-11 Keith Whitwelllineloop fix
2002-10-09 Brian Pauldisable XMesaCreatePBuffer() for XFree86
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-08 Brian Paulchange fog from GLfloat to GLfloat[4] (like other verte...
2002-10-08 Brian Pauladded missing dispatch code for new AGP-related functions
2002-10-08 Brian Paulimport from DRI CVS
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-10-05 Brian PaulGLfloat/GLchan updates
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-10-04 Karl SchultzFix for bug 618459. Mods to allow compilation on VC...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulfix bug in index_mask() (bug 609837)
2002-09-19 Brian PaulUpdated BeOS support (Philippe Houdoin)
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-09-12 Karl SchultzMark destroyed context as not current. (Frank Warmerdam)
2002-09-04 Brian Paulupdated wglGetProcAddress
2002-09-03 Brian Paulupdates from Daniel Borca
2002-09-03 Brian Paulfixed compilation problem for swdd->SetBuffer
2002-08-28 Karl SchultzDon't call _mesa_initialize_context because we are...
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-08-21 Brian Pauls/ProjectedClipPtr/NdcPtr/
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-08-21 Brian Paulfixed array index typo in VERT_SAVE_RGBA() macro
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-29 Karl SchultzCatch up windows driver with recent context mods
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-30 Brian PaulCHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent...
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-19 Brian Paulput XSync in get_buffer_size(), plus clean-up
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-16 Brian PaulFix glXCopyContext bug
2002-06-16 Brian Paulfixed window size initialization bug
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-10 Brian PaulGGI driver updates (Filip Spacek)
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-04-23 Karl SchultzApply alpha buffer control fix to accum buffer too.
2002-04-23 Karl SchultzFix up alpha buffer handling for Windows.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian PaulC++ fix
2002-04-04 Brian Pauladded OSMesaGetProcAddress()
2002-04-04 Brian Paulcall _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent...
2002-04-02 Brian Paulreturn NULL from Fake_glXCreateContext() if dpy or...
2002-04-01 Brian PaulDOS driver update
2002-03-29 Brian Pauluse _glapi_get_context() instead of GET_CURRENT_CONTEXT...
2002-03-23 Brian PaulDOS/Mesa driver updates (Daniel Borca)
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-11 Brian Paulobsolete
2002-03-08 Brian PaulDOS driver updates from Daniel Borca
2002-03-08 Brian Paulnew DOS driver files from Daniel Borca
2002-03-01 Brian Paulsilence gcc warnings (Marc La France)
next