Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use OSMESA_* enums for OSMesaCreateContext instead of GL_*. | Karl Schultz | 2001-09-24 | 1 | -3/+3 |
| | |||||
* | removed duplicate GLX_AUX_BUFFERS_BIT definition | Brian Paul | 2001-09-24 | 1 | -2/+1 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-09-24 | 1 | -47/+47 |
| | | | | | | | | | Modified Files: Mesa/si-glu/libutil/glue.c added some type casts to silence compiler warnings. ---------------------------------------------------------------------- | ||||
* | [rgba]shift values weren't always correct, only effected blended lines | Brian Paul | 2001-09-23 | 1 | -12/+47 |
| | |||||
* | added missing tnl_dd files | Brian Paul | 2001-09-23 | 1 | -1/+4 |
| | |||||
* | 4.0 updates | Brian Paul | 2001-09-23 | 1 | -11/+10 |
| | |||||
* | updated version info | Brian Paul | 2001-09-23 | 1 | -4/+4 |
| | |||||
* | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | 2001-09-23 | 13 | -223/+165 |
| | |||||
* | updates for Mesa 4.0 | Brian Paul | 2001-09-23 | 10 | -22/+189 |
| | |||||
* | bump versions to 4.0 | Brian Paul | 2001-09-23 | 7 | -26/+26 |
| | |||||
* | More of the same | Keith Whitwell | 2001-09-23 | 1 | -14/+3 |
| | |||||
* | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | 2001-09-21 | 4 | -19/+37 |
| | | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | ||||
* | Add GLAPIENTRY to typedef for callback functions (used by tessellator). | Karl Schultz | 2001-09-21 | 1 | -1/+1 |
| | | | | | | This is important now that we're using __stdcall instead of the (default) __cdecl on WIN32. This gets apps using the tessellator working again on Windows. | ||||
* | added __glCoreCreateContext and __glCoreNopDispatch | Brian Paul | 2001-09-21 | 1 | -1/+7 |
| | |||||
* | add the same conditional mangling stuff that gl.h has. | Karl Schultz | 2001-09-20 | 1 | -0/+4 |
| | |||||
* | add mangling for new entry points | Karl Schultz | 2001-09-20 | 1 | -1/+10 |
| | |||||
* | Don't use "errno" as a parameter name - it is also a function and that | Karl Schultz | 2001-09-20 | 2 | -12/+12 |
| | | | | | confused the Windows compiler. Also make messages unsigned char for consistency. | ||||
* | compiler warnings | Karl Schultz | 2001-09-20 | 3 | -8/+9 |
| | |||||
* | Change UnProject4 prototype to use nearVal and farVal instead of near | Karl Schultz | 2001-09-20 | 1 | -1/+1 |
| | | | | and far because Windows compiler can get confused over these old keywords. | ||||
* | very brief overview of swrast | Keith Whitwell | 2001-09-20 | 1 | -0/+55 |
| | |||||
* | (very) Brief overview of tnl module | Keith Whitwell | 2001-09-20 | 1 | -0/+102 |
| | |||||
* | GL_ADD texture mode was incorrect, renamed some vars | Brian Paul | 2001-09-19 | 1 | -48/+49 |
| | |||||
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 12 | -80/+106 |
| | |||||
* | set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo) | Brian Paul | 2001-09-19 | 1 | -2/+7 |
| | |||||
* | fix fallback for stippled polygons, removed a debug message | Brian Paul | 2001-09-19 | 1 | -6/+7 |
| | |||||
* | compute dst->ooz, not dst->z in clip interpolation function | Brian Paul | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 9 | -109/+113 |
| | |||||
* | remove some debug | Keith Whitwell | 2001-09-18 | 1 | -5/+5 |
| | |||||
* | Fix FX driver to the point where gears & morph3d work. | Keith Whitwell | 2001-09-18 | 3 | -26/+15 |
| | | | | Textures are broken (eg. isosurf). | ||||
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 5 | -33/+39 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -14/+14 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 12 | -5459/+5459 |
| | |||||
* | 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 |
| | |||||
* | removed carriage return chars | Brian Paul | 2001-09-15 | 1 | -3096/+3096 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 16 | -8165/+8744 |
| | |||||
* | 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 | 5 | -12/+34 |
| | |||||
* | 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 |
| | |||||
* | add new WindML/Mesa man pages to tar file list | Brian Paul | 2001-09-10 | 1 | -1/+3 |
| | |||||
* | WindML updates (Stephane Raimbault) | Brian Paul | 2001-09-10 | 18 | -423/+361 |
| |