Age | Commit message (Expand) | Author | Files | Lines |
2003-03-25 | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | 11 | -27/+92 |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 45 | -390/+387 |
2003-03-25 | store correct EXP result | Brian Paul | 1 | -2/+2 |
2003-03-24 | disable prototyped GLX_ARB_render_texture extension | Brian Paul | 1 | -4/+5 |
2003-03-24 | add 2, not 4, in _mesa_get_compressed_formats() | Brian Paul | 1 | -4/+4 |
2003-03-22 | subset spec (was subset.html in embedded-1-branch) | Brian Paul | 1 | -0/+3579 |
2003-03-21 | fix GL_COLOR_MATERIAL bug | Brian Paul | 1 | -3/+3 |
2003-03-19 | remove/obfuscate all remaining email addresses | Brian Paul | 3 | -15/+11 |
2003-03-19 | Committing in . | Jouk Jansen | 1 | -7/+7 |
2003-03-19 | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 5 | -155/+176 |
2003-03-19 | added comments | Brian Paul | 1 | -3/+18 |
2003-03-17 | Fix typo | Keith Whitwell | 1 | -2/+2 |
2003-03-17 | move #include glheader.h before extern C namespace | Brian Paul | 1 | -6/+6 |
2003-03-16 | Store partial derivative values in sw_span structure. | Brian Paul | 5 | -285/+548 |
2003-03-16 | use TEX_UNIT_LOOP macro to coalesce some code | Brian Paul | 1 | -156/+80 |
2003-03-16 | clean-ups, re-org in preparation for fragment program work | Brian Paul | 1 | -387/+205 |
2003-03-16 | added -lstc++ info, convert more plain text to html | Brian Paul | 2 | -25/+74 |
2003-03-15 | Fix up some fragment program texture enable issues. | Brian Paul | 8 | -137/+141 |
2003-03-14 | added fptest1, fptexture, texrect, etc | Brian Paul | 1 | -0/+22 |
2003-03-14 | simple NV_fragment_program texture test | Brian Paul | 1 | -0/+151 |
2003-03-14 | Clean-up of parser error handling/reporting. | Brian Paul | 7 | -184/+285 |
2003-03-14 | include macros.h | Brian Paul | 1 | -1/+2 |
2003-03-11 | DJGPP tweaks | Brian Paul | 1 | -1/+2 |
2003-03-11 | DJGPP tweaks | Brian Paul | 1 | -3/+2 |
2003-03-10 | added Klaus Niederkruger, html clean-up | Brian Paul | 1 | -53/+38 |
2003-03-10 | fix/improve glAreTextures/ProgramsResident (Jose Fonseca) | Brian Paul | 2 | -36/+38 |
2003-03-08 | test GLfloat OSMesa rendering | Brian Paul | 1 | -0/+286 |
2003-03-08 | DOS update (Daniel Borca) | Brian Paul | 41 | -124/+174 |
2003-03-08 | minor tweaks | Brian Paul | 2 | -2/+1 |
2003-03-08 | Documentation/website overhaul. The website content and doc/ directory | Brian Paul | 38 | -93/+3954 |
2003-03-07 | minor updates | Brian Paul | 2 | -2/+9 |
2003-03-07 | added OS/2 version of IROUND (Evgeny Kotsuba) | Brian Paul | 1 | -2/+11 |
2003-03-05 | Committing in . | Jouk Jansen | 1 | -3/+1 |
2003-03-04 | fix GLchan=GLfloat problems | Brian Paul | 3 | -25/+49 |
2003-03-04 | silence a GLchan=GLfloat warning with a cast | Brian Paul | 1 | -2/+2 |
2003-03-04 | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 9 | -30/+152 |
2003-03-03 | disable using optimized _mesa_sqrtf() for now | Brian Paul | 1 | -5/+7 |
2003-03-03 | better error messages (Leif Delgass) | Brian Paul | 2 | -8/+10 |
2003-03-03 | added glFinish with comment | Brian Paul | 1 | -1/+6 |
2003-03-02 | added extern "C" for C++ | Brian Paul | 1 | -2/+11 |
2003-03-02 | removed extra _mesa_memset16() prototype | Brian Paul | 1 | -4/+2 |
2003-03-02 | remove some MESA_DEBUG stuff | Brian Paul | 1 | -4/+1 |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 92 | -414/+1085 |
2003-03-01 | document latest source code changes | Brian Paul | 1 | -1/+28 |
2003-02-28 | updated version | Brian Paul | 1 | -3/+3 |
2003-02-28 | minor typo | Brian Paul | 1 | -2/+2 |
2003-02-28 | fix GLchan==GLfloat bug in solve_plane_chan (bug 694546) | Brian Paul | 1 | -6/+10 |
2003-02-27 | fix a cast (bug 694546) | Brian Paul | 1 | -4/+4 |
2003-02-27 | fix compilation for windows | Karl Schultz | 1 | -3/+3 |
2003-02-27 | fix compilation warnings on Windows | Karl Schultz | 1 | -22/+22 |