1. 4508bcc Leave the AGP_BASE code in. It is pointless to bump the interface by Jon Smirl · 19 years ago
  2. a7d4bfe Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driver by Jon Smirl · 19 years ago
  3. 4ce390b Commit Ian's fixes from Bug 3877 by Jon Smirl · 19 years ago
  4. df68d11 Fix a == vs !- typo for glx_enable_extension by Jon Smirl · 19 years ago
  5. 82e3ecf Use the routines supplied in the __DRIinterfaceMethods structure to create a by Ian Romanick · 19 years ago
  6. f7c9eaf glxEnableExtension is a platform-specific function exported by the loader. by Ian Romanick · 19 years ago
  7. 68679d2 Remove '#if 0' block that was accidentally left in. by Ian Romanick · 19 years ago
  8. 9604674 SPARC, DRI interface changes for 6.3.1 by Brian Paul · 19 years ago
  9. 14fa5f6 The dri/*/depend files don't exist on a raw check-out, and that makes 'make by Ian Romanick · 19 years ago
  10. 1585c23 Major rip-up of internal function insertion interface. The old by Ian Romanick · 19 years ago
  11. 9f23a3a Fix SPARC assembly for 64-bit by Ian Romanick · 19 years ago
  12. 3e36986 This precious BeOS include file was lost since some released MesaLibs. Fixed. ;-) by Philippe Houdoin · 19 years ago
  13. 67d94e5 test for the proper drm version, at least 1.17 is required by Roland Scheidegger · 19 years ago
  14. a7df74e typo by Alan Hourihane · 19 years ago
  15. 36d6e9d support GLX_DIRECT_COLOR in 1.4.0 by Alan Hourihane · 19 years ago
  16. ab7c6ff Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of by Ian Romanick · 19 years ago
  17. 1361398 Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit by Alan Hourihane · 19 years ago
  18. 5c6fd3d No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. by Ian Romanick · 19 years ago
  19. a08d8a0 Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will by Ian Romanick · 19 years ago
  20. 5f1ba3e Fixes the glXGetProcAddress portion of the interface. Most of the functions by Ian Romanick · 19 years ago
  21. 1201348 improve comments about win[0..3] values (bug 2554) by Brian Paul · 19 years ago
  22. 800c72a Fix bug 1858 - array subscript out of range in gamma driver. by Brian Paul · 19 years ago
  23. 7c1ab40 Add license/copyright. Add -h/--help option for usage. Minor clean-ups. by Brian Paul · 19 years ago
  24. 8dcc673 Added -linker option to mklib, used to specify a particular program for by Brian Paul · 19 years ago
  25. e9dbe58 Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef by Ian Romanick · 19 years ago
  26. c39bf5e All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows by Ian Romanick · 19 years ago
  27. 7d40d23 Add two aliases for some PointParameters entrypoints for libglx compatibility. by Adam Jackson · 19 years ago
  28. 3e2419a Break the long list of MAIN_FILES and DEMO_FILES into subgroups. by Brian Paul · 19 years ago
  29. 70cf1f0 by Jouk Jansen · 19 years ago
  30. 60a6a0e some GLuint idx -> GLint idx changes by Brian Paul · 19 years ago
  31. fea5a42 added vp negative addressing bug fix by Brian Paul · 19 years ago
  32. 61e694f Make the vertex program source register Index field a signed int since by Brian Paul · 19 years ago
  33. db251d7 bump version to 6.3.1 by Brian Paul · 19 years ago
  34. 7a37189 6.3.1 updates by Brian Paul · 19 years ago
  35. f87bb14 updated with DRI building instructions by Brian Paul · 19 years ago
  36. dff11bb bump version to 6.3.1 and include DRI/GLX files in tarballs by Brian Paul · 19 years ago
  37. 98b06bc make i810PrintSetupFlags() static, first param const by Brian Paul · 19 years ago
  38. 7b5c506 first 6.3.1 bug fixes by Brian Paul · 19 years ago
  39. 7cf480e s/2004/2005/ by Brian Paul · 19 years ago
  40. 951dbf0 check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_object by Brian Paul · 19 years ago
  41. 49e7498 remove ^M chars, disable shading language extensions by Brian Paul · 19 years ago
  42. 3e8efc3 Clean up warnings in r300 code by making some symbols static, adding prototypes by Eric Anholt · 19 years ago
  43. aeb0ee7 Connect the r300 bits up to the build. by Eric Anholt · 19 years ago
  44. 6ae7678 Add some missing defines, copied from linux-dri. by Eric Anholt · 19 years ago
  45. e98494d Forced commit to note repocopy from r300.sf.net CVS. by Eric Anholt · 19 years ago
  46. 1801452 fix some URLs by Brian Paul · 19 years ago
  47. 2276679 added md5 checksums for 6.3 by Brian Paul · 19 years ago
  48. d459658 more updates for 6.3 release by Brian Paul · 19 years ago
  49. 6bb49ea updates for 6.3 release by Brian Paul · 19 years ago
  50. bfb5ea3 replace fprintf() calls with _mesa_problem() by Brian Paul · 19 years ago
  51. 364ae78 remove fprintf() by Brian Paul · 19 years ago
  52. 8d7d9c2 include driverfuncs.h by Brian Paul · 19 years ago
  53. 2d47c07 overlay planes test by Brian Paul · 19 years ago
  54. 7e152b8 s/clippping/clipping/ by Brian Paul · 19 years ago
  55. ed88633 Fixed warnings by using GLUTProc type instead of anonymous (void *) for by Philippe Houdoin · 19 years ago
  56. 5343ae8 re-enable the ffb driver by Alan Hourihane · 19 years ago
  57. df88dfe Fix the FFB driver for the renderbuffer changes Support NEW INTERFACE as well by Alan Hourihane · 19 years ago
  58. c235a96 pass in the renderbuffer by Alan Hourihane · 19 years ago
  59. aa8ff1e Missed this on the previous commit. by Ian Romanick · 19 years ago
  60. 9bdfee3 Wrap every place that accesses a dispatch table with a macro. A new script- by Ian Romanick · 19 years ago
  61. e0e993c XMesaResizeBuffers needs separate paths for client and server builds by Adam Jackson · 19 years ago
  62. c529f6b strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the by Adam Jackson · 19 years ago
  63. 8d3aca6 disable call to via_sse_memcpy() until it's fixed by Brian Paul · 19 years ago
  64. 1f88391 need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP query by Brian Paul · 19 years ago
  65. d39760d Check for null program->Parameters pointer in validate_vertex_program(). by Brian Paul · 19 years ago
  66. df0350b added comments by Brian Paul · 19 years ago
  67. b0489d4 remove duplicate "User disable" string by Brian Paul · 19 years ago
  68. 8ec981c redo previous check-in, just set ARCH_FLAGS = -m32 by Brian Paul · 19 years ago
  69. 4eb3a0f define CFLAGS and CXXflags with -m32 (Egbert Eich) by Brian Paul · 19 years ago
  70. 4c72778 replace gcc with $(CC) (Egbert Eich) by Brian Paul · 19 years ago
  71. badad72 eglgears demo (Dane Rushton) by Brian Paul · 19 years ago
  72. c62c24c added a few more fallbackStrings (Andreas Stenglein) by Brian Paul · 19 years ago
  73. b127cfe Use the LDEXPF wrapper macro. by Keith Whitwell · 19 years ago
  74. 3f7cb79 Add a LDEXPF wrapper macro. by Keith Whitwell · 19 years ago
  75. c472dcd Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM. by Keith Whitwell · 19 years ago
  76. ce72114 Cache texenv programs to avoid repeated compilation (Ben Skeggs) by Keith Whitwell · 19 years ago
  77. 9311bc2 Add runtime compiled x87 implementations for most of the remaining by Keith Whitwell · 19 years ago
  78. 0cfbd84 Add lots of x87 fpu instructions. by Keith Whitwell · 19 years ago
  79. 6d5d1f8 Restore linux-x86-32 config for Brian. by Ian Romanick · 19 years ago
  80. 38e2fa3 Put back the glPopMatrix. This test was derived from blendminmax.c. by Ian Romanick · 19 years ago
  81. 2550844 Correct the comments in the file headers. Oops. by Ian Romanick · 19 years ago
  82. 259f096 Add regression test for bug #3101. by Ian Romanick · 19 years ago
  83. f3186e5 Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?), by Roland Scheidegger · 19 years ago
  84. 4cf6718 The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries. by Brian Paul · 19 years ago
  85. 78be0b5 Put default back to the normal DRM path by Jon Smirl · 19 years ago
  86. f0ff50d Add support for assembly (static) dispatch functions on x86-64. This by Ian Romanick · 19 years ago
  87. 1a9cac1 linux-x86-32 is unnecessary. The same thing can be acomplished by by Ian Romanick · 19 years ago
  88. 9204e87 Massive refactor of (most of) the Linux config files. This reduces by Ian Romanick · 19 years ago
  89. 4f178c6 Add $(CFLAGS) to the link commands. This makes 'make linux-x86 by Ian Romanick · 19 years ago
  90. ef2ce9d Make linux-x86 more like the other linux configs. by Ian Romanick · 19 years ago
  91. c1c684b Expose the fact that we do not do either selection of feedback buffers - either with software or hardware rendering. by Vladimir Dergachev · 19 years ago
  92. 666dcaa Adding RV350_NJ ID. by Jerome Glisse · 19 years ago
  93. 7b12220 Adapt extension string to new GL dispatch schema proposed by Jerome Glisse · 19 years ago
  94. 5f79d27 Update notes with VC7 info. by Karl Schultz · 19 years ago
  95. c136b41 Add windows VC7 project files to filelist for tar/zip files. by Karl Schultz · 19 years ago
  96. ee85065 VC7 project file for building glut lib by Karl Schultz · 19 years ago
  97. 0cf6763 VC7 project file for gears demo by Karl Schultz · 19 years ago
  98. 101d05a VC7 Solution file for building glut and demos by Karl Schultz · 19 years ago
  99. c5b6580 VC7 project file for osmesa by Karl Schultz · 19 years ago
  100. 35a11c1 VC7 project file for core mesa lib by Karl Schultz · 19 years ago