summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul11-27/+92
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul45-390/+387
2003-03-25store correct EXP resultBrian Paul1-2/+2
2003-03-24disable prototyped GLX_ARB_render_texture extensionBrian Paul1-4/+5
2003-03-24add 2, not 4, in _mesa_get_compressed_formats()Brian Paul1-4/+4
2003-03-22subset spec (was subset.html in embedded-1-branch)Brian Paul1-0/+3579
2003-03-21fix GL_COLOR_MATERIAL bugBrian Paul1-3/+3
2003-03-19remove/obfuscate all remaining email addressesBrian Paul3-15/+11
2003-03-19 Committing in .Jouk Jansen1-7/+7
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul5-155/+176
2003-03-19added commentsBrian Paul1-3/+18
2003-03-17Fix typoKeith Whitwell1-2/+2
2003-03-17move #include glheader.h before extern C namespaceBrian Paul1-6/+6
2003-03-16Store partial derivative values in sw_span structure.Brian Paul5-285/+548
2003-03-16use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul1-156/+80
2003-03-16clean-ups, re-org in preparation for fragment program workBrian Paul1-387/+205
2003-03-16added -lstc++ info, convert more plain text to htmlBrian Paul2-25/+74
2003-03-15Fix up some fragment program texture enable issues.Brian Paul8-137/+141
2003-03-14added fptest1, fptexture, texrect, etcBrian Paul1-0/+22
2003-03-14simple NV_fragment_program texture testBrian Paul1-0/+151
2003-03-14Clean-up of parser error handling/reporting.Brian Paul7-184/+285
2003-03-14include macros.hBrian Paul1-1/+2
2003-03-11DJGPP tweaksBrian Paul1-1/+2
2003-03-11DJGPP tweaksBrian Paul1-3/+2
2003-03-10added Klaus Niederkruger, html clean-upBrian Paul1-53/+38
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2-36/+38
2003-03-08test GLfloat OSMesa renderingBrian Paul1-0/+286
2003-03-08DOS update (Daniel Borca)Brian Paul41-124/+174
2003-03-08minor tweaksBrian Paul2-2/+1
2003-03-08Documentation/website overhaul. The website content and doc/ directoryBrian Paul38-93/+3954
2003-03-07minor updatesBrian Paul2-2/+9
2003-03-07added OS/2 version of IROUND (Evgeny Kotsuba)Brian Paul1-2/+11
2003-03-05 Committing in .Jouk Jansen1-3/+1
2003-03-04fix GLchan=GLfloat problemsBrian Paul3-25/+49
2003-03-04silence a GLchan=GLfloat warning with a castBrian Paul1-2/+2
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul9-30/+152
2003-03-03disable using optimized _mesa_sqrtf() for nowBrian Paul1-5/+7
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-2/+11
2003-03-02removed extra _mesa_memset16() prototypeBrian Paul1-4/+2
2003-03-02remove some MESA_DEBUG stuffBrian Paul1-4/+1
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul92-414/+1085
2003-03-01document latest source code changesBrian Paul1-1/+28
2003-02-28updated versionBrian Paul1-3/+3
2003-02-28minor typoBrian Paul1-2/+2
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 compilation for windowsKarl Schultz1-3/+3
2003-02-27fix compilation warnings on WindowsKarl Schultz1-22/+22