1766 Commits (a2ade36eb1905bf8ead7143fa1ec8170579552f5)
 

Autor SHA1 Nachricht Datum
  Brian Paul a2ade36eb1 added missing 'break' in _mesa_TexEnvfv(), better error messages vor 24 Jahren
  Brian Paul bf478280eb added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel problem in some DRI drivers (see comments) vor 24 Jahren
  Brian Paul 77ff5e038a b-key toggles between textures w/ and w/out border vor 24 Jahren
  Brian Paul 608889d18f Moved FRAC macro out of mmath.h into s_texture.c since it's only used there vor 24 Jahren
  Brian Paul 93de8d3d86 Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the vor 24 Jahren
  Brian Paul 6ac852d45b fixed some divide by zero conformance problems vor 24 Jahren
  Brian Paul 33143303fe Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederkrueger) vor 24 Jahren
  Alan Hourihane 148bd34079 remove a HAVE_ELTS that I'd stuck before. vor 24 Jahren
  Keith Whitwell 8a09c3a34b Perform fixup on material values vor 24 Jahren
  Alan Hourihane c818d6cce5 fix use of projected vertices with notex vertices when DO_PTEX isn't set. vor 24 Jahren
  Alan Hourihane 30c75badd1 Add quad and quad_strip vor 24 Jahren
  Alan Hourihane d3abe14a3a add FINISH function at end of each render_* function vor 24 Jahren
  Brian Paul 2aacac9a5d replaced IntFormat GL_BGRA with GL_RGBA, fixes problems calling _mesa_base_texture_format() vor 24 Jahren
  Brian Paul 01429fa46a GL_INTENSITY case was incorrect in extract_float_rgba() vor 24 Jahren
  Brian Paul 36f3712e85 fixed tmpTexelSize computation bug vor 24 Jahren
  Brian Paul 7d58f44f73 More texture image changes. vor 24 Jahren
  Brian Paul bb0830da9e Updated bug report info in _mesa_problem() vor 24 Jahren
  Jouk Jansen bb95cf8934 Committing in . vor 24 Jahren
  Brian Paul bc80faa7d9 another fix to clear_32bit_ximage() vor 24 Jahren
  Brian Paul a9e2abdcfb include fxdrv.h before other headers (Ivan Kalvatchev) vor 24 Jahren
  Brian Paul 2e1ed6447a fixed wglUseFontBitmapsA() bugs (Frank Warmerdam) vor 24 Jahren
  Brian Paul 9d205e3542 clear pixel value wasn't byteswapped for scissored clears in clear_32bit_ximage() vor 24 Jahren
  Brian Paul 373aea11c8 applied David's patch for parsing display's server:screen string vor 24 Jahren
  Brian Paul 67f7554232 querying proxy texture image info was segfaulting because of NULL TexFormat pointer vor 24 Jahren
  Brian Paul 347b3f0daf add texture border width to x/y/zoffset in gl[Copy]TexSubImage*D() functions to accomodate negative offsets correctly vor 24 Jahren
  Brian Paul e116d3b3e5 texImage->FetchTexel wasn't getting initialized in _mesa_CopyTexImage1/2D() vor 24 Jahren
  Brian Paul 7b0b2ec73a fixed compilation problems related to ctx->_Enabled removal vor 24 Jahren
  Gareth Hughes 5e23af22f7 Remove all traces of CULL_MASK_ACTIVE. vor 24 Jahren
  Keith Whitwell afc5699b08 Fix calculation of fog coordinate in translate_vertex(). vor 24 Jahren
  Keith Whitwell ed39a43b8c Remove ENABLE_* flags, ctx->_Enabled. vor 24 Jahren
  Brian Paul 2780ed4b97 silence a compiler warning vor 24 Jahren
  Keith Whitwell 3d5815f463 Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. vor 24 Jahren
  Brian Paul ee403ff0ba Removed DD_Z_NEVER. vor 24 Jahren
  Gareth Hughes 1b2fef5c28 Consolidation of asm code in 3.5 vor 24 Jahren
  Gareth Hughes 8e48a232fe Make generation of matypes.h more transparent. vor 24 Jahren
  Gareth Hughes c41edfb7c4 Add missing GEN_SOURCES definitions. vor 24 Jahren
  Brian Paul 3d9168025c compilation updates vor 24 Jahren
  Brian Paul f1f288182e adjustment to coverage sample positions vor 24 Jahren
  Gareth Hughes 16a8e986ce - Restore texImage->IntFormat. vor 24 Jahren
  Brian Paul d082417dae check for startX off the right edge of the window vor 24 Jahren
  Brian Paul 5bfaa2f12e use Image[i]->TexFormat to check for mipmap consistency vor 24 Jahren
  Brian Paul 38e3675d7d simplify test for specific texture formats vor 24 Jahren
  Gareth Hughes 0a59ca6cae New type system for assembly code. Asm files should now include vor 24 Jahren
  Gareth Hughes 38f28665bf More texture format updates. Drivers now need only plug an appropriate vor 24 Jahren
  Gareth Hughes 53933fe9db More informative display of texture parameters. vor 24 Jahren
  Gareth Hughes 29cded2654 Delete libGLU.so* from ../lib before installing it. vor 24 Jahren
  Brian Paul c7aeb8bf1f removed a debug message vor 24 Jahren
  Brian Paul 46560b94ae remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch pointer vor 24 Jahren
  Brian Paul 3c257e187b New mechanism for thread-safe GL API dispatch. C-based dispatch is faster. vor 24 Jahren
  Brian Paul fb8af6fc97 pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems vor 24 Jahren