1. 1e27451 Committing in . by Jouk Jansen · 21 years ago
  2. 09a4fcb added support for textures bigger than HW can support (SW rescaling) by Daniel Borca · 21 years ago
  3. b005b82 re-enabled trilinearness by Daniel Borca · 21 years ago
  4. d075366 small fixes by Daniel Borca · 21 years ago
  5. 66304ec updated FX wrapper by Daniel Borca · 21 years ago
  6. eba6bac Removed some dead code. R128 does not (as far as I can tell) support by Ian Romanick · 21 years ago
  7. 3d8f7d4 Added some missing extension strings. by Ian Romanick · 21 years ago
  8. cdde03e remove stuff that's now in glext.h by Brian Paul · 21 years ago
  9. c661ccc updated to version 21 with OpenGL 1.5 support by Brian Paul · 21 years ago
  10. c6c4cd8 silence compiler warnings by Karl Schultz · 21 years ago
  11. 4f7a8f3 remove unused variable by Karl Schultz · 21 years ago
  12. 1852f4f change type of loop index var to remove compiler warning. by Karl Schultz · 21 years ago
  13. d575248 add cast to quiet compiler warning by Karl Schultz · 21 years ago
  14. 1c5a45e init an uninitialized variable. This doesn't fix a latent bug because by Karl Schultz · 21 years ago
  15. 9bb7a55 add casts to silence compiler warnings by Karl Schultz · 21 years ago
  16. d612d7e add t_vertex.c to project by Karl Schultz · 21 years ago
  17. 22e68de remove ss_vb.c from project by Karl Schultz · 21 years ago
  18. 8bec7c0 Don't call _tnl_draw_range_elements() unless start == 0. by Keith Whitwell · 21 years ago
  19. 553a8e0 Removed redundant extension strings. The Mesa extension mechanism by Ian Romanick · 21 years ago
  20. e96d5b9 latest bug fixes by Brian Paul · 21 years ago
  21. f7650b6 added note about mklib permissions by Brian Paul · 21 years ago
  22. a62bccf make executable by Brian Paul · 21 years ago
  23. 1b65e52 Glide driver (windowed mode) fix for Voodoo2 by Daniel Borca · 21 years ago
  24. bf30122 comment-out the touch/rm depend lines by Brian Paul · 21 years ago
  25. ebe0ca3 change -O to -O2 for aix-gcc by Brian Paul · 21 years ago
  26. b673fc4 fix vertex program debugger issues (Bug 874382) by Brian Paul · 21 years ago
  27. 8bc3ce9 call _mesa_delete_texture_object() from in the driver's DeleteTexture function by Brian Paul · 21 years ago
  28. add9f21 add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some comments by Brian Paul · 21 years ago
  29. 4dd4ac3 Actually disable HW TCL capability when SW TCL is forced. by Michel Dänzer · 21 years ago
  30. b074308 more aix-gcc tweaking by Brian Paul · 21 years ago
  31. da93ecd aix-gcc tweaks by Brian Paul · 21 years ago
  32. e3cc5c3 removed MAKELIB lines. tweak openbsd config by Brian Paul · 21 years ago
  33. ff35158 added OSMESA_LIB_DEPS needed for some platforms by Brian Paul · 21 years ago
  34. ae6c594 added aix-gcc config by Brian Paul · 21 years ago
  35. 12d6cae Use same steps for Linux and OpenBSD. Added AIX/gcc support. by Brian Paul · 21 years ago
  36. cf75101 regenerated to support new 1.5 functions, etc. by Brian Paul · 21 years ago
  37. bd09d49 re-enable SSE code, except for the _mesa_sse_transform_points4_identity() function. Use the x86 version instead by Brian Paul · 21 years ago
  38. ed98b86 Change < to <= when testing counts against ctx->Const.MaxArrayLockSize, by Brian Paul · 21 years ago
  39. a05b154 Roland Scheidegger's r200_changeemitorder.diff. by Keith Whitwell · 21 years ago
  40. 0f47e00 Fixed a few typos in the german translation. by Felix Kuehling · 21 years ago
  41. 088eb4f set StringPos field in parse_vp_instruction (Mesa bug 873011) by Brian Paul · 21 years ago
  42. 332a674 Committing in . by Jouk Jansen · 21 years ago
  43. fb2a95b Perform check for dstclip[3] == 0. by Keith Whitwell · 21 years ago
  44. 2fa774e keeping things safe: sanity check back by Daniel Borca · 21 years ago
  45. a71d444 envvars to control run-time by Daniel Borca · 21 years ago
  46. 1a2a1f0 updated makefiles by Daniel Borca · 21 years ago
  47. d994f6d removed unnecessary (now) sanity check by Daniel Borca · 21 years ago
  48. 94de418 Use hand-made number parsing functions as the libc routines are locale-dependent. Thanks to Pavel harry_x Palat for pointing that out. by Felix Kuehling · 21 years ago
  49. 49bef52 reindent the code by Brian Paul · 21 years ago
  50. d7af11a updates for 6.0 release by Brian Paul · 21 years ago
  51. 731852f bugfix in texture swapping mechanism (multitex) by Daniel Borca · 21 years ago
  52. 6471160 temporary workaround for bad primitives in fx_render_vb_quads by Daniel Borca · 21 years ago
  53. 4c75d90 protect against broken apps by Daniel Borca · 21 years ago
  54. 63f025c teensy bit of optimization in interp code by Daniel Borca · 21 years ago
  55. e1ecdc3 wgl interface by Daniel Borca · 21 years ago
  56. 972f3cc cleanups by Daniel Borca · 21 years ago
  57. 17f2e55 sanity check for vertex counter by Daniel Borca · 21 years ago
  58. 722cb89 no-op table on par with main dispatcher by Daniel Borca · 21 years ago
  59. ff1c766 Mingw3 prototypes by Daniel Borca · 21 years ago
  60. 203dca4 Testing by Keith Whitwell · 21 years ago
  61. a48a280 added Aqsis link by Brian Paul · 21 years ago
  62. b4b0465 remove BMRT link by Brian Paul · 21 years ago
  63. 85138fa Add comment regarding sse disable by Keith Whitwell · 21 years ago
  64. 20caac0 SSE segfaults in conform - disable for now. by Keith Whitwell · 21 years ago
  65. 38bf45d Fixes for _swsetup_Translate() by Keith Whitwell · 21 years ago
  66. 44d4a8f Apply attribute offset when calling extract(). Simplify stride calcs. by Keith Whitwell · 21 years ago
  67. 10095c9 Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff by Eric Anholt · 21 years ago
  68. 2835070 added missing descrip.mms files to tar file list by Brian Paul · 21 years ago
  69. 16f5421 Slight cleanup by Keith Whitwell · 21 years ago
  70. fc9f313 Remove debug by Keith Whitwell · 21 years ago
  71. 5882257 Beef up t_vertex.c: by Keith Whitwell · 21 years ago
  72. ce81fe6 Add t_vertex.c by Keith Whitwell · 21 years ago
  73. 7907340 Re-commit t_vertex.[ch] changes to fd.o server. by Keith Whitwell · 21 years ago
  74. effc739 Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200. by Felix Kuehling · 21 years ago
  75. dbfe7ae Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one by Felix Kuehling · 21 years ago
  76. 22d1acf New, less expensive workaround for state-change lockups. by Felix Kuehling · 21 years ago
  77. 9741dd6 Reenable the vtxfmt code paths in the radeon and r200 drivers. by Felix Kuehling · 21 years ago
  78. 41c310b whitespace changes and new comments by Brian Paul · 21 years ago
  79. 4d1b773 latest updates by Brian Paul · 21 years ago
  80. d7a3b7e added -fPIC -fomit-frame-pointer etc to sunos5-gcc configs (bug 868737) by Brian Paul · 21 years ago
  81. fc528e2 added info about S3TC texture compression by Brian Paul · 21 years ago
  82. 1fdfd54 updated CVS info by Brian Paul · 21 years ago
  83. 2788927 Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial. by Felix Kuehling · 21 years ago
  84. 7a57932 Don't allow lighting in model coordinates when fog is active, by Keith Whitwell · 21 years ago
  85. eff4abc Correct sense of ctx->_ForceEyeCoords (Felix Kuhling) by Keith Whitwell · 21 years ago
  86. f903e11 the optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken by Brian Paul · 21 years ago
  87. 0ee5f62 reverted TMUs for proper multitexturing by Daniel Borca · 21 years ago
  88. fabb973 new files by Keith Whitwell · 21 years ago
  89. 259b880 Version bumps, etc for Mesa 6.0 by Brian Paul · 21 years ago
  90. e9e9840 DMesa: removed MGA2064W driver by Daniel Borca · 21 years ago
  91. eee77bf added link to RELNOTES-5.1 by Brian Paul · 21 years ago
  92. 9ccc841 added MD5 checksums for 5.1 tarballs by Brian Paul · 21 years ago
  93. ede655c updates for 5.1 release by Brian Paul · 21 years ago
  94. 63a5cbb Fix to work with the C preprocessor in GCC 3.3.x. by Ian Romanick · 21 years ago
  95. 829adae updated location of config.h by Brian Paul · 21 years ago
  96. 65aeac0 s/Makefile.X11/Makefile.solo/ for make clean by Brian Paul · 21 years ago
  97. 63f4e19 fix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick) by Brian Paul · 21 years ago
  98. b3b725b Assorted mklib tweaks. Added Intel icc support to mklib. by Brian Paul · 21 years ago
  99. f80220d EXT_secondary_color and EXT_separate_specular via multipass by Daniel Borca · 21 years ago
  100. 7aa77b6 Problem computing specular value in OPCODE_LIT - pulled in value from by Karl Rasche · 21 years ago