2685 Commits (473e51f2fbfb003717bb88616ea585fc8d76f75e)
 

Author SHA1 Message Date
  Brian Paul 636b2801d9 Test implementation of proposed GL_EXT_shadow_funcs extension. This just 23 years ago
  Brian Paul 25b85bf02a bring over from the 4.0 branch 23 years ago
  Brian Paul 4544bd22fd added 4.0.2 info 23 years ago
  Brian Paul 252250ae64 re-adding a lost file 23 years ago
  Brian Paul e69bfe74d7 DOS/Mesa driver updates (Daniel Borca) 23 years ago
  Brian Paul 6211144e05 use -O3 to compile osmesa16/32 targets 23 years ago
  Brian Paul 7de02fef5b replaced an assertion with a conditional 23 years ago
  Brian Paul 819505ad2a removed temporary GL_ARB_texture_mirrored_repeat enums 23 years ago
  Brian Paul 8334c89e70 removed temporary ARB_texture enum defs 23 years ago
  Brian Paul e3af5354a6 latest extension headers from SGI 23 years ago
  Brian Paul 491e573c38 removed glSamplePass() 23 years ago
  Brian Paul 80ac8d171c don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance problem 23 years ago
  Brian Paul aeb4434563 Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture 23 years ago
  Brian Paul d0570646bd fix Intel C compiler warnings (Gerk Huisma) 23 years ago
  Brian Paul f7c830e35c rename ResizeBuffersMESA to ResizeBuffers 23 years ago
  Brian Paul ac5bbe4c4a added latest 4.1 bug fixes/updates 23 years ago
  Brian Paul 31f12f504e New mipmap lambda calculation. Previously, trilinear filtering could 23 years ago
  Brian Paul bc6b60c4ff buffer resize changes 23 years ago
  Brian Paul 93c132a058 added XMesaResizeBuffers() 23 years ago
  Brian Paul 18a285a5e2 Lots of changes related to framebuffer/window buffer resizing. Basically, 23 years ago
  Brian Paul 8d687e7e58 protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA 23 years ago
  Brian Paul 1d822ea8cf updated comments. removed dead code. 23 years ago
  Brian Paul a72edf01ba remove a debug printf 23 years ago
  Brian Paul 8843d52af1 fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Michael Fitzpatrick) 23 years ago
  Brian Paul 612fc01293 fixed pointer arithmetic error in glCopyPixels 23 years ago
  Brian Paul d488af5b34 added _mesa_image_image_stride() 23 years ago
  Brian Paul 9a888bdc2a added a comment 23 years ago
  Brian Paul f9708e45ac initial work for NV_vertex_program1_1 extension 23 years ago
  Brian Paul 1d01794e6e Removed the xm_context field from XMesaBuffer. It was preventing N threads 23 years ago
  Brian Paul 5033f21d05 tweak file list for tarballs 23 years ago
  Brian Paul 1c91fe2e3f obsolete 23 years ago
  Brian Paul a3e44f4531 fix some minor warnings 23 years ago
  Brian Paul b43a828ad4 DOS driver updates from Daniel Borca 23 years ago
  Brian Paul 7fd50afbbf new DOS driver files from Daniel Borca 23 years ago
  Brian Paul 2b9ba3f84f new assertions, use INLINE macro (Klaus Niederkrueger) 23 years ago
  Brian Paul 5104b4d9df minor patches from David Dawes 23 years ago
  Brian Paul 0b2fa873c6 syntax fixes for Solaris (David Dawes) 23 years ago
  Brian Paul c5a76cbed4 silence gcc warnings (Marc La France) 23 years ago
  Brian Paul 09a0cb464d updated comments for CHAN_BITS=16 or 32 23 years ago
  Brian Paul aa24e9171a use official enum values for GL_ARB_depth_texture and GL_ARB_shadow 23 years ago
  Brian Paul e0193a9425 DOS updates from Daniel Borca 23 years ago
  Brian Paul c7a3356746 Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro). 23 years ago
  Brian Paul d0271502f8 check for initialized XMesaBuffer in XMesaGarbageCollect() 23 years ago
  Brian Paul ad7306b23c Updated 1D/3D/cube mipmapping code to work like the new 2D code. 23 years ago
  Brian Paul 9ff74a0f15 undo some debug changes mistakenly checked in earlier 23 years ago
  Brian Paul 711e27fda2 Simplified fog code. 23 years ago
  Brian Paul 983bc3e018 don't include s_fog.h 23 years ago
  Brian Paul 4f252bd980 Lots of improvements in the 2D texture sampling code. Fewer function calls 23 years ago
  Brian Paul c14a5a6c62 Optimized the interpolate_texcoords() function: 23 years ago
  Brian Paul 8baae48fb7 removed dead code 23 years ago