1. a3deff2 Modify the DTD to use NMTOKEN, enumerants, and explicit default values by Ian Romanick · 20 years ago
  2. 6cae4f3 In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the by Ian Romanick · 20 years ago
  3. f434e07 Add missing includes of indirect.h. by Ian Romanick · 20 years ago
  4. 3694042 A few getenv() that werent using the mesa wrapper version by Ben Crossman · 20 years ago
  5. b2b01a6 Some initial compile fixes. Still some left and warnings that need fixing. No where near runnable yet. by Ben Crossman · 20 years ago
  6. 60e2810 Disable CLOD (Lod constant) state emit. The values emitted were by Keith Whitwell · 20 years ago
  7. 99b329c hook to _slang_compile() by Michal Krol · 20 years ago
  8. ed5f790 cosmetic changes by Michal Krol · 20 years ago
  9. 8c01903 ARB_fragment_shader state by Michal Krol · 20 years ago
  10. 6372ea0 ARB_fragment/vertex_shader state by Michal Krol · 20 years ago
  11. 2a37053 ARB_shading_language_100 bit; Fragment shader derivative hint by Michal Krol · 20 years ago
  12. 1e8fc5f add GL_ARB_shading_language_100; by Michal Krol · 20 years ago
  13. 5c968cb add FEATURE_ARB_shading_language_100; by Michal Krol · 20 years ago
  14. 98e3502 do not use isdigit() - can cause link errors by Michal Krol · 20 years ago
  15. fd451b6 updated procedure for getting CVS-write access by Brian Paul · 20 years ago
  16. 25fe93f Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all by Ian Romanick · 20 years ago
  17. c604e45 Revert revision 1.13. This allows server-side libGLcore (in X.org) to build by Ian Romanick · 20 years ago
  18. 9a5ba47 add SLANG_SOURCES by Michal Krol · 20 years ago
  19. fa2802d clean-up stuff by Michal Krol · 20 years ago
  20. 0e7836b simple front-end compiler by Michal Krol · 20 years ago
  21. d3ea221 add __fixed_input and __fixed_output qualifier support; by Michal Krol · 20 years ago
  22. 2f95168 cosmetic changes; by Michal Krol · 20 years ago
  23. 5a38200 cosmetic changes; fix syntax errors; by Michal Krol · 20 years ago
  24. f18d70b cosmetic changes; by Michal Krol · 20 years ago
  25. cfcf86b converts a .gc file to a C header containing string form of the file by Michal Krol · 20 years ago
  26. 0ad2ef2 Added a Spanish translation by David Rubio Miguélezand a Dutch by Felix Kuehling · 20 years ago
  27. ad0dbe6 Changed escaping of double quotes. by Felix Kuehling · 20 years ago
  28. 41bddcf PF_8A8R8G8B pixel format (Dave Reveman) by Brian Paul · 20 years ago
  29. 55ba0dc Manage option translations in separate .po files to make translations by Felix Kuehling · 20 years ago
  30. aaa5a66 set table size to 1023 and use new HASH_FUNC() macro by Brian Paul · 20 years ago
  31. 5f92c38 Bug #2945: Fix math error that left half the hash buckets empty. by Adam Jackson · 20 years ago
  32. db382c5 Remove all the radeon_subset files. They were completely unused. Keith by Ian Romanick · 20 years ago
  33. a657c1a Use the same dispatch.c source file for "normal" Mesa builds and DRI by Ian Romanick · 20 years ago
  34. d9c389d Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_language to enable/disable relevant code. by Brian Paul · 20 years ago
  35. c51ed8c Follow the GLX_SGIX_fbconfig spec and return the complete list of by Ian Romanick · 20 years ago
  36. c617829 added wrappers/helpers for creating/destroying rendering contexts by Brian Paul · 20 years ago
  37. c3984fc changed implementation of GetAllFBConfigs() by Brian Paul · 20 years ago
  38. 481bdd3 Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all by Brian Paul · 20 years ago
  39. bfc8a8d Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is by Ian Romanick · 20 years ago
  40. 29c909f Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it by Ian Romanick · 20 years ago
  41. 5234d17 Don't call PrimitiveNotify with an invalid primitive. Fix ipers wireframe mode. by Keith Whitwell · 20 years ago
  42. c39a4bc s/Togle/Toggle/ by Brian Paul · 20 years ago
  43. a92100a updated warning string to match patch in bug report 2868 by Brian Paul · 20 years ago
  44. fe1230f Use FEATURE_shading_language to control whether the shading language by Brian Paul · 20 years ago
  45. 26772ac Disable _mesa_3dlabs_create_{program,shader}_object references. by Adam Jackson · 20 years ago
  46. 425569b Disable C++ shading language code yet again. Doesn't compile with older by Brian Paul · 20 years ago
  47. 93b52d9 re-enable shading language sources by Brian Paul · 20 years ago
  48. 1706ba4 re-enable _mesa_init_shaderobjects_3dlabs() call by Brian Paul · 20 years ago
  49. 9a54843 fix a variety of warnings/errors by Brian Paul · 20 years ago
  50. cb80e39 disable 3dlabs shading language code until build is fixed by Brian Paul · 20 years ago
  51. 32e845f disable _mesa_init_shaderobjects_3dlabs() call until build is fixed by Brian Paul · 20 years ago
  52. 7d4abc9 remove INSTALL.GNU from tarball list by Brian Paul · 20 years ago
  53. a62fe7f obsolete by Brian Paul · 20 years ago
  54. 00e599e implement gl2_3dlabs_shhandle interface; resolve few TODOs by Michal Krol · 20 years ago
  55. 1d7f719 cleanup query functions by Michal Krol · 20 years ago
  56. 05ab19e add _mesa_init_shaderobjects_3dlabs() declaration by Michal Krol · 20 years ago
  57. a095aa4 fix comments; fix TBuiltInResource typedef by Michal Krol · 20 years ago
  58. 675f802 fix comments; disable DLL linkage for WIN32 by Michal Krol · 20 years ago
  59. 116986b Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS. by Felix Kuehling · 20 years ago
  60. 798e753 Initialize texture addresses to something valid. by Felix Kuehling · 20 years ago
  61. ce1d7ee remove file after merge by Keith Whitwell · 20 years ago
  62. 068039e no change by Brian Paul · 20 years ago
  63. 05bbafa use $(*_LIB) in the *_LIB_NAME definitions by Brian Paul · 20 years ago
  64. 8fb17f5 rename mesaVis to try and improve clarity by Keith Whitwell · 20 years ago
  65. 3e62d3a add FreeTexImageData hook to help single-copy texturing in drivers by Keith Whitwell · 20 years ago
  66. 050b77a merge unichrome changes from branch by Keith Whitwell · 20 years ago
  67. 59b4b7e Remove test for defined(DRM_USE_MALLOC) around definition of drmSIGIOHandler(). by Keith Whitwell · 20 years ago
  68. 46d50d9 Add more formats to test. by Keith Whitwell · 20 years ago
  69. de4fe1e Add DRM_USE_MALLOC flag by Keith Whitwell · 20 years ago
  70. 7f8e10f Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer in by Keith Whitwell · 20 years ago
  71. e7c7a0f Add support for production version of ATI RN50/ES1000. (ATI Technologies Inc.) by Michel Dänzer · 20 years ago
  72. 6bd3907 Misc fixes. by Aapo Tahkola · 20 years ago
  73. 2fb2e27 update against 03-Feb-2005 release by Michal Krol · 20 years ago
  74. 5b641a5 enable all 3dlabs front-end compiler sources by Michal Krol · 20 years ago
  75. 706bb1c a little program to change // comments to /* */ ones by Michal Krol · 20 years ago
  76. 1d5c727 glslang flex and bison sources: by Michal Krol · 20 years ago
  77. a890cee Fix to get doom3 started. by Aapo Tahkola · 20 years ago
  78. 8a7dcd9 xmllint fixes. Revert 'note_unflushed' changes that were accidetnally by Ian Romanick · 20 years ago
  79. a78bbd0 Simple TCL stage and ability to disable vps. by Aapo Tahkola · 20 years ago
  80. 80a939c Enable the generation of server-side __glGetBooleanv_size and related by Ian Romanick · 20 years ago
  81. 6af6a69 Minor refactoring and code tweaking. The only notable chage is that by Ian Romanick · 20 years ago
  82. 979f35f Minor vertex array support tweaks. These are in preparation for the by Ian Romanick · 20 years ago
  83. b81efaa Minor vertex array support tweaks. Most of these are in preparation for the by Ian Romanick · 20 years ago
  84. 00e760c Refactored some of the code for PrintGlxReqSize_[ch]. This ensures that the by Ian Romanick · 20 years ago
  85. 3f35fbb Fix the handling of zero-sized output parameters (i.e., those with type by Ian Romanick · 20 years ago
  86. 9eae0b9 Hard-code the client-side maximum GL version. It turns out that there are by Ian Romanick · 20 years ago
  87. c1aa3d1 Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and broke arbvptorus(takes no input color but produces output color). Also removing some useless code. by Aapo Tahkola · 20 years ago
  88. dd9da8c Fixed some strangeness when mixing textured/flat primitives. Skipping texture units should render correctly also. Aapo, I dont think I broke glxgears again on you... by Ben Skeggs · 20 years ago
  89. fbe5296 add support for user-configurable brilinear filtering on r200 by Roland Scheidegger · 20 years ago
  90. 7541794 Fix to get glxgears display anything. by Aapo Tahkola · 20 years ago
  91. 3c4c86a For some reason the Makefile didn't commit.. by Ben Skeggs · 20 years ago
  92. 34dd484 Initial multitexturing support. Old behaviour can be re-enabled by changing ifdefs in r300_setup_rs_unit and r300SetupPixelShader in r300_state.c\nRequires DRM update. by Ben Skeggs · 20 years ago
  93. 7457a64 If setting GL_PACK_INVERT_MESA results in a GL error, log it. by Ian Romanick · 20 years ago
  94. bd5bba8 When timestamping textures, need to emit the event with SAVAGE_WAIT_3D by Felix Kuehling · 20 years ago
  95. e2e4a5c Stencil support by Peter Zubaj · 20 years ago
  96. 02eb36f re-enable slang sources by Michal Krol · 20 years ago
  97. 0c7d2ff make it compile under linux by Michal Krol · 20 years ago
  98. 5c9d21d make it compile under gcc 3.3.2 by Michal Krol · 20 years ago
  99. 8998de5 fix enum comma by Michal Krol · 20 years ago
  100. 278c602 Replacing alpha test bits with values that give desired results as compaired to software rendering. Alpha test in textures is still completely broken as can be seen in progs/demos/fire and various games. by Aapo Tahkola · 20 years ago