1. f8c31fc more IRIX tweaks by Brian Paul · 21 years ago
  2. dc8f8bd fix ARCHOPT typo by Brian Paul · 21 years ago
  3. 9ca723f fix C++ link issues on IRIX by Brian Paul · 21 years ago
  4. b72902e Add GLAPIENTRY function decorations for correct operation on Windows. by Karl Schultz · 21 years ago
  5. 5e83c2a tweak the #if test for defining _ASMAPI (fixes IRIX problem) by Brian Paul · 21 years ago
  6. 938014f minor fixes to glw's touch depend by Brian Paul · 21 years ago
  7. 77650b4 Fix compiler options regarding exception handing to resolve warnings. by Karl Schultz · 21 years ago
  8. 1ce9940 Avoid setting NOWIN98 compiler optimization with VC 7. by Karl Schultz · 21 years ago
  9. 253428f Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface change. by Ian Romanick · 21 years ago
  10. 29b2ced fix printf warnings by Alan Hourihane · 21 years ago
  11. e8df62b patch from bug 885992 by Brian Paul · 21 years ago
  12. c24d40b s/BlendEquatioRGB/BlendEquationRGB/ by Brian Paul · 21 years ago
  13. eabe7be add glutInitWindowPosition calls by Keith Whitwell · 21 years ago
  14. 469d1b0 Add glutInitWindowPosition call by Keith Whitwell · 21 years ago
  15. 27413ed Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro by Keith Whitwell · 21 years ago
  16. 43b5772 Use NEED_SECONDARY_COLOR() for checking specular state at all times by Keith Whitwell · 21 years ago
  17. c78a89d fix breakage associated with pointers not being initialised in by Dave Airlie · 21 years ago
  18. 5102075 change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI by Brian Paul · 21 years ago
  19. 74cf25b Missed this commit as part of the addition of by Ian Romanick · 21 years ago
  20. c93105e Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. by Ian Romanick · 21 years ago
  21. dd9e6e7 Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers() by Keith Whitwell · 21 years ago
  22. da2be88 Add new driverfuncs. by Karl Schultz · 21 years ago
  23. 18fa367 Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single by Keith Whitwell · 21 years ago
  24. 740f7de Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. by Keith Whitwell · 21 years ago
  25. 727d345 remove bogus assertion in DeleteTexture() function by Brian Paul · 21 years ago
  26. 8135a44 Make the drivers using the common texmem code work with NewTextureObject by Felix Kuehling · 21 years ago
  27. ef167c6 Fix for recursion in generic_copy_pv_extras. Add a comment. by Keith Whitwell · 21 years ago
  28. cb7c689 replace MALLOC w/ CALLOC to silence valgrind warnings by Brian Paul · 21 years ago
  29. ab41a96 Add tests for ARB_fp trig instructions and also for 1D texturing by Keith Whitwell · 21 years ago
  30. 5d3568f minimize the number of DIVs by Daniel Borca · 21 years ago
  31. 8d2cfa9 glutTimerFunc cleanup by Daniel Borca · 21 years ago
  32. d3682ce accomodate FetchTexel and fix some memory leak bugs by Daniel Borca · 21 years ago
  33. c9d2f4c updated GLUT link by Brian Paul · 21 years ago
  34. 1749a25 New error checking in _mesa_GetTexImage(). by Brian Paul · 21 years ago
  35. fe03108 Some initial RGB and RGBA floating point texture formats. by Brian Paul · 21 years ago
  36. c6bf130 initial info for version 6.1 by Brian Paul · 21 years ago
  37. b4b35bc New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes by Brian Paul · 21 years ago
  38. eaaf618 added link to ORSA (per request) by Brian Paul · 21 years ago
  39. 83e0cfb Parse radeon, not r200 configuration in radeonCreateContext. by Felix Kuehling · 21 years ago
  40. 78bb080 Fix hardware ROP state handling (Roland Scheidegger) by Michel Dänzer · 21 years ago
  41. 4d859f7 added device driver hooks for BindProgram, NewProgram, DeleteProgram by Brian Paul · 21 years ago
  42. f2ce4dc Change software alpha plane pointers from void* to GLchan*, eliminate some casts. by Brian Paul · 21 years ago
  43. 2926150 more fixing for tdfxUpdateTexturePalette by Brian Paul · 21 years ago
  44. 7f7b2d8 a few more tweaks by Brian Paul · 21 years ago
  45. 75a0d31 fix assorted compilation issues by Brian Paul · 21 years ago
  46. 3d06dc7 accomodated new driver_func initialization by Daniel Borca · 21 years ago
  47. 3abf746 Don't set extra bits in FLUSH_VERTICES, fix several state bugs. by Keith Whitwell · 21 years ago
  48. 5c161cf Committing in . by Jouk Jansen · 21 years ago
  49. ff2cc41 Modified error messages in _mesa_BlendFuncSeparateEXT to note that the by Ian Romanick · 21 years ago
  50. a2c97eb Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change by Michel Dänzer · 21 years ago
  51. 5d00e13 Fix attenuation hardware state handling, inspired by the R200 DDK reference by Michel Dänzer · 21 years ago
  52. 4f295ce Initial support for floating point and signed texture formats. by Brian Paul · 21 years ago
  53. edd1d86 misc updates by Brian Paul · 21 years ago
  54. dca71ea Minor tweaks to help out at a driver level. by Keith Whitwell · 21 years ago
  55. 004d71f Corrected a comment about how the DOT3 hardware works in the R200. by Ian Romanick · 21 years ago
  56. 03166f7 Committing in . by Jouk Jansen · 21 years ago
  57. afa446d Silence some compiler warnings. by Ian Romanick · 21 years ago
  58. 169223c Make the R200 driver work with the NewTextureObject in Mesa. Other by Ian Romanick · 21 years ago
  59. 34a7857 Silence a compiler warning DRI builds using gcc3. by Ian Romanick · 21 years ago
  60. 66691ef Use new EMIT_PAD functionality for spec and/or fog as available. by Keith Whitwell · 21 years ago
  61. 20a17e4 Remove dd_function_table::BlendFunc. All drivers now use by Ian Romanick · 21 years ago
  62. 4d36f33 Another mechanism to create vertices with holes - a new EMIT_PAD style by Keith Whitwell · 21 years ago
  63. e98986b don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc by Brian Paul · 21 years ago
  64. a999e80 remove _mesa_check_driver_hooks() - it's really not too useful anymore by Brian Paul · 21 years ago
  65. 4e71391 Undo some bits from last check-in related to the ctx->Driver.NewTextureObject by Brian Paul · 21 years ago
  66. d4636e7 fixed a bug in VGA initialization routine by Daniel Borca · 21 years ago
  67. e755144 remove duplicate t_dd_* files by Keith Whitwell · 21 years ago
  68. d805900 initial 6.1 release notes with info about recent _mesa_create_context changes, etc. by Brian Paul · 21 years ago
  69. d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
  70. 988a886 _mesa_init_driver_functions() to initialize dd_function_table by Brian Paul · 21 years ago
  71. 8d97ad1 some more count vs. end confusion by Keith Whitwell · 21 years ago
  72. 6bf808b replace -lm with $(GL_LIB_DEPS) to get -lexpat by Brian Paul · 21 years ago
  73. 9c0b835 replace CALLOC with MALLOC in _mesa_new_texture_object() by Brian Paul · 21 years ago
  74. c929f13 remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object() by Brian Paul · 21 years ago
  75. 75c8a2e omit CVS directories from tarballs, bump version to 6.1 by Brian Paul · 21 years ago
  76. ed43ece Migrate i830 driver to t_vertex.[ch] for building hw vertices. by Keith Whitwell · 21 years ago
  77. 41abe9e fix glitch from previous check-in (pointer vs int) by Brian Paul · 21 years ago
  78. 77d2408 minor changes to silence warnings by Brian Paul · 21 years ago
  79. 6a82d44 Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. by Brian Paul · 21 years ago
  80. 87745ce change Data ptr from GLbyte to GLubyte to silence warnings by Brian Paul · 21 years ago
  81. 013dee0 include texobj.h to silence warnings by Brian Paul · 21 years ago
  82. e093e94 s/char/GLubyte/ to silence warnings by Brian Paul · 21 years ago
  83. ef77464 include sched.h to get sched_yield() prototype by Brian Paul · 21 years ago
  84. 97fcc0e make second param of driParseConfigFiles() const by Brian Paul · 21 years ago
  85. 5b9a9d4 tweak OpenBSD and SunOS commands by Brian Paul · 21 years ago
  86. 4eb16e3 tweak openbsd config by Brian Paul · 21 years ago
  87. 66f2fd8 added some missing FLUSH_VERTICES calls by Brian Paul · 21 years ago
  88. 8d83242 Fix cosmetic GL_RENDERER string problem (Andreas Stenglein) by Michel Dänzer · 21 years ago
  89. edc9ffc bump version to 6.1 (new development) by Brian Paul · 21 years ago
  90. 4a53f7b Respect the 'in_use' field in the global LRU as a marker for by Keith Whitwell · 21 years ago
  91. 48e89df fixed refresh rate control in Glide wrapper by Daniel Borca · 21 years ago
  92. 546214f tweaks for 6.0 release by Brian Paul · 21 years ago
  93. 46d6bd3 add casts to quiet compiler warnings by Karl Schultz · 21 years ago
  94. 6290ca4 fix -fomit-frame_pointer typo by Brian Paul · 21 years ago
  95. f8761dc implemented glutTimerFunc by Daniel Borca · 21 years ago
  96. 0849ed1 documentation update by Daniel Borca · 21 years ago
  97. 4d5e662 _mesa_delete_texture_object and some other updates by Daniel Borca · 21 years ago
  98. 3663c0f Cosmetic changes. by Brian Paul · 21 years ago
  99. 5bae6b9 change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current() by Brian Paul · 21 years ago
  100. 4b60344 use -G not -shared for gcc on SunOS by Brian Paul · 21 years ago