1. ee85065 VC7 project file for building glut lib by Karl Schultz · 19 years ago
  2. 0cf6763 VC7 project file for gears demo by Karl Schultz · 19 years ago
  3. 101d05a VC7 Solution file for building glut and demos by Karl Schultz · 19 years ago
  4. c5b6580 VC7 project file for osmesa by Karl Schultz · 19 years ago
  5. 35a11c1 VC7 project file for core mesa lib by Karl Schultz · 19 years ago
  6. ec171b7 VC7 project file for glu by Karl Schultz · 19 years ago
  7. 2de5f6e VC7 project file for gdi driver by Karl Schultz · 19 years ago
  8. b64d60a Visual Studio 7 solution file for mesa lib by Karl Schultz · 19 years ago
  9. eac7688 Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it. by Karl Schultz · 19 years ago
  10. 219f3c4 Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs. by Keith Whitwell · 19 years ago
  11. 06abb85 Add new files to project. by Karl Schultz · 19 years ago
  12. 7fe8696 Use frexp on Windows; frexpf is not available. by Karl Schultz · 19 years ago
  13. 9b56781 Fix a prototype by Karl Schultz · 19 years ago
  14. 758f334 convert sis and radeon driver to use spantmp2 instead of spantmp template. Remove old (pre-renderbuffer) span code instead of converting that too. Remove this old code from mach64 (the dead code was not fully converted to spantmp2 previously) too. by Roland Scheidegger · 19 years ago
  15. 8e8fa63 comment-out some unused code to silence warnings by Brian Paul · 19 years ago
  16. 559c494 replace some free() calls with _mesa_free() by Brian Paul · 19 years ago
  17. 03f52fe updates to file list for tarballs by Brian Paul · 19 years ago
  18. 6d3284e fix dependencies by Brian Paul · 19 years ago
  19. 58a9573 added some glGetRenderbufferParameterivEXT calls, printfs, and assertions by Brian Paul · 19 years ago
  20. 0d34c01 fix typo in assertions by Brian Paul · 19 years ago
  21. f4f1c29 Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and by Brian Paul · 19 years ago
  22. bb5c84f Remove NEW_RENDERBUFFER stuff. by Brian Paul · 19 years ago
  23. 446e258 remove OLD_RENDERBUFFER code by Brian Paul · 19 years ago
  24. 54fb922 remove OLD_RENDERBUFFER stuff by Brian Paul · 19 years ago
  25. 30aea49 minor fixes by Brian Paul · 19 years ago
  26. cf5b2f7 remove common macros used in the span functions of most drivers from the individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. by Roland Scheidegger · 19 years ago
  27. c212abf Replace add_newer_entrypoints (src/mesa/main/context.c) with by Ian Romanick · 19 years ago
  28. 1ac8ae4 remove \n from warning message string by Brian Paul · 19 years ago
  29. aa70253 added newline at end of file by Brian Paul · 19 years ago
  30. 049e320 Add a set of predicate functions for testing matrices instead of directly by Brian Paul · 19 years ago
  31. f138b97 Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions. by Brian Paul · 19 years ago
  32. 4d652b7 Fix crashes with pixel readback when using the optimized assembly functions. by Roland Scheidegger · 19 years ago
  33. b0d6288 -"fix" page flipping -use depth tiling if tiling is enabled by Aapo Tahkola · 19 years ago
  34. 0e55891 fix a few glitches by Brian Paul · 19 years ago
  35. ccda216 fix Darwin dynamic lib naming by Brian Paul · 19 years ago
  36. b6c0d75 just code clean-ups and new comments by Brian Paul · 19 years ago
  37. ec17e79 Uncomment a couple of helper functions. by Vladimir Dergachev · 19 years ago
  38. b6c5116 Rename unchecked state to match DRM driver. by Vladimir Dergachev · 19 years ago
  39. 84f8d7a include t_vp_build.h by Brian Paul · 19 years ago
  40. 39a488e remove unused MEMSET16 macro by Brian Paul · 19 years ago
  41. 2dbffb3 Get rid of the MESA_PBUFFER_ALLOC/FREE() macros. by Brian Paul · 19 years ago
  42. 397088f added _tnl_ProgramCacheDestroy() prototype by Brian Paul · 19 years ago
  43. c43f03e make create_new_program() static by Brian Paul · 19 years ago
  44. 3f9839a Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords by Eric Anholt · 19 years ago
  45. a4eb693 Remove the #if 0-ed out old span code. by Eric Anholt · 19 years ago
  46. 32b8981 Explain the reason for TCL fallback when GL_SPHERE_MAP happens with by Eric Anholt · 19 years ago
  47. 3b817fd Zero out the ENGPACKET allocated on the stack, to avoid sending uninitialized by Eric Anholt · 19 years ago
  48. 845f2a7 fix for-loop in _mesa_GetDouble to avoid out of bounds memory read by Brian Paul · 19 years ago
  49. f8582b6 check for null oldBuffer in _mesa_realloc(), cleaned up some comments by Brian Paul · 19 years ago
  50. 394fd40 need parenthesis in realloc call by Brian Paul · 19 years ago
  51. 4e1aae6 Ignore files generated as part of the build process. by Ian Romanick · 19 years ago
  52. 5aafea0 Fix non-x86 specific builds. The changes from glTexImage3DEXT to by Ian Romanick · 19 years ago
  53. 3fb86ee by Jeremy Kolb · 19 years ago
  54. 1c5caba Remove the xmesa_set_buffer() function. No longer needed since the by Brian Paul · 19 years ago
  55. 2636e85 Mark GenQueriesARB at 'always_array="true"'. This eliminates the need by Ian Romanick · 19 years ago
  56. 814e536 by Jeremy Kolb · 19 years ago
  57. 66a5548 Mammoth update to the Python code generator scripts that live in by Ian Romanick · 19 years ago
  58. f292e13 Back out the actual enabling of depth tiling. by Nicolai Haehnle · 19 years ago
  59. 1e4744d Add PCI ID for R420 JI. by Nicolai Haehnle · 19 years ago
  60. ebd9904 r300 driver side of color tiling support. by Aapo Tahkola · 19 years ago
  61. a5fb15c Make sure texture base addresses are used correctly. by Nicolai Haehnle · 19 years ago
  62. 04f863e check for NULL swrast->Driver.SetBuffer before calling it by Brian Paul · 19 years ago
  63. 23606a5 updated to version 29 by Brian Paul · 19 years ago
  64. 90b40c3 include light.h to silence warning by Brian Paul · 19 years ago
  65. dc137dd DirectFB updates (Claudio Ciccani) by Brian Paul · 19 years ago
  66. a6a3e01 by Jeremy Kolb · 19 years ago
  67. 4378dee by Jeremy Kolb · 19 years ago
  68. 38332a6 Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not by Brian Paul · 19 years ago
  69. 4e7df27 Fix gloss breakage when using hw tnl. by Aapo Tahkola · 19 years ago
  70. 3c6f17b Use depth tiling. by Aapo Tahkola · 19 years ago
  71. af02907 Support 16-bit modes. by Aapo Tahkola · 19 years ago
  72. 463c1d6 Fix problems with elts when immediate mode is on. by Aapo Tahkola · 19 years ago
  73. 0e288e5 Turn off VBO's. by Aapo Tahkola · 19 years ago
  74. 3176f8e lost_context never gets reset. by Aapo Tahkola · 19 years ago
  75. 6c2098f Fix a few compiler warnings by Jon Smirl · 19 years ago
  76. f445aaa Fix linux-solo build for mga check-in by Jon Smirl · 19 years ago
  77. aa26915 Adds support for MGA DRM version 3.2. by Ian Romanick · 19 years ago
  78. fb818a0 by Jouk Jansen · 19 years ago
  79. 6b9d9c5 fbSwapBuffers needs to return a status by Jon Smirl · 19 years ago
  80. 2d21888 mingw changes (Nolan Leake) by Brian Paul · 19 years ago
  81. 902e708 Fixed typos. by Vladimir Dergachev · 19 years ago
  82. b675c48 Add definition for memory controller latency registers.. by Vladimir Dergachev · 19 years ago
  83. 4476978 remove debug prints by Keith Whitwell · 19 years ago
  84. 252d8e7 be sure we have span texcoords before calling _swrast_texture_span() by Brian Paul · 19 years ago
  85. 5d6ecf2 pass mask array to PutRowRGB() in simple_z_textured_triangle() by Brian Paul · 19 years ago
  86. b4979ec Allow the print opcode to compile by Keith Whitwell · 19 years ago
  87. 6c1948d Fix typo in spot attenuation by Keith Whitwell · 19 years ago
  88. 729cccb Correct test for attenuation. DISSASEM changes. by Keith Whitwell · 19 years ago
  89. 7e8e4c5 remove depend files on clean by Keith Whitwell · 19 years ago
  90. f6e7cfb Fix colormaterial flag calculations. Fix lighting alpha result. by Keith Whitwell · 19 years ago
  91. 52608d2 Add notes about intended precision of opcodes. by Keith Whitwell · 19 years ago
  92. 1c48986 Fix a couple of buglets by Keith Whitwell · 19 years ago
  93. 1fc4bcb Another typo by Keith Whitwell · 19 years ago
  94. 44367aa Further clean up RoughApproxPow2 and disable the optimized version -- by Keith Whitwell · 19 years ago
  95. 2c6e8e9 Fix typo in RoughApproxPow2 by Keith Whitwell · 19 years ago
  96. 8103203 Store compiled vertex program representations in a pointer in the by Keith Whitwell · 19 years ago
  97. a853488 Build vertex programs using state from a 'state key' struct which is by Keith Whitwell · 19 years ago
  98. 79b7bd1 Turn off debug by Keith Whitwell · 19 years ago
  99. 8e56122 Add t_vb_arbprogram_sse.c by Keith Whitwell · 19 years ago
  100. ea93b29 Runtime generate sse/sse2 code for some vertex programs. Experimental by Keith Whitwell · 19 years ago