push/pop color table state (Eric Plante)
[mesa.git] / src / mesa / drivers /
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
2001-08-07 Brian Paulfixed GLX context sharing bug (reported by Eric Plante)
2001-07-27 Brian PaulwglUseFontBitmapsA() update (Frank Warmerdam)
2001-07-17 Keith WhitwellFix Alan Barnett's 'try10' display list bug.
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-07-05 Brian Paulfixed logic error in OSMesaMakeCurrent() for 565 pixel...
2001-07-02 pescoMore .cvsignore updates.
2001-06-27 Brian Paulsupport for RGB_565 pixels (Lars Andersson), untested
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-15 Brian Paulreplace 255 with CHAN_MAX
2001-06-14 Brian Paulfixed a comment
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-06-01 Keith Whitwellapply David Miller's quad/backcolor patch
2001-05-31 Brian Paulfixed s/w alpha channel bug
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-21 Brian Pauls/Height/height/ (Jeff Potter)
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-14 Keith WhitwellFix for glean texgen test.
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 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Brian Paulminor clean-up
2001-05-10 Keith WhitwellDriver interface changes
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-05-09 Brian Paulminor clean-ups
2001-05-09 Brian Paulfixed font/bitmap x-offset bug (Frank Warmerdam)
2001-05-09 Brian Paulfixed Y flip problem in read_rgba_pixels() (Frank Warme...
2001-05-09 Keith Whitwellremove debug code
2001-05-03 Keith Whitwellfix for moebius infinite loop
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-03 Keith Whitwelladd disabled test to turn on vertex snapping.
2001-05-02 Brian Paulfixed vertex color problems
2001-05-02 Brian Paulteximage updates. seems to work fine.
2001-05-01 Brian Paulminor XFree86 change
2001-05-01 Keith Whitwellfloat color changes
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-29 Keith Whitwelltypo
next