1. d9602e5 gallium: Improve makefiles for libraries by Jakob Bornecrantz · 16 years ago
  2. b7da4c3 gallium: PPC vertex shader support by Brian Paul · 16 years ago
  3. 62628c4 draw: share machine by Keith Whitwell · 16 years ago
  4. 1ba10e5 draw: add aos vertex shader varient by Keith Whitwell · 16 years ago
  5. 7c99d7f draw: create specialized vs varients incorporating fetch & emit by Keith Whitwell · 16 years ago
  6. b237064 draw: get rid of fetch-shade-emit frontend hack by Keith Whitwell · 16 years ago
  7. bbda45e draw: turn fse path into a middle end by Keith Whitwell · 16 years ago
  8. b5e5369 draw: add fetch-shade-emit path by Keith Whitwell · 16 years ago
  9. 992d0b9 frontend for rendering without elts by Zack Rusin · 16 years ago
  10. a918a9c draw: consolidate all the passthrough line/tri/point funcs by Keith Whitwell · 16 years ago
  11. bee1d31 draw: move pt_pipeline code to draw_pipe.c by Keith Whitwell · 16 years ago
  12. 507fbe2 draw: move some pipeline-specific code & state to draw_pipe.[ch] by Keith Whitwell · 16 years ago
  13. 26831bd draw: rename pipeline files to draw_pipe_* by Keith Whitwell · 16 years ago
  14. 1b411f8 draw: sort makefile sources by Keith Whitwell · 16 years ago
  15. 6c38c60 draw: rename draw_vertex_shader.c -> draw_vs.c by Keith Whitwell · 16 years ago
  16. 6494946 draw: remove draw_debug.c by Keith Whitwell · 16 years ago
  17. 415e8e0 draw: remove draw_vertex_fetch.c by Keith Whitwell · 16 years ago
  18. 6689182 draw: remove draw_vertex_cache.c by Keith Whitwell · 16 years ago
  19. b11d89d draw: remove draw_prim.c by Keith Whitwell · 16 years ago
  20. cb9f0a5 draw: remove draw_vf code, use translate instead by Keith Whitwell · 16 years ago
  21. 26c27f6 draw: remove fetch_pipeline middle end -- just use the general path by Keith Whitwell · 16 years ago
  22. a773f06 draw: split off all the extra functionality in the vertex shader by Keith Whitwell · 16 years ago
  23. c503e55 draw: move hw vertex emit to a new module by Keith Whitwell · 16 years ago
  24. 0c1cb54 Implement fetch/shade/pipeline or emit vertex passthrough. by Zack Rusin · 16 years ago
  25. 0b20d1b draw: move code to run pipeline from pt to new file by Keith Whitwell · 16 years ago
  26. d2cb4ba draw: add passthrough path to the pipeline by Keith Whitwell · 16 years ago
  27. 499d8aa gallium: draw_passthrough.c is not used anymore by Brian · 16 years ago
  28. f40357e gallium: beginnings of draw module vertex rework by Keith Whitwell · 16 years ago
  29. d088d64 gallium: plug in vertex passthrough code by Brian · 16 years ago
  30. d9d2ca7 fix compilation by Zack Rusin · 17 years ago
  31. 297b3be draw: placeholder/prototype code for a passthrough draw path by Keith Whitwell · 17 years ago
  32. a1a1395 gallium: split draw_wide_prim stage into separate point/line stages. by Brian Paul · 17 years ago
  33. 446bfc3 gallium: new draw stage for polygon stipple. by Brian · 17 years ago
  34. eb4dc2d gallium: new AA point drawing stage by Brian · 17 years ago
  35. 90b2beb Simplify makefile boilerplate code. by José Fonseca · 17 years ago
  36. aceeb80 gallium: antialiased line drawing by Brian · 17 years ago
  37. bfd5916 Code reorganization: split gallium and mesa makefiles. by José Fonseca · 17 years ago
  38. b29d8d2 draw: subclass vertex shaders according to execution method by Keith Whitwell · 17 years ago
  39. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 17 years ago[Renamed from src/gallium/aux/draw/Makefile]
  40. b642730 Code reorganization: move files into their places. by José Fonseca · 17 years ago[Renamed from src/mesa/pipe/draw/Makefile]
  41. 5abc8d9 gallium: remove dead code from draw_vf* by Keith Whitwell · 17 years ago