8717 Commits (7c760289371ce14228b1172195a07c2630ca6229)
 

Author SHA1 Message Date
  Brian Paul 7c76028937 remove temp code 19 years ago
  Brian Paul 79b5d3e539 remove some debug/test changes 19 years ago
  Brian Paul 464fcd0dd8 New bin/minstall script - a minimal replacement for 'install'. 19 years ago
  Brian Paul c351858de8 fix problem when CHAN_BITS == 32 (bug 8704), remove unneeded assertion 19 years ago
  Michal Krol a79d4e75c3 Fix nonportable pointer+unsigned arithmetic. Use pointer+int. 19 years ago
  Brian Paul 31293910b4 added clamp_colors(), updated assertions 19 years ago
  Brian Paul ff07d6de4c minor re-org, doxygen comments 19 years ago
  Brian Paul fee08575cd Changed install filenames to libGL* and libOSMesa* so things work on Darwin 19 years ago
  Ian Romanick 3beaff1e3c Enable GLX_SGI_make_current_read for radeon. 19 years ago
  Brian Paul ec99e716a2 Don't use x/y/w/h params given to Clear(). 19 years ago
  Brian Paul 446972bc27 Want to stop passing x/y/width/height to Clear() function. 19 years ago
  Brian Paul ccb64bbb2a Don't pass x/y/width/height to ctx->Driver.Accum(). 19 years ago
  Brian Paul 4e4c0bbef7 glDrawPixels, line clipping bug fixes 19 years ago
  Brian Paul a1a0a29a5a Fix broken line clipping. 19 years ago
  Brian Paul ff893a83f1 Fix a dangerous use of ASSERT in an else-clause not enclosed in braces. 19 years ago
  Brian Paul c3caaa3dd4 Always convert colors to float before running a fragment shader/program. 19 years ago
  Brian Paul 32c3243e4d fix fog color bug 19 years ago
  Brian Paul c2074645cd Move struct atifs_machine into s_atifragshader.c 19 years ago
  Brian Paul e9d7190bb2 Seperate interpolate_colors() and interpolate_specular(). 19 years ago
  Brian Paul b88af5b468 apply_aa_coverage() for ubyte/ushort/float 19 years ago
  Brian Paul 0c6c8d5f1c new assertions - one of which is currently failing with arbfslight.c 19 years ago
  Brian Paul 1c1c7fb361 remove obsolete intelBufferSize(), bump driver date 19 years ago
  Brian Paul 42b26f688d Remove get_buffer_size() 19 years ago
  Brian Paul 544b94e156 Lots of fixes/changes to select color depth at runtime. 19 years ago
  Brian Paul 55e42e5b72 check if ctx->Driver.GetBufferSize==NULL and no-op 19 years ago
  Brian Paul af52ff0c99 include x86-64.h to silence warning 19 years ago
  Brian Paul 1e3223c02a Fix CHAN_BITS=32 issues. 19 years ago
  Brian Paul 8dff54e71d Added -clip option to test glCopyPixels beyond window bounds. 19 years ago
  Brian Paul d40f20aebc Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this may be temporary 19 years ago
  Brian Paul 16345022de Updates to intelWindowMoved(): 19 years ago
  Ian Romanick 7b1ff32607 Track the currently bound read drawable and make sure its info is up 19 years ago
  Ian Romanick 8c5ae80916 Fix build when DEBUG is defined but DEBUG_MATH is not. 19 years ago
  Brian Paul 28081ae6c0 s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug 8669) 19 years ago
  Ian Romanick 6ae157f9e7 Fix bug #8563. 19 years ago
  Brian Paul 041d64812e Set _NEW_BUFFERS in _mesa_resize_framebuffer(). This makes sure the swrast 19 years ago
  Brian Paul dc8a0d1936 remove some old code that could cause infinite recursion 19 years ago
  Brian Paul 80fcbca7df allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130) 19 years ago
  Brian Paul cca1a27f77 regenerated to get DRI_CONF_EXCESS_MIPMAP() 19 years ago
  Roland Scheidegger 97f47f771a fix handling of textures with a base internal format that does not have all four rgba values set for radeon and r200 (discovered with a modified glean pixelFormats test, noone ever noticed in over 2 years). For radeon, use hw format I8 as previously, and change tex env to make the correct default values appear for both GL_ALPHA and GL_LUMINANCE textures. For r200, which supports GL_LUMINANCE just fine, use the AL88 hw format for GL_ALPHA textures, since it seems like it's probably not worth the effort to fix up the texture environment (certainly complicated in case of ATI_fragment_shader programs). 19 years ago
  Brian Paul 4d4add0972 Added #if / #else / #endif around code related to framebuffer initialization 19 years ago
  Brian Paul 606108ee4e updated comments, mark GetBufferSize() and ResizeBuffers() as obsolete 19 years ago
  Brian Paul 694a5b81a7 minor clean-up: s/intel->driDrawable/dPriv/ 19 years ago
  Brian Paul a7a26503b6 Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code to 19 years ago
  Brian Paul a391384bad Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since 19 years ago
  Jerome Glisse f0775c7fcc Use endianness test function provided by mesa. 19 years ago
  Brian Paul 2b6d2e4dcb Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. 19 years ago
  Brian Paul b947377add increate MaxTextureLevels to 11 (bug 3130) 19 years ago
  Brian Paul a20c0f293e check if files exist before installing (Thierry Reding) 19 years ago
  Brian Paul 07fd19f572 allow specifying image size on cmd line 19 years ago
  Brian Paul 9cbe0e24ac Some code movement so that the gl_framebuffer is fully initialized before 19 years ago