summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-29Removed DD_Z_NEVER.Brian Paul
Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE.
2001-03-29Consolidation of asm code in 3.5Gareth Hughes
2001-03-29Make generation of matypes.h more transparent.Gareth Hughes
2001-03-29Add missing GEN_SOURCES definitions.Gareth Hughes
2001-03-28compilation updatesBrian Paul
2001-03-28adjustment to coverage sample positionsBrian Paul
2001-03-28- Restore texImage->IntFormat.Gareth Hughes
- Fix FX driver texture image conversions.
2001-03-28check for startX off the right edge of the windowBrian Paul
2001-03-28use Image[i]->TexFormat to check for mipmap consistencyBrian Paul
2001-03-28simplify test for specific texture formatsBrian Paul
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes
matypes.h, which includes assyntax.h and is generated from the core Mesa header files.
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes
format into texImage->TexFormat, the rest is handled by core Mesa.
2001-03-28More informative display of texture parameters.Gareth Hughes
2001-03-28Delete libGLU.so* from ../lib before installing it.Gareth Hughes
2001-03-28removed a debug messageBrian Paul
2001-03-28remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch ↵Brian Paul
pointer
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles.
2001-03-27pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problemsBrian Paul
2001-03-27fixed RGBA/RGB typoBrian Paul
2001-03-27texFormat was a random value in _mesa_store_teximage3d(), fix by undoing ↵Brian Paul
last changes
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes
2001-03-27added rules for readtex.c and readtex.hBrian Paul
2001-03-27double buffer by default. if drawSmooth, use 50% alpha at top of polygonBrian Paul
2001-03-27set initial window posBrian Paul
2001-03-27clean-up of tunnel demosBrian Paul
2001-03-27moved shadow code into teapot.cBrian Paul
2001-03-27silence compiler warningsBrian Paul
2001-03-26removed DO_GEOMETRYBrian Paul
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul
2001-03-26test texture wrap modesBrian Paul
2001-03-26added GL_ARB_texture_border_clampBrian Paul
2001-03-24- Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes
- Remove unused gl_reduce_prim array.
2001-03-24Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.Gareth Hughes
2001-03-23added glxgearsBrian Paul
2001-03-23gears using GLX instead of GLUTBrian Paul
2001-03-23added silly mesa_hack() function and -b optionBrian Paul
2001-03-23minor tweak to visual setup for accum buffersBrian Paul
2001-03-23fixed Min/Max lod clamp bugBrian Paul
2001-03-23Some more minor cleanups of macros.Gareth Hughes
2001-03-23Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.Gareth Hughes
2001-03-22Initial demo of GL_EXT_texture_filter_anisotropic extension.Gareth Hughes
2001-03-22enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in ↵Brian Paul
_mesa_enable_sw_extensions()
2001-03-22 Modified Files:Jouk Jansen
Mesa/si-glu/libnurbs/nurbtess/monoTriangulation.cc Mesa/si-glu/libnurbs/nurbtess/sampleCompRight.cc gluos.h included in order to bypass compiler warnings on unreachable code on VMS systems. ----------------------------------------------------------------------
2001-03-22 Modified Files:Jouk Jansen
Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ----------------------------------------------------------------------
2001-03-22Remove formats that no longer exist.Gareth Hughes
2001-03-22Minor updates.Gareth Hughes
2001-03-22Fix texture format enum values (Brian Paul).Gareth Hughes
2001-03-22added GL_ARB_texture_env_dot3 enumsBrian Paul
2001-03-22minor comment updateBrian Paul
2001-03-22added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul