1. fc8f202 Reorganized shader stuff. by Aapo Tahkola · 20 years ago
  2. c4e1fd5 Fixes for bugs that were nailed down when compairing against software vertex shading. by Aapo Tahkola · 20 years ago
  3. f8ed0aa Fixing and enabling elt buffers by default. by Aapo Tahkola · 20 years ago
  4. d03ab10 If the file name passed to parse_GL_API is None or "-", read from standard by Ian Romanick · 20 years ago
  5. 93d2d54 Refactor a bunch of common code from the "leaf" scripts to a new functions, by Ian Romanick · 20 years ago
  6. 8ea2265 Fill-in function offsets and correct a couple typos. by Ian Romanick · 20 years ago
  7. 2510ba6 Convert all Python scripts to use XML namespaces. by Ian Romanick · 20 years ago
  8. b714256 Alpha test fix by Peter Zubaj · 20 years ago
  9. 61f08d8 Move the DTD to its own file. by Ian Romanick · 20 years ago
  10. f905145 comments and clean-up by Brian Paul · 20 years ago
  11. 02986cb Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and by Ian Romanick · 20 years ago
  12. 2e823f2 Send GL_PACK_INVERT_MESA state to the server. This fixes bug #2538. by Ian Romanick · 20 years ago
  13. b526731 s/NORMAL/FOG/ (J.P. Delport) by Brian Paul · 20 years ago
  14. 49b1d95 by Jouk Jansen · 20 years ago
  15. e9a3d8a added SLANG_SOURCES to SOLO_C_SOURCES by Brian Paul · 20 years ago
  16. afb3fb4 config for profiling with gprof by Brian Paul · 20 years ago
  17. 635ee2d added _mesa_share_state() by Brian Paul · 20 years ago
  18. 509710c more gldirect compile fixes. Getting near the linking stage now. No build file yet. by Ben Crossman · 20 years ago
  19. efb41b0 remove carriage returns by Brian Paul · 20 years ago
  20. 78803b2 Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From the spec: by Keith Whitwell · 20 years ago
  21. a131d50 add shader/slang/slang_preprocess.c by Michal Krol · 20 years ago
  22. e3a846b implement info log; parse #version directive by Michal Krol · 20 years ago
  23. 65ce508 slang preprocessor by Michal Krol · 20 years ago
  24. 8855664 slang #version directive syntax by Michal Krol · 20 years ago
  25. 35725a9 change __asm statement semantics by Michal Krol · 20 years ago
  26. d8aa5ff Reverted the last change back to fix bug 3035 by Ben Crossman · 20 years ago
  27. 067e788 Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute. by Ian Romanick · 20 years ago
  28. 73b4c1b Refactor the handling of the '(true | false)' enumerated attributes. by Ian Romanick · 20 years ago
  29. a3deff2 Modify the DTD to use NMTOKEN, enumerants, and explicit default values by Ian Romanick · 20 years ago
  30. 6cae4f3 In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the by Ian Romanick · 20 years ago
  31. f434e07 Add missing includes of indirect.h. by Ian Romanick · 20 years ago
  32. 3694042 A few getenv() that werent using the mesa wrapper version by Ben Crossman · 20 years ago
  33. b2b01a6 Some initial compile fixes. Still some left and warnings that need fixing. No where near runnable yet. by Ben Crossman · 20 years ago
  34. 60e2810 Disable CLOD (Lod constant) state emit. The values emitted were by Keith Whitwell · 20 years ago
  35. 99b329c hook to _slang_compile() by Michal Krol · 20 years ago
  36. ed5f790 cosmetic changes by Michal Krol · 20 years ago
  37. 8c01903 ARB_fragment_shader state by Michal Krol · 20 years ago
  38. 6372ea0 ARB_fragment/vertex_shader state by Michal Krol · 20 years ago
  39. 2a37053 ARB_shading_language_100 bit; Fragment shader derivative hint by Michal Krol · 20 years ago
  40. 1e8fc5f add GL_ARB_shading_language_100; by Michal Krol · 20 years ago
  41. 5c968cb add FEATURE_ARB_shading_language_100; by Michal Krol · 20 years ago
  42. 98e3502 do not use isdigit() - can cause link errors by Michal Krol · 20 years ago
  43. fd451b6 updated procedure for getting CVS-write access by Brian Paul · 20 years ago
  44. 25fe93f Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all by Ian Romanick · 20 years ago
  45. c604e45 Revert revision 1.13. This allows server-side libGLcore (in X.org) to build by Ian Romanick · 20 years ago
  46. 9a5ba47 add SLANG_SOURCES by Michal Krol · 20 years ago
  47. fa2802d clean-up stuff by Michal Krol · 20 years ago
  48. 0e7836b simple front-end compiler by Michal Krol · 20 years ago
  49. d3ea221 add __fixed_input and __fixed_output qualifier support; by Michal Krol · 20 years ago
  50. 2f95168 cosmetic changes; by Michal Krol · 20 years ago
  51. 5a38200 cosmetic changes; fix syntax errors; by Michal Krol · 20 years ago
  52. f18d70b cosmetic changes; by Michal Krol · 20 years ago
  53. cfcf86b converts a .gc file to a C header containing string form of the file by Michal Krol · 20 years ago
  54. 0ad2ef2 Added a Spanish translation by David Rubio Miguélezand a Dutch by Felix Kuehling · 20 years ago
  55. ad0dbe6 Changed escaping of double quotes. by Felix Kuehling · 20 years ago
  56. 41bddcf PF_8A8R8G8B pixel format (Dave Reveman) by Brian Paul · 20 years ago
  57. 55ba0dc Manage option translations in separate .po files to make translations by Felix Kuehling · 20 years ago
  58. aaa5a66 set table size to 1023 and use new HASH_FUNC() macro by Brian Paul · 20 years ago
  59. 5f92c38 Bug #2945: Fix math error that left half the hash buckets empty. by Adam Jackson · 20 years ago
  60. db382c5 Remove all the radeon_subset files. They were completely unused. Keith by Ian Romanick · 20 years ago
  61. a657c1a Use the same dispatch.c source file for "normal" Mesa builds and DRI by Ian Romanick · 20 years ago
  62. 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
  63. c51ed8c Follow the GLX_SGIX_fbconfig spec and return the complete list of by Ian Romanick · 20 years ago
  64. c617829 added wrappers/helpers for creating/destroying rendering contexts by Brian Paul · 20 years ago
  65. c3984fc changed implementation of GetAllFBConfigs() by Brian Paul · 20 years ago
  66. 481bdd3 Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all by Brian Paul · 20 years ago
  67. bfc8a8d Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is by Ian Romanick · 20 years ago
  68. 29c909f Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it by Ian Romanick · 20 years ago
  69. 5234d17 Don't call PrimitiveNotify with an invalid primitive. Fix ipers wireframe mode. by Keith Whitwell · 20 years ago
  70. c39a4bc s/Togle/Toggle/ by Brian Paul · 20 years ago
  71. a92100a updated warning string to match patch in bug report 2868 by Brian Paul · 20 years ago
  72. fe1230f Use FEATURE_shading_language to control whether the shading language by Brian Paul · 20 years ago
  73. 26772ac Disable _mesa_3dlabs_create_{program,shader}_object references. by Adam Jackson · 20 years ago
  74. 425569b Disable C++ shading language code yet again. Doesn't compile with older by Brian Paul · 20 years ago
  75. 93b52d9 re-enable shading language sources by Brian Paul · 20 years ago
  76. 1706ba4 re-enable _mesa_init_shaderobjects_3dlabs() call by Brian Paul · 20 years ago
  77. 9a54843 fix a variety of warnings/errors by Brian Paul · 20 years ago
  78. cb80e39 disable 3dlabs shading language code until build is fixed by Brian Paul · 20 years ago
  79. 32e845f disable _mesa_init_shaderobjects_3dlabs() call until build is fixed by Brian Paul · 20 years ago
  80. 7d4abc9 remove INSTALL.GNU from tarball list by Brian Paul · 20 years ago
  81. a62fe7f obsolete by Brian Paul · 20 years ago
  82. 00e599e implement gl2_3dlabs_shhandle interface; resolve few TODOs by Michal Krol · 20 years ago
  83. 1d7f719 cleanup query functions by Michal Krol · 20 years ago
  84. 05ab19e add _mesa_init_shaderobjects_3dlabs() declaration by Michal Krol · 20 years ago
  85. a095aa4 fix comments; fix TBuiltInResource typedef by Michal Krol · 20 years ago
  86. 675f802 fix comments; disable DLL linkage for WIN32 by Michal Krol · 20 years ago
  87. 116986b Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS. by Felix Kuehling · 20 years ago
  88. 798e753 Initialize texture addresses to something valid. by Felix Kuehling · 20 years ago
  89. ce1d7ee remove file after merge by Keith Whitwell · 20 years ago
  90. 068039e no change by Brian Paul · 20 years ago
  91. 05bbafa use $(*_LIB) in the *_LIB_NAME definitions by Brian Paul · 20 years ago
  92. 8fb17f5 rename mesaVis to try and improve clarity by Keith Whitwell · 20 years ago
  93. 3e62d3a add FreeTexImageData hook to help single-copy texturing in drivers by Keith Whitwell · 20 years ago
  94. 050b77a merge unichrome changes from branch by Keith Whitwell · 20 years ago
  95. 59b4b7e Remove test for defined(DRM_USE_MALLOC) around definition of drmSIGIOHandler(). by Keith Whitwell · 20 years ago
  96. 46d50d9 Add more formats to test. by Keith Whitwell · 20 years ago
  97. de4fe1e Add DRM_USE_MALLOC flag by Keith Whitwell · 20 years ago
  98. 7f8e10f Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer in by Keith Whitwell · 20 years ago
  99. e7c7a0f Add support for production version of ATI RN50/ES1000. (ATI Technologies Inc.) by Michel Dänzer · 20 years ago
  100. 6bd3907 Misc fixes. by Aapo Tahkola · 20 years ago