1. 516546a Updates for new Windows build system. by Karl Schultz · 19 years ago
  2. 3fe9c40 Remove last of the old span code. by Brian Paul · 19 years ago
  3. 13c8f98 oops, undo previous change by Brian Paul · 19 years ago
  4. 1516f55 start removing old (pre-renderbuffer) span code by Brian Paul · 19 years ago
  5. c4fbdb0 by Jouk Jansen · 19 years ago
  6. 589a3a3 by Jouk Jansen · 19 years ago
  7. f090fdc Move fallback and other debugging under TDFX_DEBUG using the same mechanism by Eric Anholt · 19 years ago
  8. d638f6a Add no_rast option. by Eric Anholt · 19 years ago
  9. 502504d Add a mode to test flat shading + separate specular. by Keith Whitwell · 19 years ago
  10. f772e3d Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 instead by Eric Anholt · 19 years ago
  11. c726441 added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error by Brian Paul · 19 years ago
  12. 1b93953 add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie by Brian Paul · 19 years ago
  13. 5d5100a remove temporary GL_EXT_framebuffer_object info by Brian Paul · 19 years ago
  14. 2e081cd updated to version 28 by Brian Paul · 19 years ago
  15. 0009e3d Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more by Eric Anholt · 19 years ago
  16. 628b18b Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics) by Alan Hourihane · 19 years ago
  17. 4ec6ece Causes lockups on some rare cases. by Aapo Tahkola · 19 years ago
  18. 8c2a9a9 Pull locking out of HW_LOCK/UNLOCK and into SpanRenderStart/Finish. Also do by Eric Anholt · 19 years ago
  19. ef377c3 Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and by Eric Anholt · 19 years ago
  20. b79c47e Remove unused CTX_ARG2 define. by Eric Anholt · 19 years ago
  21. 8a1df96 Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts by Eric Anholt · 19 years ago
  22. 9dff2ca Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) and by Eric Anholt · 19 years ago
  23. 12eabeb Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides a by Eric Anholt · 19 years ago
  24. c7f8d36 Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH. by Eric Anholt · 19 years ago
  25. 993d8ad Add the no_rast debug option to mach64. It shows that software fallbacks are by Eric Anholt · 19 years ago
  26. b328dde Pull hardware locking out into SpanRenderStart/Finish rather than by Eric Anholt · 19 years ago
  27. c1b87b2 Add the description of the no_rast option fallback so that MGA_DEBUG=fall by Eric Anholt · 19 years ago
  28. 0936eeb Add the no_rast debug option, which I used in some testing. by Eric Anholt · 19 years ago
  29. f2149a7 Remove unused CTX_ARG2. by Eric Anholt · 19 years ago
  30. 0b73889 Put some fallback debugging output under DEBUG_FALLBACKS. by Eric Anholt · 19 years ago
  31. 2962f88 Add a missing EnsureCmdBufSpace, matching r200. by Eric Anholt · 19 years ago
  32. f054fa8 Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an by Eric Anholt · 19 years ago
  33. 2ed4c29 Some fixes by Jerome Glisse · 19 years ago
  34. 22b0a42 use shared-core by Dave Airlie · 19 years ago
  35. 0bae915 Up MAX_AOS_ARRAYS to 16. Do we need more? by Ben Skeggs · 19 years ago
  36. 908dbc4 Play with swizzling a bit. by Ben Skeggs · 19 years ago
  37. 74e412c Programmable per-vertex point sizes and proper result reg assigns. by Aapo Tahkola · 19 years ago
  38. 0080faf More optimal r300Clear. by Aapo Tahkola · 19 years ago
  39. d322810 properly pop the GL_TEXTURE_GEN_ enable state by Brian Paul · 19 years ago
  40. 6580a6d Account for moved/new/removed files. by Karl Schultz · 19 years ago
  41. 70dbbbf Fix gl_enums.py so that enums that are listed with the same name in by Ian Romanick · 19 years ago
  42. 497dd3e Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that it by Ian Romanick · 19 years ago
  43. 249db89 Make a couple minor corrections to gl_API.xml. Fixes the name of an by Ian Romanick · 19 years ago
  44. 0202254 Bump driver date. by Keith Whitwell · 19 years ago
  45. 6950964 make egl build first so we don't get wierd drivers linking to libs not available by Dave Airlie · 19 years ago
  46. 978d2fd make linux-solo and linux-solo-x86 config files hierarchical by Dave Airlie · 19 years ago
  47. ae51630 constant tracking by Ben Skeggs · 19 years ago
  48. e45b5a4 use shared-core rather than shared by Dave Airlie · 19 years ago
  49. 8e5099d use shared-core instead of shared by Dave Airlie · 19 years ago
  50. d2ee346 Fix a couple typeos in enum names. by Ian Romanick · 19 years ago
  51. 170999a change local var names from "asm" to "assem" - I guess it caused by Michal Krol · 19 years ago
  52. d1834e8 a small utility to convert .syn files to its binary forms; by Michal Krol · 19 years ago
  53. 0432411 silencium gcc warnings by Michal Krol · 19 years ago
  54. 0f71c66 add shader/slang/slang_assemble_assignment.c by Michal Krol · 19 years ago
  55. fc53403 more slang code by Michal Krol · 19 years ago
  56. 1de60fe4 ncrease stack size by Michal Krol · 19 years ago
  57. c16264b update grammar_mesa.c path by Michal Krol · 19 years ago
  58. 1aadf1c moved from mesa/shader to mesa/shader/grammar by Michal Krol · 19 years ago
  59. 1008f57 remove the GLSL spec wording; by Michal Krol · 19 years ago
  60. 2b73e5a add mesa/shader/grammar to include list by Michal Krol · 19 years ago
  61. 863eca9 stand-alone vertsions of grammar_mesa - used by utilities; by Michal Krol · 19 years ago
  62. 39e14d2 Provide initial values for some variables. by Keith Whitwell · 19 years ago
  63. 741b980 add special case for flat shaded + separate specular triangles by Keith Whitwell · 19 years ago
  64. 3f6d9857 change the behaviour of enter and local_addr instructions by Michal Krol · 19 years ago
  65. 49109d0 Disable polygon stipple - it seems to break if certain specific stipple by Keith Whitwell · 19 years ago
  66. 8286abd Fix various issues with cliprects and MakeCurrent by Keith Whitwell · 19 years ago
  67. 53d13e0 - Remove one of the loops in emit_arith by Ben Skeggs · 19 years ago
  68. f387c83 Commit the changes propagated from Jeremy Kolb's changes to the Python by Ian Romanick · 19 years ago
  69. e87ab8c Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined. by Ian Romanick · 19 years ago
  70. 6b5afb0 Cleanup some Windows junk. by Karl Schultz · 19 years ago
  71. 89bf62c project file for glut library by Karl Schultz · 19 years ago
  72. 5dc3137 fix location of gears project by Karl Schultz · 19 years ago
  73. c97a3a3 project file to build gears by Karl Schultz · 19 years ago
  74. 7df5edd Visual Studio 6 project file to build GLUT and some demos. by Karl Schultz · 19 years ago
  75. f7c0c4f moved to windows build dir by Karl Schultz · 19 years ago
  76. b4c8b34 moved to windows build dir by Karl Schultz · 19 years ago
  77. 45ab8cb Major code cleanup and begin using new render buffer interface. by Karl Schultz · 19 years ago
  78. b31b1f4 Change prototype for TextureMemCpy to return void* (was void). by Karl Schultz · 19 years ago
  79. 7708b75 Visual Studio 6 project file for OSmesa library. by Karl Schultz · 19 years ago
  80. c73968a Visual Studio 6 project file for core Mesa. by Karl Schultz · 19 years ago
  81. 9a726cd Needed to build .cc files in Visual Studio 6. by Karl Schultz · 19 years ago
  82. 7179810 Visual Studio 6 project file for GLU library. by Karl Schultz · 19 years ago
  83. a1b07e1 Visual Studio 6 project file for Windows GDI driver. by Karl Schultz · 19 years ago
  84. 39c0e51 Visual Studio 6 workspace for Mesa libraries. by Karl Schultz · 19 years ago
  85. 2f97228 Removing in favor of new Windows build directory. by Karl Schultz · 19 years ago
  86. 731f1b1 remove stupid flags by Daniel Borca · 19 years ago
  87. 2d5f12a Initialize hw stencil renderbuffer. by Keith Whitwell · 19 years ago
  88. afa7f6a Disable recent sse change pending more testing. by Keith Whitwell · 19 years ago
  89. eeada48 Implement enough of ARB_fragment_program for Keith's texenv program by Ben Skeggs · 19 years ago
  90. 0c4731b Use SSE for vertex emit -- another good speedup. by Keith Whitwell · 19 years ago
  91. 17bcf9f Import Thomas Helstrom's SSE memcpy code from the via X.org driver. by Keith Whitwell · 19 years ago
  92. eb9d6f4 silence gcc warnings by Keith Whitwell · 19 years ago
  93. 241b6b7 Detect use of disabled textures as tex_env_crossbar sources. by Keith Whitwell · 19 years ago
  94. 2dea6df Support ARB_texture_env_crossbar. Changes the way programs are by Keith Whitwell · 19 years ago
  95. 6fe176a Restore the negate() function. Add Ben Skegg's ATI_texture_env_combine3 support. by Keith Whitwell · 19 years ago
  96. eb8be5d Small change to handle native case (7 natives case) by Jerome Glisse · 19 years ago
  97. 4469804 Adding r300 fragment program swizzle tab. Please some by Jerome Glisse · 19 years ago
  98. b70a477 Add support for modes with a depth-buffer but no stencil-buffer. This by Ian Romanick · 19 years ago
  99. 3cc2f82 Remove debug printfs by Keith Whitwell · 19 years ago
  100. 923515b Re-enable X11 optimized triangle funcs. by Keith Whitwell · 19 years ago