summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-17 Committing in .Jouk Jansen
Update OpenVMS makefile for vertex-routines #ifndef __VMS added for one print statement containing __FUNCTION__ Modified Files: Mesa/src/descrip.mms Mesa/src/tnl/t_imm_api.c ----------------------------------------------------------------------
2001-12-17added some debug printfs (disabled)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-17remove conditional in RESET_STIPPLE to fix conformance failureBrian Paul
2001-12-16updated vertex buffer identifiersBrian Paul
2001-12-15warp a quadmesh with a gravitational source via vertex programBrian Paul
2001-12-15rotating, lit torus via vertex programBrian Paul
2001-12-15divide by W and clipping now work - in pretty good shape nowBrian Paul
2001-12-15temporary hack for divide by WBrian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-15vertex program fixesBrian Paul
2001-12-15disable debug printf's, fix a crashBrian Paul
2001-12-15free the NormalLengthPtr if non-null in _tnl_free_immediate()Brian Paul
2001-12-14added newline characters to trace stringsBrian Paul
2001-12-14Use $(MAKE) on the irix targets, instead of hard-coding pmake,Karl Schultz
as suggested in SF bug 482149. People can still use pmake -v -f Makefile.X11 if they want to use pmake (works great for me). Sorry, this should have been in the last check-in.
2001-12-14Add .cc as a valid suffix.Karl Schultz
2001-12-14Cleanup for IRIX 6 platforms. Build src-glu instead of si-glu dueKarl Schultz
to problems with building the c++ code in the si-glu.
2001-12-14Fix up targets forKarl Schultz
irix6-o32, irix6-o32-dso, irix6-n32, irix6-n32-dso
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
are in subdirectories of this directory. The list of rules that were here was out of date for Mesa 4 and would likely get out of date again. It is better to have make handle it (e.g., use pmake -v on IRIX).
2001-12-14s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul
2001-12-14oops, wrong value for GLX_SAMPLESBrian Paul
2001-12-14added GLX_SAMPLE_BUFFERS, GLX_SAMPLESBrian Paul
2001-12-14minor tweaksBrian Paul
2001-12-144.1 extensionsBrian Paul
2001-12-14planned extensions for 4.1Brian Paul
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program test programBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-14add dispatch offsets for vertex program functionsBrian Paul
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz
Allows compilation on IRIX.
2001-12-13Added missing entry pointsKarl Schultz
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul
2001-12-13special case blend optmizations (Jeremy Fitzhardinge)Brian Paul
2001-12-13call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)Brian Paul
2001-12-13fix for ubyte colorsKeith Whitwell
2001-12-13fix primitive calculation in 1-line dlist immediates (molecules)Keith Whitwell
2001-12-11fix glut tess lockupKeith Whitwell
2001-12-05added enums for GL_ARB_depth_texture/shadow/shadow_ambient (temporary)Brian Paul
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-12-04fixed potential array overwrite problemBrian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, ↵Brian Paul
GL_ARB_shadow_ambient
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-12-04further tweak to dlist changeKeith Whitwell
2001-12-03guard ResetStipple callsKeith Whitwell
2001-12-03fx another place where PRIM_PARITY is calculatedKeith Whitwell
2001-12-03simplify drawarrays pathsKeith Whitwell
2001-12-03avoid side-effects in macro paramKeith Whitwell
2001-12-03correctly reset input after dlist executionKeith Whitwell