summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-03-30enable 1.4 extensionsBrian Paul1-2/+2
2003-03-29DOS updates from Daniel BorcaBrian Paul7-151/+144
2003-03-28fix an assertion (Heath Feather)Brian Paul1-1/+2
2003-03-28disable 3Dnow normal transformation code until it's fixedBrian Paul1-3/+6
2003-03-275.0.1 version bumpsBrian Paul2-6/+6
2003-03-27fixed ColorMask problem for front-buffer renderingBrian Paul1-4/+5
2003-03-24add 2, not 4, in _mesa_get_compressed_formats()Brian Paul1-4/+4
2003-03-21fix GL_COLOR_MATERIAL bugBrian Paul1-4/+4
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul1-13/+19
2003-03-08DOS update (Daniel Borca)Brian Paul38-112/+159
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-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-28minimal support for GL_ATI_texture_env_combine3, merge with DRI trunkBrian Paul6-177/+229
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 float color interpolation (bug 694461)Brian Paul1-14/+25
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul2-9/+9
2003-02-21fix zoom/clipping bug 689964Brian Paul1-1/+6
2003-02-20latest DOS updates (Daniel Borca)Brian Paul25-247/+4194
2003-02-17fixed bad zoomed.zStep assignment (bug 687811)Brian Paul1-5/+5
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-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-04DOS updates (Daniel Borca)Brian Paul22-312/+661
2003-02-04new files (Daniel Borca)Brian Paul3-0/+268
2003-02-04not needed (Daniel Borca)Brian Paul5-1009/+0
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-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-22glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3.Brian Paul1-2/+6
2003-01-21added missing break (Leif Delgass)Brian Paul1-1/+2
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul1-3/+9
2003-01-16fix framebuffer width/height checking when window has not yet been realized.Alan Hourihane1-3/+9
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz1-1/+3
2003-01-14OSMesa16 updates (Eric Plante)Brian Paul2-9/+17
2003-01-13fix fog stride bugs (Michel Danzer)Brian Paul1-6/+6
2003-01-09remove ADD_L altogetherBrian Paul1-3/+1
2003-01-09s/16/32/ (Josh Vanderhoof)Brian Paul1-2/+2