1. 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 14 years ago
  2. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 14 years ago
  3. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 14 years ago
  4. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 14 years ago
  5. 030302c Fix comment alignment by bsalomon@google.com · 14 years ago
  6. dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 14 years ago
  7. 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 14 years ago
  8. 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 14 years ago
  9. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 14 years ago
  10. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 14 years ago
  11. e14490a Move GL headers out of public include dir by bsalomon@google.com · 14 years ago
  12. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  13. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 14 years ago
  14. cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
  15. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
  16. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
  17. 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
  18. fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 14 years ago
  19. b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
  20. 237a461 Instead of turning clipping off during AA, clip to the offscreen tile when by tomhudson@google.com · 14 years ago
  21. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 14 years ago
  22. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 14 years ago
  23. 970cb55 convolve GrRefCnt and SkRefCnt by reed@google.com · 14 years ago
  24. 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 14 years ago
  25. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 14 years ago
  26. 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 14 years ago
  27. bd3e320 Updated SkUIView to use the current code, added a default gl interface for ios by yangsu@google.com · 14 years ago
  28. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 14 years ago
  29. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 14 years ago
  30. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
  31. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 14 years ago
  32. 1e257a5 Remove nested scope resolutions in GrGpuGLShaders and use enum counts for generating random values in unit test. by bsalomon@google.com · 14 years ago
  33. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 14 years ago
  34. 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 14 years ago
  35. 3ef80cf suppress printfs by reed@google.com · 14 years ago
  36. fc89927 Offset bounds in GrDefaultPathRenderer by fTranslate. by bsalomon@google.com · 14 years ago
  37. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 14 years ago
  38. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 14 years ago
  39. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 14 years ago
  40. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  41. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
  42. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
  43. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 14 years ago
  44. cb0c5ab Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset() by bsalomon@google.com · 14 years ago
  45. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 14 years ago
  46. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 14 years ago
  47. 6d2a6a4 Updated the references to iOS util files in the iOSSampleApp project file by yangsu@google.com · 14 years ago
  48. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
  49. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 14 years ago
  50. d19aa27 Fix copy/paste error in GrDrawTarget::AutoStateRestore::set by bsalomon@google.com · 14 years ago
  51. 7359eae fix to free a plot when purging gr font cache by bsalomon@google.com · 14 years ago
  52. 6aab8e3 Initialize members to satisfy coverity. by bsalomon@google.com · 14 years ago
  53. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 14 years ago
  54. 61f3bde Fix handling of nan when clamping number of pts in quads/cubics by bsalomon@google.com · 14 years ago
  55. fe67652 Remember last successful stencil format by bsalomon@google.com · 14 years ago
  56. 9040593 Fix self-assignment by bsalomon@google.com · 14 years ago
  57. b092140 Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. by Scroggo · 14 years ago
  58. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 14 years ago
  59. e67bd3f Rename GrGLBug to GrGLCapability. by tomhudson@google.com · 14 years ago
  60. c29d7cd Always call notifyTextureDelete in onRelease. by Scroggo · 14 years ago
  61. 30e4bb6 Avoid checking to see if a bool is less than zero. by tomhudson@google.com · 14 years ago
  62. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 14 years ago
  63. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 14 years ago
  64. cd19a5f Set texture dirty flag only when texture has really changed by bsalomon@google.com · 14 years ago
  65. 7ac249b Enable SSAA on inverse filled paths by bsalomon@google.com · 14 years ago
  66. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 14 years ago
  67. 747bf29 FBO probing at Context startup is very expensive. This patch removes the by tomhudson@google.com · 14 years ago
  68. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 14 years ago
  69. 79d2dbe uint32_t -> int for texture extents by bsalomon@google.com · 14 years ago
  70. b9255d5 drop extraneous GrPrintfs by reed@google.com · 14 years ago
  71. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 14 years ago
  72. e32b583 Updates to the Android SampleApp by djsollen@google.com · 14 years ago
  73. 53a5584 Adding functionality for purgin graphics resource handles by junov@google.com · 14 years ago
  74. 7e12f82 GCC 4.6 fix: intptr_t <-> NULL triggers an warning. by thakis@chromium.org · 14 years ago
  75. 7ca72f3 Apply translate param to path bounds when computing ssaa bounds by bsalomon@google.com · 14 years ago
  76. 441d7da Correct argument order for drawSimpleRect() by thakis@chromium.org · 14 years ago
  77. 120bdff Committing on behalf of gman@chromium.org: by kbr@chromium.org · 14 years ago
  78. 70c136e allow the build system to enable offscreen_aa to some max dimension by reed@google.com · 14 years ago
  79. 76b8274 Correction of texture domain calculation. Review=http://codereview.appspot.com/4517126 by twiz@google.com · 14 years ago
  80. 0d83172 Reduce GrGLProgram::ProgramDesc from 88B to 24B. by tomhudson@google.com · 14 years ago
  81. 78e7d2c Fix to bug, partial fix to unit tests following on from by tomhudson@google.com · 14 years ago
  82. 9b24d25 include SkTypes.h by reed@google.com · 14 years ago
  83. 0d3f1fb Speed up GrBinHashKey computation by replacing Adler32 with One-at-a-Time hash by tomhudson@google.com · 14 years ago
  84. d7beab4 Fix copy/paste bug that checks same stencil field twice in isDisabled(). by bsalomon@google.com · 14 years ago
  85. 5d6e108 This change eliminates a potential memory leak and it by junov@google.com · 14 years ago
  86. 1fa803d Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess by senorblanco@chromium.org · 14 years ago
  87. 2f83940 Fixes performance for texture domain uniform upload by junov@google.com · 14 years ago
  88. 8c5753e Fixed point no longer crashes when GL enabled in gm tests. by bungeman@google.com · 14 years ago
  89. 0251b2f Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLL by bsalomon@google.com · 14 years ago
  90. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
  91. 2368f6f Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState by bsalomon@google.com · 14 years ago
  92. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
  93. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
  94. ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 14 years ago
  95. 00e17c5 Fix uninit of mask var by bsalomon@google.com · 14 years ago
  96. 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
  97. db2566b Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introduced by senorblanco@chromium.org · 14 years ago
  98. 5793a1f Pass forceClose "true" to SkPath::Iter constructor in by senorblanco@chromium.org · 14 years ago
  99. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
  100. d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 14 years ago