summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05minor clean-upsBrian Paul
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2002-01-05comments, clean-ups, added lots of const qualifiersBrian Paul
2002-01-05comments, clean-ups, added lots of const qualifiersBrian Paul
2002-01-04test multitexture and vertex arraysBrian Paul
2002-01-04added some assertions to exercise glIsTexture()Brian Paul
2002-01-04added info about which drivers work and don't workBrian Paul
2002-01-04fix bug 498555 - test for __GNUC__Brian Paul
2002-01-04- Clean up state bitmask.Gareth Hughes
2002-01-03regenerated from updated glsparcasm.py scriptBrian Paul
2002-01-03don't use macros, just expand them in-lineBrian Paul
2001-12-28Add missing items from .cvsignore files, tests/MakefileGareth Hughes
2001-12-28Remove warnings about the difference between function pointers andGareth Hughes
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell
2001-12-20Define finite as _finite for Windows.Karl Schultz
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-20Fix clipping problem on mgaKeith Whitwell
2001-12-19some display list support for vertex program extensionBrian Paul
2001-12-19added separate specular bug fix to 4.0.1 listBrian Paul
2001-12-19fix a comment typoBrian Paul
2001-12-19have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chi...Brian Paul
2001-12-19remove some cruftBrian Paul
2001-12-18bring 4.0.1 info into trunkBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-17 Committing in .Jouk Jansen
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
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
2001-12-14Fix up targets forKarl Schultz
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
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