[go: nahoru, domu]

  1. 6162e3e Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  2. aa28670 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  3. e5720c9 Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  4. 1e7fd13 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  5. c4880f6 SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  6. 7865a20 Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  7. d604c90 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  8. 43b23c6 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  9. 1404a23 Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  10. ab744d7 Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  11. 21645ef Add detection of mip support by commit-bot@chromium.org · 11 years ago
  12. 3fc0925 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  13. 89b7080 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  14. 2b1e5ac Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  15. 6012533 separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  16. 6138c2d Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  17. 03e1ce0 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  18. 59c8509 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  19. b4eb9b3 Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  20. 0fde04d Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  21. a91959e Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  22. 0ab0c01 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  23. a8cbc57 Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  24. 860912a Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  25. fbf9f30 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  26. 034620a Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  27. a545745 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 11 years ago
  28. a9f1f61 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  29. c513a51 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  30. b1bfcd3 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  31. d01e690 Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 11 years ago
  32. 41fa410 Make GrIODB record and play back copySurface. by bsalomon@google.com · 11 years ago
  33. c98e389 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  34. b9caace Add GrDrawTarget::copySurface. by bsalomon@google.com · 11 years ago
  35. bfed24f Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  36. 2c3b065 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  37. 2419b53 Take two for r8466: by jvanverth@google.com · 11 years ago
  38. 37daa34 Rolling back r8466. by jvanverth@google.com · 11 years ago
  39. 59a7476 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  40. 5b77be1 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 11 years ago
  41. 03d5ebc Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  42. b691cc7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  43. 516b4c3 Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  44. 59831d7 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  45. 8bc9236 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  46. 8351839 revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  47. 072cb5e Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  48. f7c3ed0 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  49. 84dbd01 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 11 years ago
  50. 768ccee Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  51. 480be72 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  52. da61985 Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  53. 0ad5bd9 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 11 years ago
  54. 992c296 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  55. f1a7c79 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  56. 9d8e4b7 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  57. 00ca881 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 12 years ago
  58. c8616f5 Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  59. 4fde243 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  60. c495c01 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 1b50a05 Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  62. 52ea95b Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  63. 2c943c0 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
  64. eeab2b4 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  65. 8b62219 Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  66. ba8399f Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  67. 1de9396 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  68. 38e030c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. afcc161 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  70. e3b9fcf eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  71. 5c2ee5c Follow up on the previous patch : by sugoi@google.com · 12 years ago
  72. ab3f6ac Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  73. bfaf011 Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  74. 290bf0a As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  75. a4e2f5b Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  76. 3a729be Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  77. 7879945 Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  78. fbd361f GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  79. 98b366d GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  80. 3829e11 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  81. 7f20881 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. e75c052 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  83. dcb8988 Moved paint color to vertex colors for batched rects by robertphillips@google.com · 12 years ago
  84. 50a76fb Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  85. dfb3e3c Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  86. 4407645 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  87. 73d295e Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  88. 8ec5ae6 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  89. 20c50f7 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  90. 7cb60d6 Remove stage masks by bsalomon@google.com · 12 years ago
  91. becae50 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  92. 64e7698 Fix assumption that enabled stage implies texture is present by bsalomon@google.com · 12 years ago
  93. efc71c9 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  94. 377bce7 Remove redundant vlayout masks and wasted vlayout bits by bsalomon@google.com · 12 years ago
  95. 8dc33d0 Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
  96. a2552ae plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  97. ae99e4f Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  98. a012432 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  99. 29a68d0 Towards NV path rendering by bsalomon@google.com · 12 years ago
  100. 7de94cd Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago