aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typoKeith Whitwell2003-03-171-2/+2
* move #include glheader.h before extern C namespaceBrian Paul2003-03-171-6/+6
* Store partial derivative values in sw_span structure.Brian Paul2003-03-165-285/+548
* use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul2003-03-161-156/+80
* clean-ups, re-org in preparation for fragment program workBrian Paul2003-03-161-387/+205
* added -lstc++ info, convert more plain text to htmlBrian Paul2003-03-162-25/+74
* Fix up some fragment program texture enable issues.Brian Paul2003-03-158-137/+141
* added fptest1, fptexture, texrect, etcBrian Paul2003-03-141-0/+22
* simple NV_fragment_program texture testBrian Paul2003-03-141-0/+151
* Clean-up of parser error handling/reporting.Brian Paul2003-03-147-184/+285
* include macros.hBrian Paul2003-03-141-1/+2
* DJGPP tweaksBrian Paul2003-03-111-1/+2
* DJGPP tweaksBrian Paul2003-03-111-3/+2
* added Klaus Niederkruger, html clean-upBrian Paul2003-03-101-53/+38
* fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2003-03-102-36/+38
* test GLfloat OSMesa renderingBrian Paul2003-03-081-0/+286
* DOS update (Daniel Borca)Brian Paul2003-03-0841-124/+174
* minor tweaksBrian Paul2003-03-082-2/+1
* Documentation/website overhaul. The website content and doc/ directoryBrian Paul2003-03-0838-93/+3954
* minor updatesBrian Paul2003-03-072-2/+9
* added OS/2 version of IROUND (Evgeny Kotsuba)Brian Paul2003-03-071-2/+11
* Committing in .Jouk Jansen2003-03-051-3/+1
* fix GLchan=GLfloat problemsBrian Paul2003-03-043-25/+49
* silence a GLchan=GLfloat warning with a castBrian Paul2003-03-041-2/+2
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-049-30/+152
* disable using optimized _mesa_sqrtf() for nowBrian Paul2003-03-031-5/+7
* better error messages (Leif Delgass)Brian Paul2003-03-032-8/+10
* added glFinish with commentBrian Paul2003-03-031-1/+6
* added extern "C" for C++Brian Paul2003-03-021-2/+11
* removed extra _mesa_memset16() prototypeBrian Paul2003-03-021-4/+2
* remove some MESA_DEBUG stuffBrian Paul2003-03-021-4/+1
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-0192-414/+1085
* document latest source code changesBrian Paul2003-03-011-1/+28
* updated versionBrian Paul2003-02-281-3/+3
* minor typoBrian Paul2003-02-281-2/+2
* fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul2003-02-281-6/+10
* fix a cast (bug 694546)Brian Paul2003-02-271-4/+4
* fix compilation for windowsKarl Schultz2003-02-271-3/+3
* fix compilation warnings on WindowsKarl Schultz2003-02-271-22/+22
* Fix function definitions for Windows.Karl Schultz2003-02-271-13/+13
* fix float color interpolation (bug 694461)Brian Paul2003-02-271-14/+25
* More clean-ups. Parse scalar/vector literals and defined identifier sources.Brian Paul2003-02-261-131/+80
* s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.Brian Paul2003-02-251-31/+56
* more parser test programsBrian Paul2003-02-251-16/+51
* set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3Brian Paul2003-02-251-2/+2
* assorted clean-ups and improvementsBrian Paul2003-02-253-68/+102
* pass the instruction to store_vector4(). implement KIL.Brian Paul2003-02-251-151/+116
* parser clean-ups and simplificationsBrian Paul2003-02-251-209/+151
* move matrix type enum out of GLmatrix structBrian Paul2003-02-252-12/+15
* fix-up pixel_format enum stuffBrian Paul2003-02-251-23/+24