1. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  2. 59a5b5a mesa: remove gl_renderbuffer::Wrapped by Brian Paul · 13 years ago
  3. bc63b22 xlib: remove a ton of old xlib driver cruft by Brian Paul · 13 years ago
  4. dff2394 xlib: remove software alpha buffer support by Brian Paul · 13 years ago
  5. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  6. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  7. 374e7fd mesa: prefix more #includes with "main/" by Brian Paul · 16 years ago
  8. 546c7fb mesa: extra braces by Blair Sadewitz · 16 years ago
  9. 601a6b8 Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes by Brian · 17 years ago
  10. ff73c78 Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. by Brian · 17 years ago
  11. a28e648 remove debug printf by Brian · 17 years ago
  12. 0683e4c If using PF_8A8B8G8R, be sure alpha is correctly handled. by Brian · 17 years ago
  13. c93c18a fix warning by Brian Paul · 18 years ago
  14. 444cd29 assorted clean-ups, fixes by Brian Paul · 18 years ago
  15. c7a5d52 a little code movement so we don't make invalid casts from gl_renderbuffers to xmesa_renderbuffers by Brian Paul · 18 years ago
  16. 0efc17c Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer by Brian Paul · 19 years ago
  17. 3cc2f82 Remove debug printfs by Keith Whitwell · 19 years ago
  18. 923515b Re-enable X11 optimized triangle funcs. by Keith Whitwell · 19 years ago
  19. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  20. 41bddcf PF_8A8R8G8B pixel format (Dave Reveman) by Brian Paul · 19 years ago
  21. 025aa9e silence warnings by Alan Hourihane · 20 years ago
  22. 53f82c5 added support for GL_ARB_draw_buffers by Brian Paul · 20 years ago
  23. 894844a Implemented support for software-based AUX color buffers. by Brian Paul · 21 years ago
  24. d5e4f29 a bunch of assorted clean-ups, etc to fix warnings, etc by Brian Paul · 21 years ago
  25. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
  26. 1e24d33 use structure containment to derive xmesa_context from GLcontext by Brian Paul · 21 years ago
  27. 27558a1 Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] by Brian Paul · 22 years ago
  28. 449e47f Replace some #defines with enums. (Klaus Niederkrueger) by Brian Paul · 22 years ago
  29. cdf2da3 moved function declaration into the template, define the NAME to specify the function names by Brian Paul · 22 years ago
  30. 2ad5921 use wrappers from imports.h rather than stdio, stdlib, etc functions. by Brian Paul · 22 years ago
  31. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  32. 77df887 struct sw_span is again allocated on the stack, but the arrays of span by Brian Paul · 22 years ago
  33. 7082420 removed extra right-paren by Brian Paul · 22 years ago
  34. 07bb988 FRONT_AND_BACK culling by Keith Whitwell · 22 years ago
  35. 8afe7de Implemented GL_NV_texture_rectangle extension. by Brian Paul · 22 years ago
  36. 4753d60 Added ctx parameter to _mesa_debug() by Brian Paul · 22 years ago
  37. bf80e1e Allocate a sw_span struct in the swrast context instead of allocating it by Brian Paul · 22 years ago
  38. 10f30eb first checkpoint commit of Klaus's new span code (struct sw_span) by Brian Paul · 23 years ago
  39. 9bf68ad New triangle rasterization code. Store per-span initial/step values in the by Brian Paul · 23 years ago
  40. 95e02a2 do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined by Brian Paul · 24 years ago
  41. d1baa05 Use a lookup table to compute exponents in tnl fogging code. Slightly by Keith Whitwell · 24 years ago
  42. b6bcae5 Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. by Brian Paul · 24 years ago
  43. 58e9917 Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex by Keith Whitwell · 24 years ago
  44. 3041d05 Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) by Brian Paul · 24 years ago
  45. ac522d4 use inverted Y coordinate for choosing dither value (conformance fixes) by Brian Paul · 24 years ago
  46. ad2ac21 Support for swappable t&l modules, including an example one in the FX by Keith Whitwell · 24 years ago
  47. 5e3bc0c by Jouk Jansen · 24 years ago
  48. a852378 Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. by Brian Paul · 24 years ago
  49. 23caf20 Move the transform and lighting code to two new directories by Keith Whitwell · 24 years ago
  50. c19d783 Removed Driver.Color() and Driver.Index() functions. by Brian Paul · 24 years ago
  51. 8d915cb test ctx->RenderMode in chooser functions, removed dead code by Brian Paul · 24 years ago
  52. ec05858 Use the new software rasterizer. Reworked optimized line,tri,point by Keith Whitwell · 24 years ago
  53. 724abeb Moved the software rasterizer to a new directory. by Keith Whitwell · 24 years ago
  54. a96308c Replace the flags Mesa was using for ctx->NewState with a new set by Keith Whitwell · 24 years ago
  55. eb6c643 removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead by Brian Paul · 24 years ago
  56. b1394fa First batch of OpenGL SI related changes: by Brian Paul · 24 years ago
  57. 82cfcfa added some casts (Takaaki Nomura) by Brian Paul · 24 years ago
  58. 693f81b newly organized Xlib driver files by Brian Paul · 24 years ago