1. 321f67c Fix crash in book/stencil. by Keith Whitwell · 24 years ago
  2. a087c74 Resync with new XFree version of this file by Keith Whitwell · 24 years ago
  3. 3f9ee18 initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop by Brian Paul · 24 years ago
  4. e448d6c Added PointSize and PointParametersfv to dd interface, for completeness. by Brian Paul · 24 years ago
  5. ce656b6 Fixed 'IRound' to 'IROUND' in mmath.h by Keith Whitwell · 24 years ago
  6. bfa0239 Still need 'DD_TRI_CULL_FRONT_BACK' by Keith Whitwell · 24 years ago
  7. d7fc376 Add call to Driver.RenderPrimitive() by Keith Whitwell · 24 years ago
  8. 7a1f3a3 revert XMesaCreateContext changes by Keith Whitwell · 24 years ago
  9. b980b2e Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers by Keith Whitwell · 24 years ago
  10. 44d8de4 Bring the FX driver into line with core mesa changes. by Keith Whitwell · 24 years ago
  11. e9bf776 Modify X11 driver and fake glx to store a GLcontext by Keith Whitwell · 24 years ago
  12. 7847794 Moved glcore.h to a location prefixed by 'GL/internal', for compatibility by Keith Whitwell · 24 years ago
  13. ba8f617 Implementation of GL_EXT_texture_env_dot3. by Gareth Hughes · 24 years ago
  14. c851646 Add GL_POINTS as a primitive, including with CVA DrawElements. Useful by Gareth Hughes · 24 years ago
  15. 8cbc573 Fixed bug in MinMagThresh computation. by Brian Paul · 24 years ago
  16. 2d7e25c by Jouk Jansen · 24 years ago
  17. f4b02d1 various compilation/warning fixes by Keith Whitwell · 24 years ago
  18. 58e9917 Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex by Keith Whitwell · 24 years ago
  19. f22c04c added underflow check in validate_shine_table() by Brian Paul · 24 years ago
  20. 6517211 added divide by zero check by Brian Paul · 24 years ago
  21. 2fd9c86 changed some point functions, new picking code by Brian Paul · 24 years ago
  22. 63cca75 minor bug fixes by Brian Paul · 24 years ago
  23. 1c76864 added divide by zero check by Brian Paul · 24 years ago
  24. d14fce0 added divide by zero checks by Brian Paul · 24 years ago
  25. 08dfacd New point rasterization functions based on template code that by Brian Paul · 24 years ago
  26. 6532db9 More color macro clean-ups. FLOAT_TO_CHAN() macro removed. by Brian Paul · 24 years ago
  27. 3b399df minor clean-up by Brian Paul · 24 years ago
  28. c1d89d4 Added missing #include "mmath.h" by Jon Taylor · 24 years ago
  29. a580e1a missed a few color macro changes by Brian Paul · 24 years ago
  30. 3041d05 Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) by Brian Paul · 24 years ago
  31. 8446d1b include state.h by Brian Paul · 24 years ago
  32. 6f89984 minor GLchan-related changes by Brian Paul · 24 years ago
  33. ef68e7b by Jouk Jansen · 24 years ago
  34. 88f3b89 Add render stage for unclipped vb's to fx driver. by Keith Whitwell · 24 years ago
  35. e5d6fb2 try and force a log message by Keith Whitwell · 24 years ago
  36. 123ff65 try and force a log message by Keith Whitwell · 24 years ago
  37. bc28306 try and force a log message by Keith Whitwell · 24 years ago
  38. 4e96ac0 Fixed GGIMesa build problems. Swrast triangle drawing fixes. by Jon Taylor · 24 years ago
  39. a884b4b try and force a log message by Keith Whitwell · 24 years ago
  40. 4292e9c try and force a log message by Keith Whitwell · 24 years ago
  41. 20911cb try and force a log message by Keith Whitwell · 24 years ago
  42. 1b686ce try and force a log message by Keith Whitwell · 24 years ago
  43. 376d022 fix demos/fire, enable lazy vertex flushing by Keith Whitwell · 24 years ago
  44. ae8ec0b Fix evalpoints bug (samples/nurb) by Keith Whitwell · 24 years ago
  45. 93259cd fix sproingies bug by Keith Whitwell · 24 years ago
  46. 719344b Fixes for compiling assembly (disable unused 'masked' versions) by Keith Whitwell · 24 years ago
  47. 770169f The array cache. by Keith Whitwell · 24 years ago
  48. 9ef50d5 fix xscreensaver cores by Keith Whitwell · 24 years ago
  49. cab974c Major rework of tnl module by Keith Whitwell · 24 years ago
  50. d1ff1f6 * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util. by pesco · 24 years ago
  51. 05ecec6 * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT by pesco · 24 years ago
  52. 9da422c set visual->MRD to 2.0 by Brian Paul · 24 years ago
  53. f1d6b38 Polygon._OffsetAny wasn't being computed by Brian Paul · 24 years ago
  54. 74e2dd3 minor fog clean-ups (Klaus Niederkrueger) by Brian Paul · 24 years ago
  55. 783d7df added more GLX extension function stubs by Brian Paul · 24 years ago
  56. 083e466 Renamed texture object _P to _MaxLevel and _M to _MaxLambda. by Brian Paul · 24 years ago
  57. daabce7 updated glXSet3DfxModeMESA() prototype types by Brian Paul · 24 years ago
  58. 4536021 added some more GLX extension entrypoints (fix GLUT link problems when using glxext.h) by Brian Paul · 24 years ago
  59. a2003c2 fixed conformance problems in min/max and histogram result packing by Brian Paul · 24 years ago
  60. b0dbd3e replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger) by Brian Paul · 24 years ago
  61. ac522d4 use inverted Y coordinate for choosing dither value (conformance fixes) by Brian Paul · 24 years ago
  62. 8138825 added glReadPixels item by Brian Paul · 24 years ago
  63. 3cbbef5 tweaked truecolor dither kernel setup code by Brian Paul · 24 years ago
  64. 062bc07 improved precision of glReadPixels for colorbuffers < 24bpp by Brian Paul · 24 years ago
  65. 7563954 disabled two optimized textured triangle functions because of texcoord interpolation errors by Brian Paul · 24 years ago
  66. b38ad54 clipping, fog, texture optimizations (Klaus Niederkrueger) by Brian Paul · 24 years ago
  67. 3afb7a0 disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined by Brian Paul · 24 years ago
  68. b04bcd1 minor changes to fix compile problems/warnings by Brian Paul · 24 years ago
  69. 1458691 Added a new configure.in flag, --enable-glut-build. by Jon Taylor · 24 years ago
  70. 90f042a generate GL_INVALID_OPERATION error for bad image format/type combinations by Brian Paul · 24 years ago
  71. 8aa019d _MultiTextureEnabled was being computed incorrectly by Brian Paul · 24 years ago
  72. ab6e78f adjust texture size for convolution in glCopyTex[Sub]Image[123]D() by Brian Paul · 24 years ago
  73. 89c9a4c set default table size to 0, minor error check fix by Brian Paul · 24 years ago
  74. 2f911cd define GL_ARB_imaging by Brian Paul · 24 years ago
  75. 67adba1 initialize convolution filters to zero by Brian Paul · 24 years ago
  76. 90f8ebf added queries for convolution enables by Brian Paul · 24 years ago
  77. 2e58192 added GL_RESCALE_NORMAL cases by Brian Paul · 24 years ago
  78. ec15398 more detailed texture error messages by Brian Paul · 24 years ago
  79. 23b1503 include glxext.h unless GLX_GLXEXT_LEGACY is defined by Brian Paul · 24 years ago
  80. fed386c standardized GLX extensions header by Brian Paul · 24 years ago
  81. 536ede7 fixed bug 123918: glXCopySubBuffer() y position off by one by Brian Paul · 24 years ago
  82. 1c6701e added LL_MESA_sprite_point extension by Brian Paul · 24 years ago
  83. cba2ca9 initial draft by Brian Paul · 24 years ago
  84. 06d05af Initial work on GL_MESA_sprite_point extension. by Brian Paul · 24 years ago
  85. fb7899b Compute attenuated point size in a new pipeline stage. by Brian Paul · 24 years ago
  86. c1b97d9 minor comments, clean-up by Brian Paul · 24 years ago
  87. 83886a5 call glFinish() before getting t1 time by Brian Paul · 24 years ago
  88. ab9e273 Allow operating system SSE support test to be overridden with an by Gareth Hughes · 24 years ago
  89. 2ac44e2 Merge Mesa 3.4 test for operating system support for SSE. by Gareth Hughes · 24 years ago
  90. fac5fd2 added -s option to control when glXSwapBuffers() is called by Brian Paul · 24 years ago
  91. 7853901 Enable double-buffering, count not even multiple of three. by Gareth Hughes · 24 years ago
  92. 28861b1 Add basic timing information. by Gareth Hughes · 24 years ago
  93. 7f55eb2 changed error tests for depth and stencil buffers by Brian Paul · 24 years ago
  94. 86ca491 fixed parameter mis-ordering bug in Driver.StencilSpan calls by Brian Paul · 24 years ago
  95. bfea973 by Jouk Jansen · 24 years ago
  96. 45015e4 Pass scale and bias values to _mesa_scale_and_bias_rgba(). by Brian Paul · 24 years ago
  97. 4304790 fixed a convolution pixel store bug by Brian Paul · 24 years ago
  98. 6a35de3 added new source directories to LIB_FILES by Brian Paul · 24 years ago
  99. 72ef753 Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not by Brian Paul · 24 years ago
  100. 297dfa0 minor changes to fix compiler warnings by Brian Paul · 24 years ago