6810 Commits (eacd347fce6adc639bf0214797543970d1b3d703)
 

Author SHA1 Message Date
  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
  Brian Paul 6fe7a0dc01 added FREXPF() macro (bug 4060) 20 years ago
  Ian Romanick f2876d1ee3 Remove the logic that determines at compile time whether or not HAVE_ALIAS 20 years ago
  Ian Romanick fbcc5aedf2 Remove support for the R200_NO_VTXFMT environment variable. Instead use 20 years ago
  Ian Romanick 4c4e4bfa4e Makefile cleanups suggested by George Fufutos (bugzilla #3899). 20 years ago
  Ian Romanick ac7c147aaf Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn't 20 years ago
  Ian Romanick b7ae3e4787 Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is no 20 years ago
  Brian Paul 82dfd4b71f fix X #includes so they're relative to X11/ directory (bug 4047) 20 years ago
  Ian Romanick ac887d4211 Make ffb driver build on x86-64. The fix is two fold. First, use the 20 years ago
  Ian Romanick 967b006f51 Remove _glapi_check_multithread from the interface exported by the loader to 20 years ago
  Ian Romanick 1b8d0f149e Mesa uses the glVertexAttrib*NV functions to implement fixed-function 20 years ago
  Brian Paul 8c9cd63c89 the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint 20 years ago
  Brian Paul 63c9ebeaff fix static assertion problem for gcc (bug 4022) 20 years ago
  Brian Paul 6b563bda43 disable the pointer size assertions (bug 4021) 20 years ago
  Brian Paul 5d40169436 fix indentation 20 years ago
  Keith Whitwell 738c9a073f Check for prim/vertex store non-null before messing with refcounts. 20 years ago
  Ian Romanick 258f005c6b Add rules and target to build src/mesa/x86-64/glapi_x86-64.S. 20 years ago
  Keith Whitwell c91720fb1a Decrement the context's refcounts on part-used storage structs on 20 years ago
  Brian Paul d2e289c70f actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory leak 20 years ago
  Brian Paul e78a3c42e4 delete display lists upon exit 20 years ago
  Brian Paul a1a6fa2fa1 free display lists and destroy window upon exit 20 years ago
  Brian Paul ecde87054c _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call the Delete methods after 20 years ago
  Brian Paul 24d55a1145 free context structure (bug 1252316) and s/free/_mesa_free/ 20 years ago
  Ian Romanick aba4864a25 Make the linux-dri-x86 builds work on x86-64 again. mklib now 20 years ago
  Brian Paul 7bf08c23fd s/Disaptch/Dispatch/ (bug 3918) 20 years ago
  Brian Paul 63dffa4e77 added directfbgl.h to tarball 20 years ago
  Ian Romanick da0c5b2e2c Since glcontextmodes.[ch] are no longer used in the DRI drivers, removed the 20 years ago
  Dave Airlie 0d942b740c fix up color tiling in miniglx radeon server code 20 years ago
  Dave Airlie ac54de021a fix miniglx setting virtual size of 832 for 800x600 20 years ago
  Jon Smirl ae4e58c9ab Remove platform specific bits from radeon_egl.c 20 years ago