Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor revision to 4.1 features | Brian Paul | 2002-11-04 | 1 | -3/+2 |
| | |||||
* | FX driver fixes | Brian Paul | 2002-11-04 | 1 | -1/+2 |
| | |||||
* | misc driver updates (Daniel Borca) | Brian Paul | 2002-11-04 | 5 | -14/+16 |
| | |||||
* | glxinfo update | Brian Paul | 2002-11-04 | 1 | -1/+2 |
| | |||||
* | add support for GLX_ARB_multisample | Brian Paul | 2002-11-04 | 1 | -4/+12 |
| | |||||
* | fix for HPUX | Brian Paul | 2002-11-01 | 1 | -1/+1 |
| | |||||
* | HPUX fixes | Brian Paul | 2002-11-01 | 1 | -1/+2 |
| | |||||
* | silence a bunch of warnings | Brian Paul | 2002-11-01 | 7 | -59/+52 |
| | |||||
* | renamed abs() function glu_abs() | Brian Paul | 2002-11-01 | 10 | -51/+52 |
| | |||||
* | fix a typo | Brian Paul | 2002-11-01 | 1 | -2/+2 |
| | |||||
* | list bug fixes in 5.0 | Brian Paul | 2002-10-31 | 1 | -1/+4 |
| | |||||
* | tweak pipeline flags for vertex programming | Brian Paul | 2002-10-31 | 1 | -6/+8 |
| | |||||
* | fix the occasional missing triangle bug | Brian Paul | 2002-10-31 | 1 | -4/+3 |
| | |||||
* | simple GL_EXT_stencil_wrap test program | Brian Paul | 2002-10-31 | 2 | -2/+149 |
| | |||||
* | fix a few HPUX problems | Brian Paul | 2002-10-31 | 1 | -2/+6 |
| | |||||
* | Add a note about window map behaviour and the autotuning of nr of loops which | Keith Whitwell | 2002-10-31 | 1 | -1/+7 |
| | | | | | can conspire to make it look like clearspd is exposing an intermittent driver bug... | ||||
* | added a comment about future work | Brian Paul | 2002-10-30 | 1 | -1/+8 |
| | |||||
* | s/getenv/_mesa_getenv/ | Brian Paul | 2002-10-30 | 1 | -3/+3 |
| | |||||
* | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul | 2002-10-30 | 4 | -99/+77 |
| | |||||
* | remove some stray debug/abort code | Brian Paul | 2002-10-30 | 1 | -3/+1 |
| | |||||
* | don't call abort() | Brian Paul | 2002-10-30 | 2 | -14/+24 |
| | |||||
* | s/printf/_mesa_printf/ | Brian Paul | 2002-10-30 | 1 | -17/+17 |
| | |||||
* | s/sprintf/_mesa_sprintf/ | Brian Paul | 2002-10-30 | 1 | -3/+3 |
| | |||||
* | remove debug printf | Brian Paul | 2002-10-30 | 1 | -2/+1 |
| | |||||
* | s/BZERO/_mesa_bzero/ | Brian Paul | 2002-10-30 | 6 | -23/+23 |
| | |||||
* | test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ↵ | Brian Paul | 2002-10-30 | 2 | -30/+30 |
| | | | | module | ||||
* | fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch) | Brian Paul | 2002-10-30 | 1 | -6/+13 |
| | |||||
* | more version bumps | Brian Paul | 2002-10-29 | 2 | -5/+5 |
| | |||||
* | minor updates | Brian Paul | 2002-10-29 | 1 | -13/+7 |
| | |||||
* | bump OpenGL version to 1.4, Mesa version to 5.0 | Brian Paul | 2002-10-29 | 4 | -15/+15 |
| | |||||
* | preparation for 5.0 release | Brian Paul | 2002-10-29 | 2 | -1/+93 |
| | |||||
* | update versioning/extensions for OpenGL 1.4 / Mesa 5.0 | Brian Paul | 2002-10-29 | 4 | -10/+11 |
| | |||||
* | fix culling problem (bug 630649) | Brian Paul | 2002-10-29 | 2 | -6/+24 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 75 | -156/+155 |
| | |||||
* | set release datemesa_4_1 | Brian Paul | 2002-10-29 | 2 | -5/+5 |
| | |||||
* | init a few more fields in _mesa_initialize_visual() | Brian Paul | 2002-10-29 | 1 | -1/+10 |
| | |||||
* | added some casts for mallocs (bug 630379) | Brian Paul | 2002-10-29 | 2 | -5/+5 |
| | |||||
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-28 | 2 | -9/+10 |
| | |||||
* | export new functions. | Karl Schultz | 2002-10-28 | 1 | -0/+6 |
| | |||||
* | wrapped a few more C library functions | Brian Paul | 2002-10-25 | 9 | -55/+196 |
| | |||||
* | #include fixes | Brian Paul | 2002-10-25 | 2 | -2/+3 |
| | |||||
* | added skybox and options to load real images | Brian Paul | 2002-10-25 | 1 | -36/+198 |
| | |||||
* | remove all.h, mem.h, mem.c | Brian Paul | 2002-10-25 | 5 | -8/+3 |
| | |||||
* | Committing in . | Jouk Jansen | 2002-10-25 | 1 | -3/+1 |
| | | | | | | | | Removed src/mem.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ---------------------------------------------------------------------- | ||||
* | include GL/glx.h | Brian Paul | 2002-10-25 | 1 | -3/+4 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 124 | -722/+761 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | added missing code to copy texrect state | Brian Paul | 2002-10-23 | 1 | -1/+3 |
| | |||||
* | stex3d updated | Brian Paul | 2002-10-23 | 1 | -1/+2 |
| | |||||
* | massive overhaul, see new keyboard options | Brian Paul | 2002-10-23 | 1 | -465/+587 |
| | |||||
* | Fix projtex interp bug | Keith Whitwell | 2002-10-23 | 1 | -2/+2 |
| |