summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul
2000-08-09 Committing in .Jouk Jansen
2000-08-08updated version to 3.5Brian Paul
2000-08-08bumped MESA_MINOR to 5Brian Paul
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul
2000-08-03added NULL parameter checking to API functionsBrian Paul
2000-08-02updated Phil's email addressBrian Paul
2000-08-02updates from mesa3d@billbaxter.comBrian Paul
2000-08-02fixed return val bug in glAreTexturesResident()Brian Paul
2000-08-02added include/GL/mesa_wgl.h to tar file listBrian Paul
2000-08-02updated by Alessandro PisaniBrian Paul
2000-08-02test handling of lots of texturesBrian Paul
2000-08-02removed GLU 1.2 symbolsBrian Paul
2000-08-02define GL_GLEXT_PROTOTYPES before including mesa_wgl.hBrian Paul
2000-08-02initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()Brian Paul
2000-08-01glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driverBrian Paul
2000-07-31test against an epsilon magnitude in gl_rotation_matrix()Brian Paul
2000-07-31install glext.h tooBrian Paul
2000-07-31added missing widgets-mesa/src/*.c files, updated version numbers to 3.5Brian Paul
2000-07-313.5 release notesBrian Paul
2000-07-31added placeholders for 3.4 and 3.5 infoBrian Paul
2000-07-21fixed glitches in zip file rulesBrian Paul
2000-07-21imported from 3.2.1 releaseBrian Paul
2000-07-21lots of updates for 3.3Brian Paul
2000-07-21removed beta occurancesBrian Paul
2000-07-21added 3.2.1 info and final 3.3 infoBrian Paul
2000-07-21removed beta from version stringBrian Paul
2000-07-20added GLX multi-thread demoBrian Paul
2000-07-20fix for eval regressionKeith Whitwell
2000-07-19call glutInit()Brian Paul
2000-07-19a bunch of thread-safety changesBrian Paul
2000-07-19initialize GenBit[STRQ] in init_texture_unit()Brian Paul
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul
2000-07-19removed two bugsBrian Paul
2000-07-18Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul
2000-07-18added: touch widgets-sgi/dependBrian Paul
2000-07-18removed more redundant files from tar archiveBrian Paul
2000-07-18removed redundant configure file from tar listBrian Paul
2000-07-18changed version string to 3.2.1Brian Paul
2000-07-17Fix for gloss and sgl eval bugs.Keith Whitwell
2000-07-15another tweak to optimized GL_RETURN codeBrian Paul
2000-07-15fixed AA sampling problem, misc clean-upBrian Paul
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul
2000-07-14Fixed pixel color problem in general_flat_rgba_line(). Added debug codeBrian Paul
2000-07-14added extra check to optimized GL_RETURN caseBrian Paul
2000-07-14test for MESA_DEBUG = silent in gl_error(), misc clean-upBrian Paul
2000-07-13replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul
2000-07-12first bits of convolution codeBrian Paul
2000-07-11allocate 1-larger knot array in explode_knot() (Mesa bug 104881)Brian Paul
2000-07-11use indirect context, added error checkingBrian Paul