1. 1c2a498 several new bugs by Daniel Borca · 21 years ago
  2. 25f0e82 minor corrections by Daniel Borca · 21 years ago
  3. 1ff6188 GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps) by Daniel Borca · 21 years ago
  4. 0f7eb92 SGIS_generate_mipmap by Daniel Borca · 21 years ago
  5. dc8a760 Miniglx clients now authorize with server DRM by Jon Smirl · 21 years ago
  6. 84e6b16 add debugging for compresssed textures by Dave Airlie · 21 years ago
  7. c058917 fix up heights for i830/i915 texture compression by Dave Airlie · 21 years ago
  8. 78e19b5 move config options to same place as other drivers (again for S3TC patch later) by Dave Airlie · 21 years ago
  9. 620c998 use a switch statement makes integrating the s3tc patch easier by Dave Airlie · 21 years ago
  10. 11a03a1 enable FXT1 texture compression for ixxx chipsets by Dave Airlie · 21 years ago
  11. 43942fd move over changes to intel driver from i830 driver for modes by Dave Airlie · 21 years ago
  12. ba3d088 fixed vertex RGBA by Daniel Borca · 21 years ago
  13. 9a9614e Make solo radeon/r128 drivers track fix for DRI bug 849 by Jon Smirl · 21 years ago
  14. bdf3e2b Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used. by Jon Smirl · 21 years ago
  15. 65293d8 Fix unichrome solo build to not need X11 headers. Minor change to by Jon Smirl · 21 years ago
  16. 486e5c2 Make GET_PROGRAM_NAME work with uCLibc using the __progname hack. by Felix Kuehling · 21 years ago
  17. 368f3c5 Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name by Jon Smirl · 21 years ago
  18. d53d429 use tnl_emit_func, it's safer by Daniel Borca · 21 years ago
  19. d2dbb25 correct X86_DISPATCH_FUNCTION_SIZE if THREADS is defined by Roland Scheidegger · 21 years ago
  20. 1e7ce9f Convert miniglx to use xf86drm from dri/drm/libdrm instead of src/mesa/drivers/dri/dri_client by Jon Smirl · 21 years ago
  21. 5500094 Convert miniglx to use Ian's fancy new driver config code. by Jon Smirl · 21 years ago
  22. 10b3bf6 Fix typos in comments. by Ian Romanick · 21 years ago
  23. 6c5402b Another "if it ain't broke, don't fix it" moment. Revert some more by Ian Romanick · 21 years ago
  24. 8a08853 fixed AIX color interpolation bug by Brian Paul · 21 years ago
  25. cbc96b7 patch for AIX (bug 983144) by Brian Paul · 21 years ago
  26. cacf473 added cast to fix AIX color interpolation problem (bug 983144) by Brian Paul · 21 years ago
  27. 3e94fd3 added GL_ARB_point_sprite. by Daniel Borca · 21 years ago
  28. fd00382 fixed non-threaded codepath by Daniel Borca · 21 years ago
  29. 3e77737 Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale instead by Eric Anholt · 21 years ago
  30. aaebfc8 Patch removes _SOLO definition needed for mesa-solo. mesa-solo by Jon Smirl · 21 years ago
  31. 2371033 document some assumptions made about compressed texture tile size by Brian Paul · 21 years ago
  32. 1675058 a few comments by Brian Paul · 21 years ago
  33. bbea6ec disable some debug printfs by Brian Paul · 21 years ago
  34. d07859e redo the event loop to make event response better by Brian Paul · 21 years ago
  35. 3bdc853 init some vars to silence warnings by Brian Paul · 21 years ago
  36. 009542a added GL_EXT_fog_coord. added GL_EXT_blend_equation_separate. minor cleanup. by Daniel Borca · 21 years ago
  37. 3aa364c put back the correct dispatcher for non-threaded builds. by Daniel Borca · 21 years ago
  38. d14d103 Fix a potential race condition. Fix a couple of places where by Ian Romanick · 21 years ago
  39. 2491d51 Make sure THREADS is set no matter which threading model is selected. by Ian Romanick · 21 years ago
  40. dedff2c just a test; no change by Brian Paul · 21 years ago
  41. 953f2a6 just a test; no change by Brian Paul · 21 years ago
  42. 9eaecaf just a test; no change by Brian Paul · 21 years ago
  43. 41fc595 just a test; no change by Brian Paul · 21 years ago
  44. 04e29af just a test; no change by Brian Paul · 21 years ago
  45. 76cfed8 added commands for AIX shared libs (Shane Blackett) by Brian Paul · 21 years ago
  46. 6d50d91 added aix-static config, make aix config build dynamic libs by Brian Paul · 21 years ago
  47. 3d38361 Rename the various function types in t_context.h to include a tnl_ prefix. by Keith Whitwell · 21 years ago
  48. c3c8c71 Remove __driRegisterExtensions by Keith Whitwell · 21 years ago
  49. f8b1825 Rename 'emit_func' usages in drivers. Will also rename the ones in t_context.h. by Keith Whitwell · 21 years ago
  50. 869fc59 fix for older gcc's (from freedesktop bug id #419) by Alan Hourihane · 21 years ago
  51. 160215b Add t_context.h include for drivers. by Keith Whitwell · 21 years ago
  52. 009aa3e Add infrastructure for t_vertex.c codegen. Add an example driver by Keith Whitwell · 21 years ago
  53. 8e77da1 First phase of TLS work. At this point SPARC assembly dispatch is by Ian Romanick · 21 years ago
  54. c61c7cb This should make most linux-solo drivers work again. Mainly a fix by Jon Smirl · 21 years ago
  55. 7c1207a fixed vertex program state references by Brian Paul · 21 years ago
  56. fc84e82 fix another bug in get_register_pointer() by Brian Paul · 21 years ago
  57. 80cc018 the get_register_pointer() function was pretty well broken in a few ways by Brian Paul · 21 years ago
  58. ac33dd1 disable some debug code by Brian Paul · 21 years ago
  59. 824fdf0 remove trailing whitespace and misc clean-ups by Brian Paul · 21 years ago
  60. 2675569 add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c by Roland Scheidegger · 21 years ago
  61. dbe1eca option to test with display lists by Brian Paul · 21 years ago
  62. 36bdb07 glBegin/EndQueryARB bug fix by Brian Paul · 21 years ago
  63. d322dc1 glBegin/EndQueryARB didn't work inside display lists by Brian Paul · 21 years ago
  64. 625a339 make sure Q has a good value before drawing a sample by Brian Paul · 21 years ago
  65. c2bffec Mesa-solo builds with these changes. There are still more fixups needed to by Jon Smirl · 21 years ago
  66. e16f6e3 Re-enable SPARC assembly on sunos5-gcc platform. by Ian Romanick · 21 years ago
  67. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 21 years ago
  68. 74b380b Corrected a float to ubyte conversion bug with fog enabled. by Erdi Chen · 21 years ago
  69. c9a4156 remove program from hash table when deleted (bug 979514) by Brian Paul · 21 years ago
  70. a09db0a new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers by Roland Scheidegger · 21 years ago
  71. 9a47d2b fix GL_HP_occlusion_test bug, use glext.h version 23 by Brian Paul · 21 years ago
  72. 939dd17 fix HP occlusion testing when using generic span path by Brian Paul · 21 years ago
  73. de67b3e fix capitalization, new comments, etc by Brian Paul · 21 years ago
  74. 6cf3f57 added library dependencies (bug #978758) by Brian Paul · 21 years ago
  75. adf6d0d hack for compressed textures with aspectratio greater than 8:1 by Daniel Borca · 21 years ago
  76. 701987c disabled unnecessary assertions in texture replicator by Daniel Borca · 21 years ago
  77. b3eda24 added back x86 entrypoints by Daniel Borca · 21 years ago
  78. 0349b4b Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers. by Brian Paul · 21 years ago
  79. d7ea750 revert accidental change from rev. 1.10 by Roland Scheidegger · 21 years ago
  80. e4fbcd0 updated to version 23 by Brian Paul · 21 years ago
  81. ea93e6d Don't include glapi_*.S files in DRI / solo builds. by Ian Romanick · 21 years ago
  82. 6b869d4 Alexander Gottwald's patch for cygwin by Brian Paul · 21 years ago
  83. a64feef check for NULL pointer to glTexImage (fix verified by Adam Jackson) by Brian Paul · 21 years ago
  84. 3ea9cf0 added support for non-64bit compilers by Daniel Borca · 21 years ago
  85. 0590786 call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. Fixes problems found with Cg demos. by Brian Paul · 21 years ago
  86. 2635914 remove redundant program field initializers in BindProgram(); ctx->Driver.NewProgram() does the inits by Brian Paul · 21 years ago
  87. 636d4db latest bug fixes, etc. by Brian Paul · 21 years ago
  88. 7576b9b store's to RC/HC didn't work (bug 976287) by Brian Paul · 21 years ago
  89. f252f64 Big-endian texture fixes from Michel Dänzer. by Brian Paul · 21 years ago
  90. 07694b8 Remove ADD_POINTERS code from import() function - it broke UT2004. by Brian Paul · 21 years ago
  91. f0f23aa Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ARB_pbuffer by Daniel Borca · 21 years ago
  92. 1e93e19 Use correct macros for packing pixel colors -- this bug is probably by Keith Whitwell · 21 years ago
  93. 594c3f6 add missing license texts by Keith Whitwell · 21 years ago
  94. 8ad2809 use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix various small bugs with tex env combine mode GL_DOT3_RGB(A)/GL_DOT3_RGB(A)_EXT by Roland Scheidegger · 21 years ago
  95. e3f926a use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix potential bug with tex env combine mode GL_DOT3_RGB/GL_DOT3_RGB_EXT and ALPHA_SCALE by Roland Scheidegger · 21 years ago
  96. 6c1833e fix tex env mode GL_BLEND for GL_INTENSITY texture formats by Roland Scheidegger · 21 years ago
  97. fb75ca1 Make the test check for core GL version 1.3 in addition to testing for by Ian Romanick · 21 years ago
  98. 919498e Fix up texture compression mipmapping .. not sure if it fixes FXT1 but by Dave Airlie · 21 years ago
  99. 85ffbdd fix component indexing bug in _mesa_texstore_al88() by Brian Paul · 21 years ago
  100. ed60bc6 don't use // comments (Thomas Hellstrom) by Brian Paul · 21 years ago