updates for Mesa 4.0
[mesa.git] / src /
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-20 Karl SchultzDon't use "errno" as a parameter name - it is also...
2001-09-20 Karl Schultzcompiler warnings
2001-09-20 Keith Whitwellvery brief overview of swrast
2001-09-20 Keith Whitwell(very) Brief overview of tnl module
2001-09-19 Brian PaulGL_ADD texture mode was incorrect, renamed some vars
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
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 Karl Schultzmore compiler warning fixes
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-18 Karl Schultzcompiler warnings
2001-09-18 Karl Schultzcompiler warnings
2001-09-15 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian Paulsilence more warnings (Karl Schultz)
2001-09-14 Brian Paulsilence minor warnings
2001-09-14 Brian Paulreplaced gets() with fgets()
2001-09-14 Brian Paulmore GL 1.3 updates
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-09-13 Brian Paulminor optimizations for flat shading (Klaus Niederkrueger)
2001-09-13 Brian Paulreplaced some tabs with spaces
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-07 Jouk Jansen Committing in .
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 Paulremoved a semicolon in the USE() macro
2001-08-20 Brian Paulbumped version string to 3.5.1
2001-08-20 Brian Paulbetter error messages
2001-08-20 Brian Paulbetter error reporting
2001-08-20 Brian Paulnew debugging code
2001-08-20 Brian PaulWindML driver (Stephane Raimbault)
2001-08-14 Brian PaulFixes for 32-bit GLchans: smooth/flat/textured triangle...
2001-08-14 Keith WhitwellReenable, but only in the size four case...
2001-08-14 Keith WhitwellUndo last change - breaks other stuff.
2001-08-14 Keith WhitwellCompute first partials before taking cross product...
2001-08-13 Keith WhitwellFix problem with colormaterial (bug #441859)
2001-08-13 Keith WhitwellRemoved optimizations (this code is now seldom used)
2001-08-13 Brian Pauladded GL_EXT_texture_edge_clamp
2001-08-13 Brian Paulfixed Solaris compilation problems (Bug 441817)
2001-08-13 Brian Paulrm .lo .la files for make clean
2001-08-13 Brian Paulremoved ss_interp.c
2001-08-07 Brian Paulfixed a glPush/PopAttrib bug related to texture binding...
2001-08-07 Brian Paulfixed bug in DEST_4F template function
2001-08-07 Brian Paulremoved some now bogus assertions (due to Klaus's lates...
2001-08-07 Brian Paulfixed NewState update bugs in _mesa_PopClientAttrib()
2001-08-07 Brian PaulWin32 fixes, etc. (Gerk Huisma)
2001-08-07 Brian Pauloptimization to sample_lambda_2d() (Klaus Niederkrueger)
2001-08-07 Brian Paulfixed GLX context sharing bug (reported by Eric Plante)
2001-08-03 davem69Use #function instead of @function
2001-08-03 Keith WhitwellFix VERT_RGBA special case.
2001-08-02 Keith WhitwellFix SGL testLights.exe bugs (interaction of copying...
2001-08-02 Keith WhitwellFix SGL testGeoSets.exe polygon mode problem (wrong...
2001-08-02 Keith WhitwellFix SGL monoindexed bug (glDrawRangeElements in dlist)
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-07-28 Keith WhitwellFix core in fixup_normal_lengths
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-27 Brian Paulmore GLAPIENTRY fixes (Karl Schultz)
2001-07-27 Brian Paulundo previous check-in (restore the @ symbols)
2001-07-27 Brian Paulcheck if deleting _Current texobj in _mesa_DeleteTextur...
2001-07-27 Brian Paulreplaced @ with ## or # to allow compilation on SunOS...
2001-07-27 Brian PaulwglUseFontBitmapsA() update (Frank Warmerdam)
2001-07-26 Brian Paulfixes for proxy cube map texture images
2001-07-26 Brian Pauluse GLAPIENTRY when declaring a couple function pointer...
2001-07-26 Brian PaulApplied Klaus Niederkrueger's latest flat-shading clean...
2001-07-23 Brian PaulGLchan and GL_ADD clamping changes (Klaus Niederkrueger)
2001-07-23 Brian Pauldon't make default teximage if glTexImage's pixels...
2001-07-23 Brian Paulrename ERROR macro to TE_ERROR (Gerk Huisma)
2001-07-23 Brian Paulfix some Win32 warnings (Gerk Huisma)
2001-07-23 Brian Pauldon't clamp colors if GLchan==GLfloat in add_colors()
2001-07-23 Brian PaulGLubyte -> GLchan change
2001-07-23 Brian Paulcheck for pixels=NULL in _mesa_store_teximage[123]d()
2001-07-20 Jouk Jansen Committing in .
2001-07-19 Brian PaulGLchan changes
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-07-18 Brian Pauldo some 16-bit GLchan computations in floating point...
2001-07-18 Jouk Jansen Committing in .
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-17 Brian Paulinclude glu.h
2001-07-16 Brian Pauldisable MMX blend code until it gets fixed
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-16 Brian Paulassorted fixes for Win32 (Gerk Huisma)
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-14 Brian Paulremoved unused tiny triangle test code
next