summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-11DJGPP tweaksBrian Paul
2003-03-10added Klaus Niederkruger, html clean-upBrian Paul
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul
2003-03-08test GLfloat OSMesa renderingBrian Paul
2003-03-08DOS update (Daniel Borca)Brian Paul
2003-03-08minor tweaksBrian Paul
2003-03-08Documentation/website overhaul. The website content and doc/ directoryBrian Paul
2003-03-07minor updatesBrian Paul
2003-03-07added OS/2 version of IROUND (Evgeny Kotsuba)Brian Paul
2003-03-05 Committing in .Jouk Jansen
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-03-04silence a GLchan=GLfloat warning with a castBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-03disable using optimized _mesa_sqrtf() for nowBrian Paul
2003-03-03better error messages (Leif Delgass)Brian Paul
2003-03-03added glFinish with commentBrian Paul
2003-03-02added extern "C" for C++Brian Paul
2003-03-02removed extra _mesa_memset16() prototypeBrian Paul
2003-03-02remove some MESA_DEBUG stuffBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-03-01document latest source code changesBrian Paul
2003-02-28updated versionBrian Paul
2003-02-28minor typoBrian Paul
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul
2003-02-27fix a cast (bug 694546)Brian Paul
2003-02-27fix compilation for windowsKarl Schultz
2003-02-27fix compilation warnings on WindowsKarl Schultz
2003-02-27Fix function definitions for Windows.Karl Schultz
2003-02-27fix float color interpolation (bug 694461)Brian Paul
2003-02-26More clean-ups. Parse scalar/vector literals and defined identifier sources.Brian Paul
2003-02-25s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.Brian Paul
2003-02-25more parser test programsBrian Paul
2003-02-25set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3Brian Paul
2003-02-25assorted clean-ups and improvementsBrian Paul
2003-02-25pass the instruction to store_vector4(). implement KIL.Brian Paul
2003-02-25parser clean-ups and simplificationsBrian Paul
2003-02-25move matrix type enum out of GLmatrix structBrian Paul
2003-02-25fix-up pixel_format enum stuffBrian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-23use _mesa_find_line_column()Brian Paul
2003-02-23parser clean-ups (use struct parse_state)Brian Paul
2003-02-23added _mesa_find_line_column()Brian Paul
2003-02-23silence warning with a castBrian Paul
2003-02-23test if active texture is really changed in _mesa_ActiveTexture()Brian Paul
2003-02-23Move span stuff from swrast.h to s_context.h (it's private).Brian Paul
2003-02-23parser clean-upsBrian Paul
2003-02-23added TEXTURE_*_INDEX tokensBrian Paul
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul
2003-02-21fix zoom/clipping bug 689964Brian Paul
2003-02-20updated DOS files for tarballBrian Paul