1208 次程式碼提交 (76ef5a399346891c9df0bb2d7e74a67544d847ba)
 

作者 SHA1 備註 提交日期
  Brian Paul 76ef5a3993 fixed parameter mis-ordering bug in Driver.StencilSpan calls 25 年之前
  Brian Paul bae4b31566 prototype code for vertex array sets/objects (grep for VAO) 25 年之前
  Brian Paul e23ea371e6 added changes so far for a possible 3.4.1 release 25 年之前
  Brian Paul 77743a4e08 fixed GLX_PBUFFER value 25 年之前
  Brian Paul 7510d9a56e minor updates for widgets-mesa/ 25 年之前
  Brian Paul 75b470c146 added some RENDER_START/RENDER_FINISH macros, finished GetConvolutionFilter() 25 年之前
  Brian Paul 142d00e32f don't apply transfer ops when upacking pixel spans 25 年之前
  Brian Paul 50cccb667e added RENDER_START and RENDER_FINISH macros to read_color_image() 25 年之前
  Brian Paul 202ddf7a54 minor fixes for Windows compilation (Joshua Napoli) 25 年之前
  Brian Paul 3efc845d1b yet another tweak to ctx->NewState |= NEW_TEXTURING in _mesa_BindTexture() 25 年之前
  Brian Paul dc203452eb minor optimization in _mesa_convert_texsubimage() for 8-bit texels when replacing entire teximage 25 年之前
  Jon Taylor f195052952 Misc GGIMesa build fixes 25 年之前
  Brian Paul adde46e8ee replaced Texture.Enabled with Texture.ReallyEnabled 25 年之前
  Brian Paul d9ec7b48d9 init WrapR to GL_REPEAT mode 25 年之前
  Brian Paul 6fa6c586db patched to silence compiler warnings (Martin Lindhe) 25 年之前
  Brian Paul ce764717bc GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann) 25 年之前
  Brian Paul c6d4a00ca9 fixed bug in _mesa_convert_texsubimage when format == MESA_FF_R8_G8_B8 25 年之前
  Brian Paul 4cdc441b9a fixed a typo 25 年之前
  Brian Paul 17a68017c0 Adjust Driver.PointsFunc()'s last parameter by +1 for consistancy (AlanH). 25 年之前
  Brian Paul 6e9605a00d minor changes for BeOS/g++ compiling 25 年之前
  Brian Paul e5c8261f76 added Glide/Quake bug fix item 26 年之前
  Brian Paul 57db1be417 fixed glXChooseVisual to return NULL if using Glide and user requests too deep of visual parameters 26 年之前
  Brian Paul ebeb5da82c fixed Glide link problem 26 年之前
  Brian Paul bd1b6ef5af added some missing backslashes 26 年之前
  Brian Paul 672da3532f bumped version numbers to 3.4 26 年之前
  Brian Paul 554cd6ba8c bumped version to 3.4 26 年之前
  Brian Paul 585b358204 added vertex fog bug fix 26 年之前
  Brian Paul 1a87813f14 added GLUT projtex demo bug fix 26 年之前
  Brian Paul fab2936ea2 sync with DRI texgen and texture matrix bug fixes 26 年之前
  Gareth Hughes 510d86231d Change animated apps to double-buffered visuals by default. 26 年之前
  Brian Paul 183e09ee42 added gluBuild[12]DMipmaps GL_BGR fix 26 年之前
  Brian Paul feb83f991e added GL_BGR case to bytes_per_pixel() 26 年之前
  Brian Paul 5c4f8bdfc7 removed X86/*.m4 files from tar archive 26 年之前
  Brian Paul 16deaa9c49 fixed value for GLU_NURBS_MODE 26 年之前
  Brian Paul 12dbb90d4a added a glFinish() call 26 年之前
  Brian Paul 0bf5284850 added incomplete() debug function/macro 26 年之前
  Brian Paul e3650179c6 signal NEW_TEXTURING if there's a Driver.BindTexture() function 26 年之前
  Brian Paul c089afb55b sync with Mesa 3.5 26 年之前
  Brian Paul bfaab253d1 fixed 386/x86 mismatches, reordered a few configs 26 年之前
  Gareth Hughes 4c782b7470 Major audit of all Mesa's x86 assembly code. This round is basically 26 年之前
  Brian Paul fceecc5bc1 fixed a texture enable bug 26 年之前
  Brian Paul cb5d29cd17 use 1.1 glPolygonOffset instead of glPolygonOffsetEXT 26 年之前
  Gareth Hughes 807544498a - General cleanups, fix version numbers. 26 年之前
  Brian Paul 17f2610d03 Added glXGetProcAddressARB() bug fix 26 年之前
  Brian Paul 00935d9eab Rewrote get_static_proc_address(). It made mistakes in some situations 26 年之前
  Brian Paul c8c04359dd added glPixelStore bug fix 26 年之前
  Brian Paul 534bc2e2a9 glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly 26 年之前
  Brian Paul 82960fbf69 call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug 26 年之前
  Brian Paul b0c8df81ab added blend accuracy item 26 年之前
  Brian Paul ceab228540 improved blending accuracy to fix Glean test failures 26 年之前