1. 0adce8f upgraded to version 22 by Brian Paul · 21 years ago
  2. 1e3d868 Yet another revision of _ae_update_state(). Issue both conventional AND by Brian Paul · 21 years ago
  3. 0f1e19c added some const keywords by Brian Paul · 21 years ago
  4. ffa7eff glDrawArrays loop was wrong by Brian Paul · 21 years ago
  5. cf20f8c updates from Erdi Chen by Brian Paul · 21 years ago
  6. 537f42e fix typo (Matt Case) by Brian Paul · 21 years ago
  7. c00fbd5 The available GLX version is now logged in addition to the client by Ian Romanick · 21 years ago
  8. 001dc02 delete the textures by Dave Airlie · 21 years ago
  9. 263581b Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS by Felix Kuehling · 21 years ago
  10. 6e450f2 some minor tweaks by Brian Paul · 21 years ago
  11. 2aa8449 fixed some typos by Daniel Borca · 21 years ago
  12. 304d3aa Refactored several variables out of XMesaVisual in favor of identical by Ian Romanick · 21 years ago
  13. e013702 recent bug fixes/changes (fog, glArrayElement, triangle rasterization) by Brian Paul · 21 years ago
  14. 0733dbb A few more tweaks to fog code. by Brian Paul · 21 years ago
  15. 4e41eb1 compute fog coord in eye space, not clip space by Brian Paul · 21 years ago
  16. 09da0b8 A bit of an overhaul of the fog code. by Brian Paul · 21 years ago
  17. 9a389d4 define DO_FRAGMENT_FOG=1 to test fragment program fog option by Brian Paul · 21 years ago
  18. a60c89e added SPAN_W by Brian Paul · 21 years ago
  19. 230ebaf just some reformatting by Brian Paul · 21 years ago
  20. 4250c7a some debug code by Brian Paul · 21 years ago
  21. 5cd79f9 added FogOption to fragment_program struct by Brian Paul · 21 years ago
  22. c2f6d6d added FixedToDouble() macro by Brian Paul · 21 years ago
  23. 84b4a3a Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles by Brian Paul · 21 years ago
  24. bb1dcb4 texture env combine refactor (Andreas Stenglein), following the same principles as the refactored code already present in the R200 driver by Roland Scheidegger · 21 years ago
  25. 64d6dda remove incorrect negation in fog coord computation by Brian Paul · 21 years ago
  26. 4773634 Add _tnl_set_attr() to complement existing get_attr() call. by Keith Whitwell · 21 years ago
  27. 7b5199e glutInitWindowPosition by Keith Whitwell · 21 years ago
  28. 45f4c5e cleanup and some WGL PIXELFORMAT issues by Daniel Borca · 21 years ago
  29. a49a08d fog_coord demo by Daniel Borca · 21 years ago
  30. 05ad307 some code clean-ups by Brian Paul · 21 years ago
  31. 7c4a61c Minor clean-ups of variable scopes, initializations, etc. by Brian Paul · 21 years ago
  32. 0200947 Remove debug by Keith Whitwell · 21 years ago
  33. 964e532 Make it easier for drivers to create "subclasses" of the existing by Keith Whitwell · 21 years ago
  34. 70dacab added note about kernel modules by Brian Paul · 21 years ago
  35. 659dce4 Minor tweaks to get the fbconfig list returned by __driCreateNewScreen by Ian Romanick · 21 years ago
  36. 9ad80a4 info about precompiled libs for Solaris by Brian Paul · 21 years ago
  37. 88bf038 init secondary color to (0,0,0,1). remove some redundant initializations. by Brian Paul · 21 years ago
  38. 85ad44b set buffer object default Usage and Access by Brian Paul · 21 years ago
  39. de47068 new comments, rename some stuff by Brian Paul · 21 years ago
  40. 71996dd Fix a problem that caused the new interface code to not actually be by Ian Romanick · 21 years ago
  41. 0370d08 Enable use of new DRI interface in MGA driver. by Ian Romanick · 21 years ago
  42. 193d211 Minor re-org of state for fog and precision options. by Brian Paul · 21 years ago
  43. 5396ab2 bunch of assorted updates/changes by Brian Paul · 21 years ago
  44. d03814f minor cleanups from t_dd_vb.c by Dave Airlie · 21 years ago
  45. 7b6ceb5 remove vertex_stride_shift, fix up code to not need it by Dave Airlie · 21 years ago
  46. da8337e fix up specular color/fog and triangle vertex retrieval by Dave Airlie · 21 years ago
  47. 9a78c29 fixup vertex building code .. by Dave Airlie · 21 years ago
  48. d2f0be1 more updates , gears sorta works by Dave Airlie · 21 years ago
  49. 0d4393a Fix the problem found with UT after I had added support for glVertexAttrib. by Brian Paul · 21 years ago
  50. d4baed7 initialise VBLANK by Dave Airlie · 21 years ago
  51. 2020278 Do more bookkeeping of vertex buffer object reference counts. by Brian Paul · 21 years ago
  52. 840e821 Added a test case for Mesa bug #508473 that I wrote a long time ago. by Ian Romanick · 21 years ago
  53. 0b87abd Initial pass at adding support for the new DRI driver interfaces to by Ian Romanick · 21 years ago
  54. 1d6e08d Added yet another version of gears. This one uses fbconfigs, and is a by Ian Romanick · 21 years ago
  55. faaf78a revert to version 1.18 for now to fix segfaults in some applications by Roland Scheidegger · 21 years ago
  56. 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
  57. 53c50f1 some useful matrix functions by Brian Paul · 21 years ago
  58. 2263380 fixed back fxMesaGetCurrentContext to match MakeCurrent by Daniel Borca · 21 years ago
  59. 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
  60. 1440f73 reorganized DMesa to fxMesa wrapper by Daniel Borca · 21 years ago
  61. 89625ef deal with combine_ext refactor by Daniel Borca · 21 years ago
  62. 53ad036 Restore some of the previous code for handling conventional vertex attributes by Brian Paul · 21 years ago
  63. 646dffd tweak solaris-x86-gcc and ggi targets by Brian Paul · 21 years ago
  64. 0aa8a10 Updated to handle generic vertex attributes accessed vi glArrayElement(). by Brian Paul · 21 years ago
  65. 08a45d4 fully parameterize the macros for fixed-point arithmetic by Brian Paul · 21 years ago
  66. 875f763 added an additional comment about mipmap generation by Brian Paul · 21 years ago
  67. 529614c implement Fake_glXCreateWindow() to fix bug #890894 by Brian Paul · 21 years ago
  68. 5444777 removed MGA driver from DMesa by Daniel Borca · 21 years ago
  69. d039b43 added NUL driver for DMesa by Daniel Borca · 21 years ago
  70. 07d6a98 Refactor "class" texture environments to be implemented in terms of by Ian Romanick · 21 years ago
  71. c71ee91 inform driver of changed wrap/filter parameters due to binding of nv_texrect texture by Roland Scheidegger · 21 years ago
  72. 4c6b629 remove bogus check of texture target in R200TexParameter by Roland Scheidegger · 21 years ago
  73. c2f28a3 align blits for texture rectangles correctly, fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
  74. 786e822 fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
  75. 531b59d remove bogus check of texture target in RadeonTexParameter by Roland Scheidegger · 21 years ago
  76. e5a94ba Added flags for _all_ extensions to the gl_extensions struct so that drivers by Brian Paul · 21 years ago
  77. 1f3d9ee added GLU_INCOMPATIBLE_GL_VERSION by Brian Paul · 21 years ago
  78. 74eeb37 fix missing include for SOLO build by Dave Airlie · 21 years ago
  79. 6c7bb5e Remove warnings from mach64 build, fix up some _SOLO stuff, by Dave Airlie · 21 years ago
  80. 0fbeff2 Initial mach64 driver import for DRI mach64-0-0-6 branch, by Dave Airlie · 21 years ago
  81. 493e6e1 Add comments to make decyphering the faces easier by Keith Whitwell · 21 years ago
  82. c2f73916 update function mangling and add comment about it to gl.h by Brian Paul · 21 years ago
  83. e2e9dc2 bring in Keith's _math_matrix_ortho() compiler work-around by Brian Paul · 21 years ago
  84. 540bb3a fix ugly bug triggered by macro expansion by Dave Airlie · 21 years ago
  85. b3063ac fix glXChooseFBConfig bug 890167 by Brian Paul · 21 years ago
  86. ef18e23 fix typo by Brian Paul · 21 years ago
  87. 36ff43b Fix off-by-one in calculations for wrapped trifan, polygon primitives by Keith Whitwell · 21 years ago
  88. b19cb62 fix stores to vertex state program registers by Brian Paul · 21 years ago
  89. 72aeea4 Use quads instead of lines to ensure this is testing stencil functionality by Keith Whitwell · 21 years ago
  90. 867fa0b another tweak to two-sided detection test by Brian Paul · 21 years ago
  91. 609f352 fix two-sided lighting / vertex program bug (#887330) by Brian Paul · 21 years ago
  92. d761ada added Daniel Stone for getting CVS access by Brian Paul · 21 years ago
  93. b6a9cb7 another pbuffer demo (Andrew Lentvorski) by Brian Paul · 21 years ago
  94. 20c831b s/getenv/_mesa_getenv/ by Brian Paul · 21 years ago
  95. b07d6a8 updated list of env vars by Brian Paul · 21 years ago
  96. cc5d045 Include context.h in radeon_state.c. by Felix Kuehling · 21 years ago
  97. 3a99674 glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option by Brian Paul · 21 years ago
  98. 18a9490 tweak comments by Brian Paul · 21 years ago
  99. 61bc62c added glutGetProcAddress in DMesaGLUT by Daniel Borca · 21 years ago
  100. 4c7883e fixed a bug in GL_NEAREST sampler by Daniel Borca · 21 years ago