1. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
  2. f5581bb don't call XTranslateCoordinates() if rendering to pixmap by Brian Paul · 20 years ago
  3. 47b29f5 Add a facility to route all rasterization through a fragment program by Keith Whitwell · 20 years ago
  4. c3f764f Sort instructions for clarity. by Keith Whitwell · 20 years ago
  5. 3151b27 Include negate information in disassembly output. by Keith Whitwell · 20 years ago
  6. 209b090 Mark unused registers as undefined so dissassemblers can recognized them easily. by Keith Whitwell · 20 years ago
  7. d8f9599 Improve the quality of the disassembly output for fragment programs. by Keith Whitwell · 20 years ago
  8. c6e1569 by Jouk Jansen · 20 years ago
  9. 82761cb DRI fbdev driver getting better. Now I can see something on the screen by Jon Smirl · 20 years ago
  10. c22990c sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) by Brian Paul · 20 years ago
  11. 884b5ad Import all texture coordinate arrays. Import them only once. by Keith Whitwell · 20 years ago
  12. 138b7ef Add support to external tnl switcher and disable hw tnl by default. by Aapo Tahkola · 20 years ago
  13. 3a93455 Bumped the Savage driver date (a bit late) to mark S3TC support. by Felix Kuehling · 20 years ago
  14. 5f0bf77 Fixed and cleaned up programming of watermark registers. There may be by Felix Kuehling · 20 years ago
  15. 8af7ff1 Improve the DRI fb driver, now it compiles. by Jon Smirl · 20 years ago
  16. 1c54579 apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and regenerate get.c by Brian Paul · 20 years ago
  17. 7d33053 r300 side support for fixed function pipeline. This isnt functional with current Mesa. by Aapo Tahkola · 20 years ago
  18. 47d18cb Fixed bogus ENUM_TO_BOOLEAN in by Felix Kuehling · 20 years ago
  19. f1d053b Added S3TC support to the Savage driver with some help from Mark Cass's by Felix Kuehling · 20 years ago
  20. 28d0a9c Fix include path to make build work by Jon Smirl · 20 years ago
  21. 5f534aa Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4. by Keith Whitwell · 20 years ago
  22. e9e20fc Add DISASSEM define, similar to other program generator files. by Keith Whitwell · 20 years ago
  23. 5c81a4b Put back not-so-redundant #ifdef. by Keith Whitwell · 20 years ago
  24. a6ebcdf Remove redundant #ifdef, fix compiler warning by Keith Whitwell · 20 years ago
  25. 15e75e0 Maintain a fragment program for current texturing state. by Keith Whitwell · 20 years ago
  26. d59054e fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't trashed by color index updates by Brian Paul · 20 years ago
  27. 5cef1a1 Stop gcc-4.0 complaining about "type qualifiers ignored on function by Keith Whitwell · 20 years ago
  28. 545515c Stop gcc-4.0 complaining about "type qualifiers ignored on function by Keith Whitwell · 20 years ago
  29. 97e1e60 move set_component_sizes() to fix bug 3135 by Brian Paul · 20 years ago
  30. 55d8dd4 tweak previous fog/fragment program fix by Brian Paul · 20 years ago
  31. d09df24 added interpolate_fog() by Brian Paul · 20 years ago
  32. c03b6f4 enable fog render input if fragment program fog option set by Brian Paul · 20 years ago
  33. c039af1 comments and minor clean-up by Brian Paul · 20 years ago
  34. c3259fa Fix as suggested by Ben Skeggs. by Aapo Tahkola · 20 years ago
  35. b83aadb Ensure all VB->AttribPtr[] are populated. Reported by Aapo Tahkola by Keith Whitwell · 20 years ago
  36. 576caad Minor changes to make linux-solo build again by Jon Smirl · 20 years ago
  37. cbc8d75 Software fallback for glColorMask. Can be avoided on Savage4 when all by Felix Kuehling · 20 years ago
  38. 6ffd0a4 Modifying to build against current Mesa. Disabled r200*.c files since they didnt want to build anymore. by Aapo Tahkola · 20 years ago
  39. 5c90692 Fixed a segfault introduced by Keith's pipeline changes. by Felix Kuehling · 20 years ago
  40. 9b4536a Texturing fixes for Savage3D/MX/IX: by Felix Kuehling · 20 years ago
  41. df943a4 Fix the worst problems with dangling edgeflag references in by Keith Whitwell · 20 years ago
  42. 0d4af83 Updates for pipeline_stage struct changes. by Keith Whitwell · 20 years ago
  43. bf87f86 First pass at updating these drivers with pipeline_stage struct changes. by Keith Whitwell · 20 years ago
  44. 963586b Added a French translation of option descriptions by Stephane Marchesin. by Felix Kuehling · 20 years ago
  45. adbff7e initial EGL code by Brian Paul · 20 years ago
  46. a661654 Move the call to _tnl_UpdateFixedFunctionProgram to make by Keith Whitwell · 20 years ago
  47. 6f973f3 Simplify the pipeline_stage structure by Keith Whitwell · 20 years ago
  48. 6a13c7d Up the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power of two. by Keith Whitwell · 20 years ago
  49. addcc6a Add more error checking. by Michal Krol · 20 years ago
  50. 19fb77e Cosmetic changes. by Michal Krol · 20 years ago
  51. b10d080 Move some utility functions to slang_utility.c. by Michal Krol · 20 years ago
  52. 3ed1f07 Provide precompiled binary versions of built-in library .gc sources by Michal Krol · 20 years ago
  53. 2cbbd3d undef DEPTH_TYPE at end by Brian Paul · 20 years ago
  54. a7fcac5 Fixed some suspicious pointer casts that caused lots of by Felix Kuehling · 20 years ago
  55. 07d91bb Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. Disabled by Felix Kuehling · 20 years ago
  56. b3474de Adding some comments. by Aapo Tahkola · 20 years ago
  57. 7c26b61 Reduce the size of mesa's internal fragment and vertex program by Keith Whitwell · 20 years ago
  58. 88b69d7 use _mesa_pow() for LIT (bug 3087) by Brian Paul · 20 years ago
  59. f069e5e Facility to construct a vertex program which executes the current by Keith Whitwell · 20 years ago
  60. 0ff98b0 New software implementation of ARB_vertex_program. Similar in speed by Keith Whitwell · 20 years ago
  61. 70375af Had some odd problems with add and temps so doing it with mad. Adding some MAD_2 cases. by Aapo Tahkola · 20 years ago
  62. 52bf005 fix state.light[n].spot.direction.w value (bug 3083) by Brian Paul · 20 years ago
  63. 8d51bbf clean up buffer creation code by Brian Paul · 20 years ago
  64. fc8f202 Reorganized shader stuff. by Aapo Tahkola · 20 years ago
  65. c4e1fd5 Fixes for bugs that were nailed down when compairing against software vertex shading. by Aapo Tahkola · 20 years ago
  66. f8ed0aa Fixing and enabling elt buffers by default. by Aapo Tahkola · 20 years ago
  67. d03ab10 If the file name passed to parse_GL_API is None or "-", read from standard by Ian Romanick · 20 years ago
  68. 93d2d54 Refactor a bunch of common code from the "leaf" scripts to a new functions, by Ian Romanick · 20 years ago
  69. 8ea2265 Fill-in function offsets and correct a couple typos. by Ian Romanick · 20 years ago
  70. 2510ba6 Convert all Python scripts to use XML namespaces. by Ian Romanick · 20 years ago
  71. b714256 Alpha test fix by Peter Zubaj · 20 years ago
  72. 61f08d8 Move the DTD to its own file. by Ian Romanick · 20 years ago
  73. f905145 comments and clean-up by Brian Paul · 20 years ago
  74. 02986cb Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and by Ian Romanick · 20 years ago
  75. 2e823f2 Send GL_PACK_INVERT_MESA state to the server. This fixes bug #2538. by Ian Romanick · 20 years ago
  76. b526731 s/NORMAL/FOG/ (J.P. Delport) by Brian Paul · 20 years ago
  77. 49b1d95 by Jouk Jansen · 20 years ago
  78. e9a3d8a added SLANG_SOURCES to SOLO_C_SOURCES by Brian Paul · 20 years ago
  79. 635ee2d added _mesa_share_state() by Brian Paul · 20 years ago
  80. 509710c more gldirect compile fixes. Getting near the linking stage now. No build file yet. by Ben Crossman · 20 years ago
  81. efb41b0 remove carriage returns by Brian Paul · 20 years ago
  82. 78803b2 Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From the spec: by Keith Whitwell · 20 years ago
  83. a131d50 add shader/slang/slang_preprocess.c by Michal Krol · 20 years ago
  84. e3a846b implement info log; parse #version directive by Michal Krol · 20 years ago
  85. 65ce508 slang preprocessor by Michal Krol · 20 years ago
  86. 8855664 slang #version directive syntax by Michal Krol · 20 years ago
  87. 35725a9 change __asm statement semantics by Michal Krol · 20 years ago
  88. d8aa5ff Reverted the last change back to fix bug 3035 by Ben Crossman · 20 years ago
  89. 067e788 Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute. by Ian Romanick · 20 years ago
  90. 73b4c1b Refactor the handling of the '(true | false)' enumerated attributes. by Ian Romanick · 20 years ago
  91. a3deff2 Modify the DTD to use NMTOKEN, enumerants, and explicit default values by Ian Romanick · 20 years ago
  92. 6cae4f3 In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the by Ian Romanick · 20 years ago
  93. f434e07 Add missing includes of indirect.h. by Ian Romanick · 20 years ago
  94. 3694042 A few getenv() that werent using the mesa wrapper version by Ben Crossman · 20 years ago
  95. b2b01a6 Some initial compile fixes. Still some left and warnings that need fixing. No where near runnable yet. by Ben Crossman · 20 years ago
  96. 60e2810 Disable CLOD (Lod constant) state emit. The values emitted were by Keith Whitwell · 20 years ago
  97. 99b329c hook to _slang_compile() by Michal Krol · 20 years ago
  98. ed5f790 cosmetic changes by Michal Krol · 20 years ago
  99. 8c01903 ARB_fragment_shader state by Michal Krol · 20 years ago
  100. 6372ea0 ARB_fragment/vertex_shader state by Michal Krol · 20 years ago