1. f00da2a i915g: Drop the simple sufix by Jakob Bornecrantz · 15 years ago[Renamed from src/gallium/drivers/i915simple/i915_surface.c]
  2. e1741db i915g: Rename pipe field on context to base by Jakob Bornecrantz · 15 years ago
  3. f500f3a gallium: Remove do_flip argument from surface_copy by Jakob Bornecrantz · 15 years ago
  4. b89aa1d i915simple: Minimal fixup for introduction of struct pipe_transfer. by Michel Dänzer · 16 years ago
  5. 5069bfe gallium: remove pipe_buffer from surfaces by Zack Rusin · 16 years ago
  6. adfbba4 gallium: make p_winsys internal by Zack Rusin · 16 years ago
  7. 48f7d86 i915: Fix surface operations by Jakob Bornecrantz · 16 years ago
  8. 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 16 years ago
  9. fe1e39a gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header by Brian Paul · 16 years ago
  10. 5b9d823 i915: Fix the last of the stride/pitch changes by Jakob Bornecrantz · 16 years ago
  11. 4ddd659 gallium: Drop pipe_texture->cpp and pipe_surface->cpp. by José Fonseca · 16 years ago
  12. e14126e gallium: change surface_copy()'s do_flip to boolean by Brian Paul · 16 years ago
  13. f1601c2 gallium: fix bad srcy coord if do_flip by Brian Paul · 16 years ago
  14. c9ed86a gallium: tex surface checkpoint by Keith Whitwell · 16 years ago
  15. 882a4b5 gallium: minor re-org of 915 surface/texture code by Brian · 17 years ago
  16. 6acd63a Code reorganization: update build. by José Fonseca · 17 years ago
  17. b642730 Code reorganization: move files into their places. by José Fonseca · 17 years ago[Renamed from src/mesa/pipe/i915simple/i915_surface.c]
  18. d3cd394 gallium: Fix build on Windows. by Michal Krol · 17 years ago
  19. e922adb gallium: pipe->surface_copy can flip the contents vertically when necessary. by Michel Dänzer · 17 years ago
  20. f3aa4de gallium: minor cleanups to pipe interface by Keith Whitwell · 17 years ago
  21. 1e0d30a gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code by Keith Whitwell · 17 years ago
  22. e44bdcf Unify copy_rect helpers. by Michel Dänzer · 17 years ago
  23. 271f9da Back-port miscellaneous fixes from internal branch (mostly portability fixes). by José Fonseca · 17 years ago
  24. 2014e0b Remove pipe->get/put_tile_rgba. by Michel Dänzer · 17 years ago
  25. c76efb9 Remove mapping fields from struct pipe_surface. by Michel Dänzer · 17 years ago
  26. 47b5138 rename some 'mesa' functions by Brian · 17 years ago
  27. 263e8f0 Use tile functions in new p_tile.[ch] by Brian · 17 years ago
  28. 4416514 Remove get/put_tile_rgba() functions. by Brian · 17 years ago
  29. a4ca259 Move float/rgba tile get/put functions into new file. by Brian · 17 years ago
  30. 69292a0 remove old assertion by Brian · 17 years ago
  31. 1236367 Add surface storage allocation function to winsys interface. by José Fonseca · 17 years ago
  32. 4ccd312 implement i915_put_tile_rgba() - temporary code though by Brian · 17 years ago
  33. 2067eed Get rid of "duplicate" formats. by Brian · 17 years ago
  34. b859cdf Eliminate struct pipe_region. by Michel Dänzer · 17 years ago
  35. 753db0d Hide texture layout details from the state tracker. by Michel Dänzer · 17 years ago
  36. 11a8016 Move dimensions from struct pipe_region to struct pipe_surface. by Michel Dänzer · 17 years ago
  37. 5961732 Make it compile under Win32. by Michal · 17 years ago
  38. 7de874e Make it compile under linux. by Michal Krol · 17 years ago
  39. e4f6f0e surface_alloc() is now a winsys function. by Brian · 17 years ago
  40. ee80e0b Move the get/put_tile() functions to pipe_context. by Brian · 17 years ago
  41. 40a86b2 Start breaking the #include dependencies between pipe drivers and mesa. by Keith Whitwell · 17 years ago
  42. 21b9b8b fill in the get_tile() function so ReadPixels can work by Brian · 17 years ago
  43. 83521ee notes/asserts for get/put_tile() by Brian · 17 years ago
  44. 7523f49 define i915_surface struct by Brian · 17 years ago
  45. 01c35b5 Checkpoint of a super-simplified i915 driver in the pipe model. by Keith Whitwell · 17 years ago