Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 4 | -26/+32 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -14/+14 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 10 | -5292/+5292 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 6 | -142/+152 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -5/+5 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-15 | 3 | -21/+18 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 12 | -4929/+5422 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 7 | -110/+120 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 6 | -41/+38 |
| | |||||
* | silence more warnings (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -3/+3 |
| | |||||
* | silence minor warnings | Brian Paul | 2001-09-14 | 1 | -6/+5 |
| | |||||
* | replaced gets() with fgets() | Brian Paul | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | more GL 1.3 updates | Brian Paul | 2001-09-14 | 1 | -49/+104 |
| | |||||
* | more GL 1.3 and GLX 1.4 updates | Brian Paul | 2001-09-14 | 4 | -11/+21 |
| | |||||
* | minor optimizations for flat shading (Klaus Niederkrueger) | Brian Paul | 2001-09-13 | 3 | -51/+95 |
| | |||||
* | replaced some tabs with spaces | Brian Paul | 2001-09-13 | 1 | -94/+94 |
| | |||||
* | minor re-org | Brian Paul | 2001-09-12 | 3 | -42/+46 |
| | |||||
* | hook compressed texture functions into driver | Brian Paul | 2001-09-12 | 1 | -1/+4 |
| | |||||
* | fixed s/w alpha bug 458411 | Brian Paul | 2001-09-10 | 1 | -7/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-09-07 | 1 | -1/+2 |
| | | | | | | | | | Modified Files: Mesa/src/tnl/t_imm_alloc.c added initialization for Normals ---------------------------------------------------------------------- | ||||
* | minor changes, prototype Pbuffer support | Brian Paul | 2001-09-01 | 1 | -4/+54 |
| | |||||
* | prototype work for Pbuffer support | Brian Paul | 2001-09-01 | 2 | -28/+258 |
| | |||||
* | fixed dangling pointer problem (Chris Burghart) | Brian Paul | 2001-08-31 | 1 | -1/+10 |
| | |||||
* | changes to allow the driver to compile - still doesn't work though | Brian Paul | 2001-08-29 | 5 | -6/+29 |
| | |||||
* | added OSMESA_MAX_WIDTH/HEIGHT queries | Brian Paul | 2001-08-28 | 1 | -1/+7 |
| | |||||
* | OpenGL 1.3 support | Brian Paul | 2001-08-28 | 4 | -693/+1043 |
| | |||||
* | removed a semicolon in the USE() macro | Brian Paul | 2001-08-20 | 1 | -2/+2 |
| | |||||
* | bumped version string to 3.5.1 | Brian Paul | 2001-08-20 | 1 | -2/+2 |
| | |||||
* | better error messages | Brian Paul | 2001-08-20 | 1 | -7/+16 |
| | |||||
* | better error reporting | Brian Paul | 2001-08-20 | 1 | -27/+35 |
| | |||||
* | new debugging code | Brian Paul | 2001-08-20 | 1 | -19/+39 |
| | |||||
* | WindML driver (Stephane Raimbault) | Brian Paul | 2001-08-20 | 2 | -0/+463 |
| | |||||
* | Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now. | Brian Paul | 2001-08-14 | 4 | -41/+47 |
| | |||||
* | Reenable, but only in the size four case... | Keith Whitwell | 2001-08-14 | 1 | -7/+9 |
| | |||||
* | Undo last change - breaks other stuff. | Keith Whitwell | 2001-08-14 | 1 | -7/+7 |
| | |||||
* | Compute first partials before taking cross product to calculate normal. | Keith Whitwell | 2001-08-14 | 1 | -1/+9 |
| | | | | Fixes diego santa cruz' nurbs lighting bug. | ||||
* | Fix problem with colormaterial (bug #441859) | Keith Whitwell | 2001-08-13 | 1 | -8/+15 |
| | |||||
* | Removed optimizations (this code is now seldom used) | Keith Whitwell | 2001-08-13 | 3 | -181/+3 |
| | |||||
* | added GL_EXT_texture_edge_clamp | Brian Paul | 2001-08-13 | 1 | -2/+4 |
| | |||||
* | fixed Solaris compilation problems (Bug 441817) | Brian Paul | 2001-08-13 | 4 | -33/+43 |
| | |||||
* | rm .lo .la files for make clean | Brian Paul | 2001-08-13 | 1 | -1/+4 |
| | |||||
* | removed ss_interp.c | Brian Paul | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel) | Brian Paul | 2001-08-07 | 1 | -12/+16 |
| | |||||
* | fixed bug in DEST_4F template function | Brian Paul | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | removed some now bogus assertions (due to Klaus's latest optimization) | Brian Paul | 2001-08-07 | 1 | -5/+1 |
| | |||||
* | fixed NewState update bugs in _mesa_PopClientAttrib() | Brian Paul | 2001-08-07 | 1 | -4/+4 |
| | |||||
* | Win32 fixes, etc. (Gerk Huisma) | Brian Paul | 2001-08-07 | 14 | -48/+124 |
| | |||||
* | optimization to sample_lambda_2d() (Klaus Niederkrueger) | Brian Paul | 2001-08-07 | 1 | -92/+107 |
| | |||||
* | fixed GLX context sharing bug (reported by Eric Plante) | Brian Paul | 2001-08-07 | 1 | -3/+3 |
| | |||||
* | Use #function instead of @function | davem69 | 2001-08-03 | 2 | -7/+7 |
| | | | | | in .type directive so it works with Solaris assembler as well as GNU assembler. |