1. 29e6c7d tnl: Maintain the _WindowMap matrix in TNLcontext v2. by Mathias Froehlich · 9 years ago
  2. 8ac9407 swrast: remove unneeded #include of colormac.h by Brian Paul · 9 years ago
  3. 15c9246 swrast: Fix vertex color in _swsetup_Translate() by nick · 10 years ago
  4. cbb271a mesa: Convert gl_context::Viewport to gl_context::ViewportArray by Courtney Goeltzenleuchter · 11 years ago
  5. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  6. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  7. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  8. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  9. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  10. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 12 years ago
  11. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  12. fe72a06 mesa: s/FREE/free/ by Brian Paul · 12 years ago
  13. 4fdac65 mesa: s/CALLOC/calloc/ by Brian Paul · 12 years ago
  14. ccbf192 mesa: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  15. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  16. e3d8d25 swrast: fix 16-bit/channel rendering by Brian Paul · 14 years ago
  17. a9c1b3c tnl: Remove color-index TNL support by Ian Romanick · 15 years ago
  18. e650c07 swrast_setup: Remove more color-index rendering support by Ian Romanick · 15 years ago
  19. b30898f mesa: Fix compiler warnings by Karl Schultz · 15 years ago
  20. 5462d44 mesa: fix vertex format/attribute bug by Brian Paul · 16 years ago
  21. bbd2871 mesa: prefix a bunch of #include lines with "main/". by Brian Paul · 16 years ago
  22. fcd7c37 fix broken two-sided stencil by Brian · 17 years ago
  23. a164d3a In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. by Brian · 17 years ago
  24. 369d665 added comment, remove dead code by Brian · 17 years ago
  25. 1bf5076 Fix feedback color bug #11332. In feedback mode, produce float colors. by Brian · 17 years ago
  26. a700832 Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) by Brian · 17 years ago
  27. 9e8a961 Overhaul/simplify SWvertex and SWspan attribute handling. by Brian · 17 years ago
  28. 5c1b53d Document a deficiency in the _swrast_Translate() function with regard to point size. by Brian · 17 years ago
  29. bcc3baa use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788) by Brian · 17 years ago
  30. c27adc5 remove SWvertex->fog field, use attrib field by Brian · 17 years ago
  31. 335769a some re-org, clean-up by Brian · 17 years ago
  32. dd34fe8 Merge SWvertex texcoord and varying fields into attrib[] array field. by Brian · 18 years ago
  33. eb2a6d6 s/attribute/varying/ by Brian · 18 years ago
  34. d6aff51 varying var changes by Brian · 18 years ago
  35. 4f68411 s/ATTRIBUTE/GENERIC/ by Brian Paul · 18 years ago
  36. 62dc134 Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* by Brian Paul · 18 years ago
  37. 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 18 years ago
  38. a76c216 s/MaxTextureUnits/MaxTextureCoordUnits/ by Brian Paul · 18 years ago
  39. bb38cad More GLSL code: by Michal Krol · 18 years ago
  40. 0095016 fix array index error in _swsetup_Translate (Felix) by Brian Paul · 20 years ago
  41. 609f352 fix two-sided lighting / vertex program bug (#887330) by Brian Paul · 21 years ago
  42. 1852f4f change type of loop index var to remove compiler warning. by Karl Schultz · 21 years ago
  43. 38bf45d Fixes for _swsetup_Translate() by Keith Whitwell · 21 years ago
  44. 5882257 Beef up t_vertex.c: by Keith Whitwell · 21 years ago
  45. 7907340 Re-commit t_vertex.[ch] changes to fd.o server. by Keith Whitwell · 21 years ago
  46. c5b1e81 Initial work for bounds checking of vertex arrays and vertex buffer objects. by Brian Paul · 21 years ago
  47. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
  48. 05a4b37 updated email addresses by Brian Paul · 22 years ago
  49. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  50. f782b81 multiple GL_POINTS can now be rendered together into one fragment span by Brian Paul · 22 years ago
  51. a9be374 pull-in changes from DRI/Mesa-4.0.4 by Brian Paul · 22 years ago
  52. 2a1abe3 initialize SWvertex array to zeros by Brian Paul · 22 years ago
  53. 5356031 Lighting now emits colors as CHAN_TYPE, as it used to. This will require by Keith Whitwell · 23 years ago
  54. 1182ffe Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it by Keith Whitwell · 23 years ago
  55. 22144ab Consistent copyright info (version number, date) across all files. by Gareth Hughes · 24 years ago
  56. b51b0a8 fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of potential problems by Brian Paul · 24 years ago
  57. 46b0988 Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when by Keith Whitwell · 24 years ago
  58. 2448fc7 Fixed conform problems with recent material tracking change. by Keith Whitwell · 24 years ago
  59. 5c1e7fa Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels by Keith Whitwell · 24 years ago
  60. d43a594 Fix several conformance problems. Hack solution to line stipple problem. by Keith Whitwell · 24 years ago
  61. b980b2e Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers by Keith Whitwell · 24 years ago
  62. 58e9917 Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex by Keith Whitwell · 24 years ago
  63. cab974c Major rework of tnl module by Keith Whitwell · 24 years ago
  64. 23caf20 Move the transform and lighting code to two new directories by Keith Whitwell · 24 years ago
  65. 1e1aac0 Cleanup of derived state calculation prior to seperating software T&L by Keith Whitwell · 24 years ago
  66. ba41b8a minor changes to silence compiler warnings by Brian Paul · 24 years ago
  67. 7c20642 A new module to provide RasterSetup and advanced triangle/line/point by Keith Whitwell · 24 years ago