1. 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 14 years ago
  2. 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 14 years ago
  3. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 14 years ago
  4. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  5. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 14 years ago
  6. 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
  7. fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 14 years ago
  8. b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
  9. 237a461 Instead of turning clipping off during AA, clip to the offscreen tile when by tomhudson@google.com · 14 years ago
  10. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 14 years ago
  11. 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 14 years ago
  12. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 14 years ago
  13. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 14 years ago
  14. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
  15. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 14 years ago
  16. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 14 years ago
  17. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  18. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
  19. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
  20. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 14 years ago
  21. 7ac249b Enable SSAA on inverse filled paths by bsalomon@google.com · 14 years ago
  22. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 14 years ago
  23. 53a5584 Adding functionality for purgin graphics resource handles by junov@google.com · 14 years ago
  24. 7e12f82 GCC 4.6 fix: intptr_t <-> NULL triggers an warning. by thakis@chromium.org · 14 years ago
  25. 7ca72f3 Apply translate param to path bounds when computing ssaa bounds by bsalomon@google.com · 14 years ago
  26. 120bdff Committing on behalf of gman@chromium.org: by kbr@chromium.org · 14 years ago
  27. 70c136e allow the build system to enable offscreen_aa to some max dimension by reed@google.com · 14 years ago
  28. 2368f6f Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState by bsalomon@google.com · 14 years ago
  29. 26c2d0a Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expose a mask stage through GrPaint by bsalomon@google.com · 14 years ago
  30. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
  31. 97c88c2 Add color filters to gpu path. by Scroggo · 14 years ago
  32. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
  33. 20efde7 Share code with SkRect by reed@google.com · 14 years ago
  34. 6aef1fb Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. by bsalomon@google.com · 14 years ago
  35. 05ef510 Remove GrContext.h dependence on GrGpu.h by bsalomon@google.com · 14 years ago
  36. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 14 years ago
  37. 6aa25c3 Make Gr clear take a rect for a partial-clear by bsalomon@google.com · 14 years ago
  38. a47a48d SSSA for drawVerts, cleanup determination of when stage is enabled by bsalomon@google.com · 14 years ago
  39. 06afe7b Per-draw super sampling. Disabled, path only, 2x2 only by bsalomon@google.com · 14 years ago
  40. a39f404 Remove sampler state param from lockKeylessTexture. It didn't serve any function and gave the false impression that tiling modes were handled on APIs with npot limitations. by bsalomon@google.com · 14 years ago
  41. fea37b5 Add lockKeylessTexture() for caching texture without a content key. by bsalomon@google.com · 14 years ago
  42. 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 14 years ago
  43. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  44. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
  45. f954d8d Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in GrGpuGL. by bsalomon@google.com · 14 years ago
  46. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  47. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  48. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 14 years ago
  49. f6a7c11 by bsalomon@google.com · 14 years ago
  50. 1da0746 Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference it is destroyed by bsalomon@google.com · 14 years ago
  51. a7f84e1 Make flush discardable and lazily reset context by bsalomon@google.com · 14 years ago
  52. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  53. de6ac2d Fix double delete of vb pool and missing delete of ib pool by bsalomon@google.com · 14 years ago
  54. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  55. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  56. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  57. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  58. 86afc2a Batch consecutive draw rects. by bsalomon@google.com · 14 years ago
  59. 97b6245 Fix param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_RECT_VB is 1 by bsalomon@google.com · 14 years ago
  60. 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
  61. 7acdb8e by bsalomon@google.com · 14 years ago
  62. 4333323 Make enabling static rect VB configurable by user config file. by bsalomon@google.com · 14 years ago
  63. 0748f21 Attempt to simplify NPOT texture caps. Also fixes case where textures would unnecessarily be bloated to POT. Adds setting of sampler's filter setting in paint conversion. by bsalomon@google.com · 14 years ago
  64. 6f7fbc9 Adds ability to draw rects using a unit square vertex buffer. Useful when matrix/uniform changes are less expensive than sending new verts. by bsalomon@google.com · 14 years ago
  65. 02a7e6c fix slow performance on desktops by uping our max-texture-dim from 512 to by reed@google.com · 14 years ago
  66. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 15 years ago
  67. 01804b4 add getter/setter for TextureCache, so that clients can make their budget by reed@google.com · 15 years ago
  68. 2e7b43d Remove notion of default rendertarget. This doesn't map well to usage patterns outside sample app. Make binding between SkGpuDevice and a GrRenderTarget more explicit. Create method on GrContext to wrap the current target in the 3D API with a GrRenderTarget. by bsalomon@google.com · 15 years ago
  69. 1572b07 Fix vertex buffer size computation when deferred text is disabled. This change makes it consistent with recent changes to the vertex layout bitfield in Issue 106. by bsalomon@google.com · 15 years ago
  70. 8531c1c Towards issue #106 by bsalomon@google.com · 15 years ago
  71. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 15 years ago
  72. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 15 years ago