summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2-14/+21
2003-03-08DOS update (Daniel Borca)Brian Paul41-121/+169
2003-03-04fix a warning when GLchan==GLfloatBrian Paul1-2/+2
2003-03-04include macros.h for CLAMPBrian Paul1-1/+2
2003-03-03better error messages (Leif Delgass)Brian Paul2-8/+10
2003-03-03added glFinish with commentBrian Paul1-1/+6
2003-03-02added extern "C" for C++Brian Paul1-4/+13
2003-03-02removed extra _mesa_memset16() prototypeBrian Paul1-4/+2
2003-03-02remove some MESA_DEBUG stuffBrian Paul1-5/+1
2003-02-28fix compilation error on Windows.Karl Schultz1-2/+3
2003-02-28minimal support for GL_ATI_texture_env_combine3, merge with DRI trunkBrian Paul8-180/+250
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul1-6/+10
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul1-6/+10
2003-02-27fix a cast (bug 694546)Brian Paul1-4/+4
2003-02-27fix bug 694461Brian Paul1-1/+2
2003-02-27fix float color interpolation (bug 694461)Brian Paul1-14/+25
2003-02-21fixed AA line/triangle Z value issueBrian Paul1-1/+2
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul2-9/+9
2003-02-21added bug fix 689964Brian Paul1-1/+2
2003-02-21fix zoom/clipping bug 689964Brian Paul1-1/+6
2003-02-20updated DOS files for tarballBrian Paul1-4/+3
2003-02-20latest DOS updates (Daniel Borca)Brian Paul28-279/+4238
2003-02-17bug 686811 fixBrian Paul1-1/+2
2003-02-17fixed bad zoomed.zStep assignment (bug 687811)Brian Paul1-5/+5
2003-02-13version number bumps, clarify src-glu vs si-gluBrian Paul1-1/+2
2003-02-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul35-133/+133
2003-02-12added OS/2 includesBrian Paul1-1/+8
2003-02-08added rules for making bz2 files and md5 checksumsBrian Paul1-26/+33
2003-02-08Fix FABSF on NeXT. Disable SPARC normal xform codeBrian Paul1-1/+4
2003-02-08disable normal xform code - see bug 673938Brian Paul1-3/+6
2003-02-06fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul1-1/+2
2003-02-06replace | with & (Laurent Desnogues)Brian Paul1-4/+4
2003-02-06silence warningsBrian Paul1-3/+3
2003-02-04read/write files, not stdio (Daniel Borca)Brian Paul1-5/+17
2003-02-04DOS updates (Daniel Borca)Brian Paul24-346/+709
2003-02-04new files (Daniel Borca)Brian Paul4-36/+357
2003-02-04not needed (Daniel Borca)Brian Paul5-1009/+0
2003-02-04use ARB flavor of window_pos extensionBrian Paul1-3/+3
2003-02-04latest bug fixes, updatesBrian Paul1-1/+4
2003-02-04updated with new functions (Bill Hoffman)Brian Paul1-57/+190
2003-01-30Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz1-2/+2
2003-01-30fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)Brian Paul1-4/+4
2003-01-28fix prefetch bug (Felix Kuhling)Brian Paul1-6/+6
2003-01-28updated version testBrian Paul1-2/+4
2003-01-28some casts (Evgeny Kotsuba)Brian Paul1-9/+10
2003-01-26remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul1-5/+4
2003-01-25new texture enums (Leif Delgass)Brian Paul1-9/+53
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul2-51/+46
2003-01-22fix typoBrian Paul1-2/+2
2003-01-22glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3.Brian Paul2-3/+8