1. bb2a897 mesa: Move START/END_FAST_MATH macros to their only use. by Matt Turner · 10 years ago
  2. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  3. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  4. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  5. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  6. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  7. 36b252e Replace gl_vert_result enum with gl_varying_slot. by Paul Berry · 12 years ago
  8. e411cd7 swrast: initial multi-threaded span rendering by Andreas Fänger · 13 years ago
  9. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  10. e197de5 mesa: replace old MEMCPY macro with memcpy by Brian Paul · 15 years ago
  11. b01ffb1 Merge branch 'mesa_7_7_branch' by Jakob Bornecrantz · 15 years ago
  12. dffcbee tnl: Remove unnecessary header from t_pipeline.c. by Vinson Lee · 15 years ago
  13. abed064 tnl: Remove unused NotifyInputChanges() tnl dd hook. by Eric Anholt · 15 years ago
  14. e9d1889 Compute/setup fog coordinates even if vertex program is enabled. by H. Verbeet · 16 years ago
  15. c223c6b Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. by Brian · 17 years ago
  16. 4b3835d unhook t_vb_arbprogram.c code - it's going away by Brian · 18 years ago
  17. a328e46 Checkpoint work for new GLSL compiler back-end. by Brian · 18 years ago
  18. bd1e587 remove some unneeded #includes by Brian Paul · 18 years ago
  19. 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
  20. a2ea606 Add ARB_vertex_shader stage just before render stage. by Michal Krol · 19 years ago
  21. f4fbda3 Add a NotifyInputChanges() callback so that drivers (particularly tnl by Keith Whitwell · 19 years ago
  22. 8103203 Store compiled vertex program representations in a pointer in the by Keith Whitwell · 19 years ago
  23. 2b2bd08 Remove old t_vertex.c codegen infrastructure, tie in new code. by Keith Whitwell · 19 years ago
  24. a661654 Move the call to _tnl_UpdateFixedFunctionProgram to make by Keith Whitwell · 20 years ago
  25. 6f973f3 Simplify the pipeline_stage structure by Keith Whitwell · 20 years ago
  26. b97e478 mesa-tnl-0-to-NULL.patch from Jeff Muizelaar by Keith Whitwell · 20 years ago
  27. 1e71d2a minor #ifdef fix by Brian Paul · 21 years ago
  28. 7907340 Re-commit t_vertex.[ch] changes to fd.o server. by Keith Whitwell · 21 years ago
  29. b305028 Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. by Brian Paul · 21 years ago
  30. ae0eaf9 Merge vtx-0-2-branch by Keith Whitwell · 21 years ago
  31. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
  32. 27558a1 Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] by Brian Paul · 22 years ago
  33. 05a4b37 updated email addresses by Brian Paul · 22 years ago
  34. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  35. 8dfc5b9 surround vertex program code with #if FEATURE_NV_vertex_program/#endif by Brian Paul · 22 years ago
  36. 4c8fadc6 Clean-up/renaming of the per-vertex attribute bits, specifically, the by Brian Paul · 23 years ago
  37. c3d90f3 disable debug printf's, fix a crash by Brian Paul · 23 years ago
  38. 86b8427 vertex program check-in by Brian Paul · 23 years ago
  39. e7e38a4 Initial commit of cliptest work. More to come shortly. by Gareth Hughes · 23 years ago
  40. 7954a0c Replace PipelineStart, PipelineFinish with RunPipeline. Clean up by Keith Whitwell · 23 years ago
  41. 16837e4 Restore optimization for cva glArrayElement operation. by Keith Whitwell · 24 years ago
  42. 3004bf8 Remove values from VB->importable_data as those arrays are removed from the VB. by Keith Whitwell · 24 years ago
  43. 7098924 Split driver struct into swrast/tnl/core components. by Keith Whitwell · 24 years ago
  44. 22144ab Consistent copyright info (version number, date) across all files. by Gareth Hughes · 24 years ago
  45. 2448fc7 Fixed conform problems with recent material tracking change. by Keith Whitwell · 24 years ago
  46. c6b2a92 Fix propogation of material values in VB's that don't reach the lighting by Keith Whitwell · 24 years ago
  47. 5c1e7fa Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels by Keith Whitwell · 24 years ago
  48. c0bcd2c Fixes for performance bug on compiled array element paths. by Keith Whitwell · 24 years ago
  49. 3fd0132 Fixed conform feedback and drawelements tests. by Keith Whitwell · 24 years ago
  50. ce656b6 Fixed 'IRound' to 'IROUND' in mmath.h by Keith Whitwell · 24 years ago
  51. cab974c Major rework of tnl module by Keith Whitwell · 24 years ago
  52. 33b2dcf by Jouk Jansen · 24 years ago
  53. 9aff6cf Fixed a couple of bugs that crept into last commit by Keith Whitwell · 24 years ago
  54. ad2ac21 Support for swappable t&l modules, including an example one in the FX by Keith Whitwell · 24 years ago
  55. 5e3bc0c by Jouk Jansen · 24 years ago
  56. 189476f minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 by Brian Paul · 24 years ago
  57. 23caf20 Move the transform and lighting code to two new directories by Keith Whitwell · 24 years ago