1. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  2. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  3. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  4. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  5. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 12 years ago
  6. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  7. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  9. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  10. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 13 years ago
  11. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  12. d510809 Fix GrBufferAllocPool to include padding in bytes used for an allocation by bsalomon@google.com · 13 years ago
  13. b665a6b Fix cycling through buffers in buffer alloc pool by bsalomon@google.com · 13 years ago
  14. f6fc404 Remove ref in buffer alloc pool. by bsalomon@google.com · 13 years ago
  15. 987dbc0 by bsalomon@google.com · 14 years ago
  16. 71bd1ef Don't update vertex/index buffer twice! by bsalomon@google.com · 14 years ago
  17. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrBufferAllocPool.cpp]
  18. 96e96df When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 14 years ago
  19. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 14 years ago
  20. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  21. 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 14 years ago
  22. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  23. cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
  24. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
  25. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
  26. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  27. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 14 years ago
  28. 8b48441 Suppress warnings in GrBufferAllocPool by bsalomon@google.com · 14 years ago
  29. 11f0b51 Fix ref leak on GrGpu. by bsalomon@google.com · 14 years ago
  30. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago