6839 Commits (ca1ac986a1d6d3f292e3d20540de884ad08d9816)
 

Author SHA1 Message Date
  Adam Jackson ca1ac986a1 /dri/msg 20 years ago
  Alan Hourihane f4166a1fd7 Fix the scripts for the cygwin & mingw changes 20 years ago
  Brian Paul adbf932ec1 added singlebuffer demo 20 years ago
  Brian Paul 59d680db22 Demo of how to do (nearly) flicker-free rendering with a single color buffer. 20 years ago
  Brian Paul 713635adef fix comment and #if test 20 years ago
  Brian Paul a2c65f4793 don't compile debug code (bug 4242: rand undefined) 20 years ago
  Brian Paul 2735b33638 remove stray references to ctx->Depth.OcclusionTest 20 years ago
  Ian Romanick 8bc0b3f961 Fix texture format selection. ChooseTextureFormat is supposed to select the 20 years ago
  Alan Hourihane 8de9d92acf update for mingw 20 years ago
  Brian Paul 8e247d52e3 Update the glut idle function after a new window is created 20 years ago
  Brian Paul b8a804d24f initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test) 20 years ago
  Brian Paul 6e4f594a02 removed GL_HP_occlusion_test extension 20 years ago
  Brian Paul dd1a9f75dc fix segfault in Fake_glXCreatePBuffer(), bug 4235 20 years ago
  Brian Paul 7e6553c1aa s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) 20 years ago
  Eric Anholt 61d386a93f Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE 20 years ago
  Brian Paul d545d916a8 make tiles a little smaller so they're all visible 20 years ago
  Brian Paul 9e385282fc also check for texture border in sample_linear_2d() 20 years ago
  Brian Paul 5d7c486d90 Added multi-window support. Press 'n' to create new window, 'k' to kill 20 years ago
  Alan Hourihane c58cea0085 Fix Windows build problems. 20 years ago
  Brian Paul 334f2d8077 GLw demo doesn't belong here 20 years ago
  Brian Paul 17756df903 removed lines that caused some files to be included in tarballs multiple times 20 years ago
  Brian Paul edf0d14bd4 simplify, clean-up texel addressing macros 20 years ago
  Brian Paul 249160fdfa update version to 6.5.0 20 years ago
  Brian Paul dfb6c56ed8 added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) 20 years ago
  Brian Paul dcf14aa3a7 bump version to 6.5 20 years ago
  Brian Paul 1e71d6af48 added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5 20 years ago
  Dave Airlie 298af7a609 fix up libdrm for egl 20 years ago
  Brian Paul ae27ef2219 fix typo 20 years ago
  Brian Paul f350e22716 md5 sums for 6.3.2 20 years ago
  Brian Paul eacd347fce update MESA_DEBUG with FP info 20 years ago
  Adam Jackson 8fcd1e0287 Convert libGL and DRI drivers to require libdrm. 20 years ago
  Ian Romanick 2ae5645115 Fix a realloc problem with indirect vertex arrays. The actual head pointer 20 years ago
  Brian Paul b7c727e500 updates for 6.3.2 release, plus other assorted clean-ups 20 years ago
  Alan Hourihane d912f6cfe3 Commit missing piece from Egbert's 32/64 bit patches 20 years ago
  Ian Romanick f7eb54a12f Enable ARB_texture_compression. The code has been in place for a long time, 20 years ago
  Ian Romanick e0029b33ef Add support for NV_blend_square. This was tested with 20 years ago
  Ian Romanick ab5be2c5f7 Make sure extension entry point offsets are properly initialized. This is 20 years ago
  Ian Romanick 61ac29e7c6 Don't try to update hardware texture fields if there is no hardware texture. 20 years ago
  Ian Romanick b462855c24 Add simple regression test for bugzilla #3195. 20 years ago
  Ian Romanick e918bac8cd Make the i810 driver use driGetRendererString like all the other drivers. 20 years ago
  Brian Paul aa2a357bae Replace mult/div operators with bitwise operators in texel fetch routines 20 years ago
  Brian Paul 05fe2871e3 Bump version to 6.3.2 20 years ago
  Brian Paul 926a19e108 updates for 6.3.2 20 years ago
  Brian Paul 160b3284dd include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. 20 years ago
  Brian Paul c2c2600728 test the standard stencil op modes too (Philipp Klaus Krause) 20 years ago
  Roland Scheidegger 7a362deb8c In _mesa_TexEnvfv, do not accept values for GL_OPERAND2_ALPHA and GL_OPERAND2_RGB which are only valid with ARB_texture_env_combine but not with EXT_texture_env_combine, when only EXT_texture_env_combine is supported. 20 years ago
  Ian Romanick a3dd6efb00 Put back '-I/usr/X11R6/include'. 20 years ago
  Alan Hourihane dabec11d27 Add Egberts fixes for 64bit architectures 20 years ago
  Alan Hourihane 69dc32cfac Add a check which compares the passed in size of the DDX driver private DRI 20 years ago
  Ian Romanick 33f9c98aa6 Enable support for EXT_stencil_wrap. The code was already there, but the 20 years ago