1155 コミット (45f3634ce3e48ff891432c4f22b3e9e0d68d4c7a)
 

作成者 SHA1 メッセージ 日付
  Brian Paul 45f3634ce3 added tracing facility from Loki 25年前
  Brian Paul 3a71d05e53 added tracing facility from Loki 25年前
  Brian Paul dca39e8911 added const to _mesa_select_tex_object() 25年前
  Brian Paul 01e54753ff Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage() 25年前
  Brian Paul bc6f07856f added convolution, ARB_imaging items 25年前
  Brian Paul 513d486e75 enabled GL_EXT_convolution and GL_ARB_imaging 25年前
  Brian Paul a805bb9691 finished convolution 25年前
  Brian Paul bfc6ee1b13 destBytesPerRow was uninitialized in make_texture_image() 25年前
  Brian Paul e8a84a93aa initial check-in 25年前
  Brian Paul bed573586e added new extensions 25年前
  Brian Paul 328cb0b512 added Glide3 bug fix info 25年前
  Brian Paul b3fdfa1246 fbiRev and tmuRev weren't getting initialized when using Glide3 25年前
  Brian Paul 15915b03d0 added more resolutions (Andy Sloane) 25年前
  Brian Paul 5a0d3dc7b3 convolution for glTexImage[123]D now works 25年前
  Brian Paul b92d64e150 renamed some variables 25年前
  Brian Paul f93b3dd69e more convolution work 25年前
  Brian Paul 116970154d added _mesa_pack_float_rgba_span() 25年前
  Brian Paul 8e053916c8 added more extensions testing code 25年前
  Brian Paul 289d47eee5 finished compressed texture support (Bill White) 25年前
  Brian Paul 148fb313c5 added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format 25年前
  Brian Paul e8e20ae598 changed default Shininess to 6 25年前
  Brian Paul 8aee2a3326 don't free ctx inside _mesa_initialize_context() if error, caller does that. 25年前
  Brian Paul ef9025a641 updated some comments 25年前
  Jouk Jansen 5d3a95714c Committing in . 25年前
  Brian Paul cf8eebee07 added convolve.h header 25年前
  Brian Paul 732dd6f417 enabling 1D convolution caused a problem 25年前
  Brian Paul 147b08328a moved convolution API functions to convolve.c 25年前
  Brian Paul 7e70874420 finished separable filter functions 25年前
  Jouk Jansen b5b5c52034 Committing in . 25年前
  Brian Paul f4f4dab25a changed quad vertex colors to be tessellation invariant 25年前
  Brian Paul 043654bbfb print UNDEFINED MODE over samples that are undefined in the GL spec 25年前
  Brian Paul 9b61162d43 use ImageTransferState 25年前
  Brian Paul 3f8a70e5dd added convolve.c to file list 25年前
  Brian Paul a6d46f6b99 increased max convolution filter size 25年前
  Brian Paul d4b799b60c more convolution work, not done 25年前
  Brian Paul 46e8a51383 basic glDrawPixels convolution implemented 25年前
  Brian Paul 6339e621f5 fixed image transfer errors 25年前
  Brian Paul fa4525e289 implemented new ImageTransferState bitmask 25年前
  Brian Paul b1097f24a8 optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee) 25年前
  Brian Paul e716184cae added missing radius multiplication factor to sphere code 25年前
  Brian Paul 6f0294ca47 fixed typo which disabled simple_DrawPixels 25年前
  Brian Paul e98276c859 fixed some warnings (Alan H.) 25年前
  Brian Paul dff7924e25 removed all dependencies on XMesa 25年前
  Brian Paul 094e2f1a67 fixed segfault problem when using MESA_GLX_FX 25年前
  Brian Paul 7aac6d6b8e fixed depth mask bug in fxddClear(DD_DEPTH_BIT) 25年前
  Jouk Jansen 8deec7bf5f Committing in . 25年前
  Brian Paul 963946d3d7 updated version to 3.5 25年前
  Brian Paul d4f6695a3e bumped MESA_MINOR to 5 25年前
  Brian Paul 042066887b added GetInteger/Float/Double/Boolean/Pointer device driver functions 25年前
  Brian Paul 507d83e4cc added NULL parameter checking to API functions 25年前