8717 次程式碼提交 (7c760289371ce14228b1172195a07c2630ca6229)
 

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