1. f64f940 change lighting to use MULT instead of PREMULT (i.e. move some lighting color calculations to the GPU) by Roland Scheidegger · 21 years ago
  2. 53c50f1 some useful matrix functions by Brian Paul · 21 years ago
  3. 2263380 fixed back fxMesaGetCurrentContext to match MakeCurrent by Daniel Borca · 21 years ago
  4. a1b9b1a Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light color calculations to the GPU). Two-side lighting fallback no longer needed and eliminated. by Roland Scheidegger · 21 years ago
  5. 1440f73 reorganized DMesa to fxMesa wrapper by Daniel Borca · 21 years ago
  6. 89625ef deal with combine_ext refactor by Daniel Borca · 21 years ago
  7. 53ad036 Restore some of the previous code for handling conventional vertex attributes by Brian Paul · 21 years ago
  8. 646dffd tweak solaris-x86-gcc and ggi targets by Brian Paul · 21 years ago
  9. 0aa8a10 Updated to handle generic vertex attributes accessed vi glArrayElement(). by Brian Paul · 21 years ago
  10. 08a45d4 fully parameterize the macros for fixed-point arithmetic by Brian Paul · 21 years ago
  11. 875f763 added an additional comment about mipmap generation by Brian Paul · 21 years ago
  12. 529614c implement Fake_glXCreateWindow() to fix bug #890894 by Brian Paul · 21 years ago
  13. 5444777 removed MGA driver from DMesa by Daniel Borca · 21 years ago
  14. d039b43 added NUL driver for DMesa by Daniel Borca · 21 years ago
  15. 07d6a98 Refactor "class" texture environments to be implemented in terms of by Ian Romanick · 21 years ago
  16. c71ee91 inform driver of changed wrap/filter parameters due to binding of nv_texrect texture by Roland Scheidegger · 21 years ago
  17. 4c6b629 remove bogus check of texture target in R200TexParameter by Roland Scheidegger · 21 years ago
  18. c2f28a3 align blits for texture rectangles correctly, fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
  19. 786e822 fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
  20. 531b59d remove bogus check of texture target in RadeonTexParameter by Roland Scheidegger · 21 years ago
  21. e5a94ba Added flags for _all_ extensions to the gl_extensions struct so that drivers by Brian Paul · 21 years ago
  22. 1f3d9ee added GLU_INCOMPATIBLE_GL_VERSION by Brian Paul · 21 years ago
  23. 74eeb37 fix missing include for SOLO build by Dave Airlie · 21 years ago
  24. 6c7bb5e Remove warnings from mach64 build, fix up some _SOLO stuff, by Dave Airlie · 21 years ago
  25. 0fbeff2 Initial mach64 driver import for DRI mach64-0-0-6 branch, by Dave Airlie · 21 years ago
  26. 493e6e1 Add comments to make decyphering the faces easier by Keith Whitwell · 21 years ago
  27. c2f73916 update function mangling and add comment about it to gl.h by Brian Paul · 21 years ago
  28. e2e9dc2 bring in Keith's _math_matrix_ortho() compiler work-around by Brian Paul · 21 years ago
  29. 540bb3a fix ugly bug triggered by macro expansion by Dave Airlie · 21 years ago
  30. b3063ac fix glXChooseFBConfig bug 890167 by Brian Paul · 21 years ago
  31. ef18e23 fix typo by Brian Paul · 21 years ago
  32. 36ff43b Fix off-by-one in calculations for wrapped trifan, polygon primitives by Keith Whitwell · 21 years ago
  33. b19cb62 fix stores to vertex state program registers by Brian Paul · 21 years ago
  34. 72aeea4 Use quads instead of lines to ensure this is testing stencil functionality by Keith Whitwell · 21 years ago
  35. 867fa0b another tweak to two-sided detection test by Brian Paul · 21 years ago
  36. 609f352 fix two-sided lighting / vertex program bug (#887330) by Brian Paul · 21 years ago
  37. d761ada added Daniel Stone for getting CVS access by Brian Paul · 21 years ago
  38. b6a9cb7 another pbuffer demo (Andrew Lentvorski) by Brian Paul · 21 years ago
  39. 20c831b s/getenv/_mesa_getenv/ by Brian Paul · 21 years ago
  40. b07d6a8 updated list of env vars by Brian Paul · 21 years ago
  41. cc5d045 Include context.h in radeon_state.c. by Felix Kuehling · 21 years ago
  42. 3a99674 glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option by Brian Paul · 21 years ago
  43. 18a9490 tweak comments by Brian Paul · 21 years ago
  44. 61bc62c added glutGetProcAddress in DMesaGLUT by Daniel Borca · 21 years ago
  45. 4c7883e fixed a bug in GL_NEAREST sampler by Daniel Borca · 21 years ago
  46. c9e1c80 added display list option (l key) by Brian Paul · 21 years ago
  47. 1e71d2a minor #ifdef fix by Brian Paul · 21 years ago
  48. 6bbcae9 added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray demo bug) by Brian Paul · 21 years ago
  49. 27ec7a5 add vparray.c, fix indentation by Brian Paul · 21 years ago
  50. 919404f enable program and arrays by default, minor clean-ups by Brian Paul · 21 years ago
  51. 041e66b don't call gl functions directly, jump through _glapi_Dispatch table by Brian Paul · 21 years ago
  52. f5dbba7 add missing CXX, CXXFLAGS for osf1 (Bug 886628) by Brian Paul · 21 years ago
  53. 111156a glBindProgramARB wasn't getting compiled into display lists (bug 887383) by Brian Paul · 21 years ago
  54. 26baf96 added unichrome directory by Brian Paul · 21 years ago
  55. f924a93 Minor fixes for recent Mesa 6.1 changes by Brian Paul · 21 years ago
  56. f18598c Via Unichrome/cle266 driver (Erdi Chen) by Brian Paul · 21 years ago
  57. 2726d77 more descriptive error strings by Brian Paul · 21 years ago
  58. bacd9d1 Fix extract_3f_xyw(). by Keith Whitwell · 21 years ago
  59. 229d6a9 replace spaces w/ tabs by Brian Paul · 21 years ago
  60. 4fe1303 GL_TEXTURE_1D and other stories... by Daniel Borca · 21 years ago
  61. f8c31fc more IRIX tweaks by Brian Paul · 21 years ago
  62. dc8f8bd fix ARCHOPT typo by Brian Paul · 21 years ago
  63. 9ca723f fix C++ link issues on IRIX by Brian Paul · 21 years ago
  64. b72902e Add GLAPIENTRY function decorations for correct operation on Windows. by Karl Schultz · 21 years ago
  65. 5e83c2a tweak the #if test for defining _ASMAPI (fixes IRIX problem) by Brian Paul · 21 years ago
  66. 938014f minor fixes to glw's touch depend by Brian Paul · 21 years ago
  67. 77650b4 Fix compiler options regarding exception handing to resolve warnings. by Karl Schultz · 21 years ago
  68. 1ce9940 Avoid setting NOWIN98 compiler optimization with VC 7. by Karl Schultz · 21 years ago
  69. 253428f Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface change. by Ian Romanick · 21 years ago
  70. 29b2ced fix printf warnings by Alan Hourihane · 21 years ago
  71. e8df62b patch from bug 885992 by Brian Paul · 21 years ago
  72. c24d40b s/BlendEquatioRGB/BlendEquationRGB/ by Brian Paul · 21 years ago
  73. eabe7be add glutInitWindowPosition calls by Keith Whitwell · 21 years ago
  74. 469d1b0 Add glutInitWindowPosition call by Keith Whitwell · 21 years ago
  75. 27413ed Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro by Keith Whitwell · 21 years ago
  76. 43b5772 Use NEED_SECONDARY_COLOR() for checking specular state at all times by Keith Whitwell · 21 years ago
  77. c78a89d fix breakage associated with pointers not being initialised in by Dave Airlie · 21 years ago
  78. 5102075 change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI by Brian Paul · 21 years ago
  79. 74cf25b Missed this commit as part of the addition of by Ian Romanick · 21 years ago
  80. c93105e Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. by Ian Romanick · 21 years ago
  81. dd9e6e7 Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers() by Keith Whitwell · 21 years ago
  82. da2be88 Add new driverfuncs. by Karl Schultz · 21 years ago
  83. 18fa367 Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single by Keith Whitwell · 21 years ago
  84. 740f7de Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. by Keith Whitwell · 21 years ago
  85. 727d345 remove bogus assertion in DeleteTexture() function by Brian Paul · 21 years ago
  86. 8135a44 Make the drivers using the common texmem code work with NewTextureObject by Felix Kuehling · 21 years ago
  87. ef167c6 Fix for recursion in generic_copy_pv_extras. Add a comment. by Keith Whitwell · 21 years ago
  88. cb7c689 replace MALLOC w/ CALLOC to silence valgrind warnings by Brian Paul · 21 years ago
  89. ab41a96 Add tests for ARB_fp trig instructions and also for 1D texturing by Keith Whitwell · 21 years ago
  90. 5d3568f minimize the number of DIVs by Daniel Borca · 21 years ago
  91. 8d2cfa9 glutTimerFunc cleanup by Daniel Borca · 21 years ago
  92. d3682ce accomodate FetchTexel and fix some memory leak bugs by Daniel Borca · 21 years ago
  93. c9d2f4c updated GLUT link by Brian Paul · 21 years ago
  94. 1749a25 New error checking in _mesa_GetTexImage(). by Brian Paul · 21 years ago
  95. fe03108 Some initial RGB and RGBA floating point texture formats. by Brian Paul · 21 years ago
  96. c6bf130 initial info for version 6.1 by Brian Paul · 21 years ago
  97. b4b35bc New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes by Brian Paul · 21 years ago
  98. eaaf618 added link to ORSA (per request) by Brian Paul · 21 years ago
  99. 83e0cfb Parse radeon, not r200 configuration in radeonCreateContext. by Felix Kuehling · 21 years ago
  100. 78bb080 Fix hardware ROP state handling (Roland Scheidegger) by Michel Dänzer · 21 years ago