summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-20 Committing in .Jouk Jansen
Modified Files: Mesa/si-glu/libtess/memalloc.h malloc.h is non-standard on OpenVMS. If it is present it only includes stdlib.h. therefore for VMS malloc.h is replaced by stdlib.h. ----------------------------------------------------------------------
2001-07-19GLchan changesBrian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-07-18do some 16-bit GLchan computations in floating point (Gerk Huisma)Brian Paul
2001-07-18 Committing in .Jouk Jansen
Modified Files: Mesa/si-glu/libnurbs/interface/glcurveval.cc Corrected declaration of putCallBack ----------------------------------------------------------------------
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
minor adjustments in the dri drivers for twosided lighting to work again.
2001-07-17include glu.hBrian Paul
2001-07-16disable MMX blend code until it gets fixedBrian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-07-16assorted fixes for Win32 (Gerk Huisma)Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-14added latest 3.5.1 bug fixesBrian Paul
2001-07-14removed unused tiny triangle test codeBrian Paul
2001-07-13undo previous check-in (unfinished code)Brian Paul
2001-07-13minor tweaksBrian Paul
2001-07-13added linux-osmesa32 configBrian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-07-13replaced __inline with INLINEBrian Paul
2001-07-13silence an uninitialized var warningBrian Paul
2001-07-13silence a warningBrian Paul
2001-07-13replace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to catch color matrix changesBrian Paul
2001-07-13fixed two bad casts (Stephane Conversy)Brian Paul
2001-07-13 Committing in .Jouk Jansen
Modified Files: Mesa/src/descrip.mms Mesa/src/FX/fxtris.c Mesa/src/FX/fxvb.c -updated OpenVMS makefile -fixed compilation if FX is NOT defined. ----------------------------------------------------------------------
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
clear that these are owned by t_vb_render.c. Make swrast_setup opaque - it now hooks itself directly into tnl->Driver.Render.*. Add a _swsetup_Wakeup() call that does this. Update X11 (tested), osmesa and FX drivers for this change. FX compiles but is probably broken as the changes there are large. It was the only remaining driver that used the internal _swsetup_ functions for interp and copy_pv. This usage has been replaced with code from the DRI tdfx driver.
2001-07-09fixed flat shading bug in affine_ and persp_textured_triangle() functionsBrian Paul
2001-07-09added missing \'sBrian Paul
2001-07-05fixed segfault (NULL _ShineTable[0]) in shade_rastpos()Brian Paul
2001-07-05fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)Brian Paul
2001-07-02More .cvsignore updates.pesco
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-27support for RGB_565 pixels (Lars Andersson), untestedBrian Paul
2001-06-27Add -f to rm in make clean to avoid error messagesKeith Whitwell
2001-06-26More raster fog coord fixes.Brian Paul
New truncate vs. floor comments in drawpixels.c Added current raster secondary color state, not used yet.
2001-06-26optimized texture triangle updates (Klaus Niederkrueger)Brian Paul
2001-06-26added initial 3.5.1 infoBrian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-25added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul
2001-06-21 Modified Files:Jouk Jansen
Mesa/src/descrip.mms Removed obsolete .obj files. ----------------------------------------------------------------------
2001-06-20bumped version numbersBrian Paul
2001-06-20also print GL_MAX_TEXTURE_SIZEBrian Paul
2001-06-20updates for the 3.5 releaseBrian Paul
2001-06-20removed beta from version stringBrian Paul
2001-06-19added a few missing si-glu filesBrian Paul
2001-06-19add m4/ directory to tar file listBrian Paul
2001-06-19more updates to tar file lists for 3.5Brian Paul
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul
2001-06-18tar file list updates for 3.5Brian Paul
2001-06-18replaced -g with -O3 under linux-x86Brian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
only had one or two functions left in them.