2092 Commits (d22554d2cec07d6a8c11d5aef07835aef8d9a030)
 

Author SHA1 Message Date
  Brian Paul 347b3f0daf add texture border width to x/y/zoffset in gl[Copy]TexSubImage*D() functions to accomodate negative offsets correctly 24 years ago
  Brian Paul e116d3b3e5 texImage->FetchTexel wasn't getting initialized in _mesa_CopyTexImage1/2D() 24 years ago
  Brian Paul 7b0b2ec73a fixed compilation problems related to ctx->_Enabled removal 24 years ago
  Gareth Hughes 5e23af22f7 Remove all traces of CULL_MASK_ACTIVE. 24 years ago
  Keith Whitwell afc5699b08 Fix calculation of fog coordinate in translate_vertex(). 24 years ago
  Keith Whitwell ed39a43b8c Remove ENABLE_* flags, ctx->_Enabled. 24 years ago
  Brian Paul 2780ed4b97 silence a compiler warning 24 years ago
  Keith Whitwell 3d5815f463 Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. 24 years ago
  Brian Paul ee403ff0ba Removed DD_Z_NEVER. 24 years ago
  Gareth Hughes 1b2fef5c28 Consolidation of asm code in 3.5 24 years ago
  Gareth Hughes 8e48a232fe Make generation of matypes.h more transparent. 24 years ago
  Gareth Hughes c41edfb7c4 Add missing GEN_SOURCES definitions. 24 years ago
  Brian Paul 3d9168025c compilation updates 24 years ago
  Brian Paul f1f288182e adjustment to coverage sample positions 24 years ago
  Gareth Hughes 16a8e986ce - Restore texImage->IntFormat. 24 years ago
  Brian Paul d082417dae check for startX off the right edge of the window 24 years ago
  Brian Paul 5bfaa2f12e use Image[i]->TexFormat to check for mipmap consistency 24 years ago
  Brian Paul 38e3675d7d simplify test for specific texture formats 24 years ago
  Gareth Hughes 0a59ca6cae New type system for assembly code. Asm files should now include 24 years ago
  Gareth Hughes 38f28665bf More texture format updates. Drivers now need only plug an appropriate 24 years ago
  Gareth Hughes 53933fe9db More informative display of texture parameters. 24 years ago
  Gareth Hughes 29cded2654 Delete libGLU.so* from ../lib before installing it. 24 years ago
  Brian Paul c7aeb8bf1f removed a debug message 24 years ago
  Brian Paul 46560b94ae remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch pointer 24 years ago
  Brian Paul 3c257e187b New mechanism for thread-safe GL API dispatch. C-based dispatch is faster. 24 years ago
  Brian Paul fb8af6fc97 pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems 24 years ago
  Brian Paul 81e3955acf fixed RGBA/RGB typo 24 years ago
  Brian Paul 197c526d63 texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last changes 24 years ago
  Gareth Hughes 19d1e43261 Updates required for DRI drivers on mesa-3-5-branch. 24 years ago
  Brian Paul a767bff929 added rules for readtex.c and readtex.h 24 years ago
  Brian Paul 5479e93031 double buffer by default. if drawSmooth, use 50% alpha at top of polygon 24 years ago
  Brian Paul 8afa9e593b set initial window pos 24 years ago
  Brian Paul 0a355dc010 clean-up of tunnel demos 24 years ago
  Brian Paul 25a5dc2ea7 moved shadow code into teapot.c 24 years ago
  Brian Paul 06ed3f0a0a silence compiler warnings 24 years ago
  Brian Paul 6dbb39025c removed DO_GEOMETRY 24 years ago
  Brian Paul 5535aca5df change glTexImage3D() internalFormat to GLenum to match other OpenGLs 24 years ago
  Brian Paul 0bc933a460 test texture wrap modes 24 years ago
  Brian Paul 2bb04cad14 added GL_ARB_texture_border_clamp 24 years ago
  Gareth Hughes 425fea1c34 - Minor cleanups of ctx->Driver.Current*Primitive usage. 24 years ago
  Gareth Hughes 577f318e0e Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well. 24 years ago
  Brian Paul 63fae71713 added glxgears 24 years ago
  Brian Paul 355da23785 gears using GLX instead of GLUT 24 years ago
  Brian Paul 39557c3921 added silly mesa_hack() function and -b option 24 years ago
  Brian Paul 6d62d7f321 minor tweak to visual setup for accum buffers 24 years ago
  Brian Paul 4672b2d88c fixed Min/Max lod clamp bug 24 years ago
  Gareth Hughes b3678f1080 Some more minor cleanups of macros. 24 years ago
  Gareth Hughes 8b7dfa8526 Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro. 24 years ago
  Gareth Hughes 7387394e59 Initial demo of GL_EXT_texture_filter_anisotropic extension. 24 years ago
  Brian Paul 19bf744556 enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable_sw_extensions() 24 years ago