1. cb3610e Import the GLX client side library, formerly from xc/lib/GL/glx. Build it by Adam Jackson · 20 years ago
  2. bcd8735 Import sarea.h from Xorg, needed for client GLX code. by Adam Jackson · 20 years ago
  3. 5a9fd2a Implement ColorMask by Nicolai Haehnle · 20 years ago
  4. d586540 Hardware accelerated depth clear by Nicolai Haehnle · 20 years ago
  5. 94987be Bug #1682: Mesa core code that gets linked into DRI drivers should never call by Adam Jackson · 20 years ago
  6. 07553c5 wrap angle value (Philipp Klaus Krause) by Brian Paul · 20 years ago
  7. e57b6d5 addes osdemo32 target (J.P. Delport) by Brian Paul · 20 years ago
  8. 0aa0343 minor fixes from J.P. Delport by Brian Paul · 20 years ago
  9. 74b0080 Big-endian fixes for R200 sw TCL path. by Ian Romanick · 20 years ago
  10. cb49959 - add decimal literal integer support by Michal Krol · 20 years ago
  11. c69ceaf forgot about revision increment by Michal Krol · 20 years ago
  12. b80bc05 - use new program option values from arbprogram.syn by Michal Krol · 20 years ago
  13. ed60e19 remove redundant check of parsed program target by Michal Krol · 20 years ago
  14. 718ba97 change program options numbering to accommodate future options (up to 256) by Michal Krol · 20 years ago
  15. cbef98c add new grammar_check_fast entry for faster parsing by Michal Krol · 20 years ago
  16. 904ef74 - speed up syntax parsing - the parser is now 4 times faster by Michal Krol · 20 years ago
  17. a7855e8 fixed compilation errors by Daniel Borca · 20 years ago
  18. 05517d0 fix compilation error in `convertPalette' (still have to fix the issue, though) by Daniel Borca · 20 years ago
  19. f404ff7 Small optimization for big-endian (e.g., PowerPC) systems. by Ian Romanick · 20 years ago
  20. f459b9f conform to shader spec 1.10.59 by Michal Krol · 20 years ago
  21. cfb6233 conform to language version 1.10 rev 59 resolve TODOs by Michal Krol · 20 years ago
  22. a0720cf print an error message in convertPalette before dying. by Daniel Borca · 20 years ago
  23. c99a99b small fix to match new _mesa_rescale_teximage2d by Daniel Borca · 20 years ago
  24. 1cfe1e8 changed _mesa_rescale_teximage2d to allow rescaling of padded images by Daniel Borca · 20 years ago
  25. 8cd728f added dstRowStride to dxtCompressTexFuncExt; by Daniel Borca · 20 years ago
  26. 13ec04c use RowStride instead of Width in texel fetchers. by Daniel Borca · 20 years ago
  27. b430a1a Fix compile errors when DEBUG is defined. by Ian Romanick · 20 years ago
  28. 48da4a4 Fix t_vertex byte-ordering issues for PowerPC. This was tested with gears by Ian Romanick · 20 years ago
  29. 40e8522 Add ARGB modes to support big-endian systems. by Ian Romanick · 20 years ago
  30. add3881 Fix hangs on big-endian (e.g., PowerPC) hardware. by Ian Romanick · 20 years ago
  31. ff42a00 - FIX: flickering - Scissor support works now by Nicolai Haehnle · 20 years ago
  32. 158a251 added initial support for -exports option, Linux/OpenBSD only for now by Brian Paul · 20 years ago
  33. 901d9b9 GL_OES_read_format info by Brian Paul · 20 years ago
  34. c498742 if CXX or CC env vars aren't set, use g++, gcc by default (Linux) by Brian Paul · 20 years ago
  35. 3152b15 Removed two unnecessary variables. by Ville Syrjala · 20 years ago
  36. 63e9a96 Fixed off by one errors in clipping. by Ville Syrjala · 20 years ago
  37. b1ebd30 Add code to support projective texturing and fix mixed enabling of texture by Eric Anholt · 20 years ago
  38. a1af928 Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that by Eric Anholt · 20 years ago
  39. 33899b7 Add support for OES_read_format. As soon as glext.h is updated with the by Ian Romanick · 20 years ago
  40. 83c74b7 fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645) by Brian Paul · 20 years ago
  41. 1aa37f9 Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format by Ian Romanick · 20 years ago
  42. 12b53f2 Fixed a few places that should have been using GET_SRC_PTR. by Ian Romanick · 20 years ago
  43. ea6786b Convert MGA driver to use new spantmp2.h interface. by Ian Romanick · 20 years ago
  44. 5696710 Huge dumb drop. State: by Nicolai Haehnle · 20 years ago
  45. 0648794 Add support for optimized versions of the code underlying ReadPixels by Ian Romanick · 20 years ago
  46. dc45ee7 Add a license to this file. It was written on VA's watch, so they get by Keith Whitwell · 20 years ago
  47. 07bd4c5 Added some documentation that I managed to figure out through experimentation. by Ian Romanick · 20 years ago
  48. 82f2e80 Make the GL_RENDERER string include the actual chipset information by Ian Romanick · 20 years ago
  49. 447cdd5 Initial support for PowerPC specific code in Mesa and DRI drivers. DRI by Ian Romanick · 20 years ago
  50. b72ed81 Refactor the code in driGetRendererString a bit to make it easier to by Ian Romanick · 20 years ago
  51. f599716 updated fsv URL by Brian Paul · 20 years ago
  52. 81f67fc Eliminate the funky SSE exception test from DRI builds. It's not need by Ian Romanick · 20 years ago
  53. 612d5f6 initial 6.3 changes by Brian Paul · 20 years ago
  54. dfe508c Fix minor fog / fragment program state bug. by Brian Paul · 20 years ago
  55. 886df09 Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch) by Adam Jackson · 20 years ago
  56. f58c61d Let's build again after the support for GL_ARB_draw_buffers was added. by Philippe Houdoin · 20 years ago
  57. d334067 Fix a potential memory leak. by Philippe Houdoin · 20 years ago
  58. fd7f62a Forgot a contributor. by Philippe Houdoin · 20 years ago
  59. ac855a6 Implement BGLView::CopyPixelsIn/Out(). by Philippe Houdoin · 20 years ago
  60. 701c289 support for external libraries by Daniel Borca · 20 years ago
  61. 3c9faa4 SWTC trick (disabled for now) by Daniel Borca · 20 years ago
  62. 2bff8bd SWTC trick, enabled new extensions by Daniel Borca · 20 years ago
  63. 92e1d5f SWTC trick by Daniel Borca · 20 years ago
  64. 65a9ca3 bump version numbers to their real values by Daniel Borca · 20 years ago
  65. f5e7629 doc update by Daniel Borca · 20 years ago
  66. 189f7e3 avoid the patch if Mesa_DXTn flag is set by Daniel Borca · 20 years ago
  67. 76908ab add more mess to the dynamic linking system by Daniel Borca · 20 years ago
  68. 3d322f6 add newline to end of file by Daniel Borca · 20 years ago
  69. def29a3 Fix strange white space that gcc didn't like. by Felix Kuehling · 20 years ago
  70. ab2c0be Prefix operator and constructor keywords with two consequtive underscores by Michal Krol · 20 years ago
  71. ad22ce8 Enable draw_buffers only if GL_ARB_draw_buffers string is by Michal Krol · 20 years ago
  72. 739823d This statechange is vtx state, not tcl. by Eric Anholt · 20 years ago
  73. 57f1b25 Use the right FALLBACK macro for projtex so that projective textures actually by Eric Anholt · 20 years ago
  74. ea6f4f6 Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default by Eric Anholt · 20 years ago
  75. b4d269f Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't by Eric Anholt · 20 years ago
  76. f6cdaa9 Add support for NV_blend_square, and print errors if an unsupported blend by Eric Anholt · 20 years ago
  77. 3eccddb Massively cleaned up the code that calculates front/back/depth buffer by Ian Romanick · 20 years ago
  78. a2dc424 Reject unsupported texture formats passed to glCompressedTexImage?D. This by Ian Romanick · 20 years ago
  79. af0a469 Add simple test program for Mesa bug #1028405. by Ian Romanick · 20 years ago
  80. cb1642a Apply Eric's stencil wrap patch (Eric Anholt) by Alex Deucher · 20 years ago
  81. d09209f Add Roland Scheidegger's S3TC patch. This patch does not implement the by Eric Anholt · 20 years ago
  82. 554e5a2 Prevent Y-offset from exceeding valid range in texture upload code. This by Ian Romanick · 20 years ago
  83. 1695cfe Fix emitting fog without secondary color and vice-versa. by Felix Kuehling · 20 years ago
  84. 89353fe *** empty log message *** by Karl Schultz · 20 years ago
  85. fb170c8 more GL_ARB_draw_buffers updates from Michale Krol by Brian Paul · 20 years ago
  86. 0b89f7a fix GetVertexAttrib problem by Brian Paul · 20 years ago
  87. be50caa Convert tdfxDDInitExtensions to use driInitExtensions. by Ian Romanick · 20 years ago
  88. e9be96d put Rush in the list of supported HW by Daniel Borca · 20 years ago
  89. 0efa4a8 stencil wrap works, either HW or SW (Ian Romanick) by Daniel Borca · 20 years ago
  90. cb93204 enable 2_0 extensions by Daniel Borca · 20 years ago
  91. 617add6 Use the driFillInModes utility function. by Ian Romanick · 20 years ago
  92. ee3b7e3 Also export fbconfigs with 0/0 depth/stencil modes. This fixes "driver by Ian Romanick · 20 years ago
  93. b82333d Add some Savage3D stencil documentation based on discussions during the by Ian Romanick · 20 years ago
  94. ddfec59 make clean should remove depend.bak too (Sérgio Moneiro Basto) by Brian Paul · 20 years ago
  95. be76b7f ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) by Brian Paul · 20 years ago
  96. 00fb3a0 Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits. by Ian Romanick · 20 years ago
  97. 5e243bd The alpha post-scale and the RGB post-scale were mistakenly reversed. by Ian Romanick · 20 years ago
  98. e8250c6 Remove empty r128_vb.h. by Eric Anholt · 20 years ago
  99. 58d8440 put glapi_x86.S into the x86/ directory by Brian Paul · 20 years ago
  100. 788ff5b remove unused413 stuff, glDrawBuffersARB uses that slot now by Brian Paul · 20 years ago