1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  3. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  4. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  5. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  6. 8482504 make allocPixels throw on failure by reed · 10 years ago
  7. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  8. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  9. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  10. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  11. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  12. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  13. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  14. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  15. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  16. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  17. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  18. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  19. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  20. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  21. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  22. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  23. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  24. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  26. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  27. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  28. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  29. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  30. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  31. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 11 years ago
  32. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 11 years ago
  33. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 11 years ago
  34. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  35. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  36. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  38. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 12 years ago
  39. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  40. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  41. 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 12 years ago
  42. 4b163ed Privatization: by reed@google.com · 12 years ago
  43. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  44. b9f026f Turn on read pixels test for raster backend by bsalomon@google.com · 12 years ago
  45. 8688e5b Exclude BGRA readPixel tests on Android until bug 438 is resolved. by djsollen@google.com · 13 years ago
  46. a2092aa Fix return value in read pixels unit test by bsalomon@google.com · 13 years ago
  47. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  48. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  49. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  50. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  51. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  52. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago