added GL_EXT_stencil_two_side and GL_NV_fence
[mesa.git] / src / mesa / drivers /
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)
2002-03-01 Brian Paulupdated comments for CHAN_BITS=16 or 32
2002-02-23 Brian PaulDOS updates from Daniel Borca
2002-02-20 Brian Paulcheck for initialized XMesaBuffer in XMesaGarbageCollect()
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2002-02-15 Brian Paulobsolete
2002-02-14 Brian Paulupdated GL_VENDOR string
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-02-12 Brian PaulDaniel Borca's new DOS/DJGPP driver.
2002-01-30 Brian Paulreturn GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS...
2002-01-16 Karl SchultzFixes for 24-bit Windows devices. The old code was...
2002-01-15 Karl SchultzFixed pixel color component problem and clear code...
2002-01-15 Karl SchultzRemove trailing CR's. No logical changes.
2001-12-20 Keith WhitwellFix clipping problem on mga
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-13 Keith Whitwellfix for ubyte colors
2001-12-11 Keith Whitwellfix glut tess lockup
2001-11-29 Karl Schultzmain trunk is now 4.1
2001-11-29 Karl Schultzupdate to version 4.0
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-11-01 Karl SchultzUpdates for improved DirectDraw support (Daniel Slater)
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-10-05 Karl SchultzFix the clear() function
2001-10-04 Karl SchultzUpdated Windows driver for Mesa 4.0.
2001-10-04 Karl Schultzremove extra CR chars
2001-09-25 Keith Whitwelluse correct vertex for flatshading
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
2001-09-25 Karl Schultzdisable some more code so that it compiles quietly...
2001-09-23 Brian Paul[rgba]shift values weren't always correct, only effecte...
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-23 Keith WhitwellMore of the same
2001-09-21 Karl SchultzMake osmesa a DLL instead of a static lib (Windows...
2001-09-19 Brian Paulset GR_STWHINT_ST_DIFF_TMU1 flag in the init() function...
2001-09-19 Brian Paulfix fallback for stippled polygons, removed a debug...
2001-09-19 Brian Paulcompute dst->ooz, not dst->z in clip interpolation...
2001-09-18 Keith Whitwellremove some debug
2001-09-18 Keith WhitwellFix FX driver to the point where gears & morph3d work.
2001-09-18 Karl Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzcompiler warnings
2001-09-18 Karl Schultzremove carriage return chars
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-09-12 Brian Paulminor re-org
2001-09-12 Brian Paulhook compressed texture functions into driver
2001-09-10 Brian Paulfixed s/w alpha bug 458411
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-29 Brian Paulchanges to allow the driver to compile - still doesn...
2001-08-28 Brian Pauladded OSMESA_MAX_WIDTH/HEIGHT queries
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-20 Brian Paulbumped version string to 3.5.1
next