1. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  2. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  3. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago
  4. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
  5. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  6. b556422 Increase GrGpuGL's program cache size by commit-bot@chromium.org · 11 years ago
  7. 13e6576 Remove forceRenderTargetFlush (unused) by commit-bot@chromium.org · 11 years ago
  8. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
  9. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  10. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  11. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  12. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  13. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  14. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  15. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  16. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  17. 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
  18. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  19. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  20. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  21. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  22. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  23. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  24. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  25. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  26. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  27. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  28. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  29. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  30. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  31. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  32. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  33. a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
  34. 5d1d79a fix slowness of getImageData() for CanvasRenderingContext2D in linux due to un-optimized format for glReadPixels by commit-bot@chromium.org · 11 years ago
  35. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 11 years ago
  36. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
  37. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
  38. 26e18b5 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 · 12 years ago
  39. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  40. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  41. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
  42. 9487877 Add GL program cache tracking. by jvanverth@google.com · 12 years ago
  43. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  45. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  46. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  47. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  48. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  49. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 12 years ago
  50. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 12 years ago
  51. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
  52. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
  53. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  54. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  55. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  56. 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 · 12 years ago
  57. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  58. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  59. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  60. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  61. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  62. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  64. 12b4e27 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
  65. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  66. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  67. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  68. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  69. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  70. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  71. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  72. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  73. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  74. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  75. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  76. 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
  77. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  78. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  79. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  80. ecb60aa Factory method for creating GrGLProgram by bsalomon@google.com · 12 years ago
  81. 9ba4fa6 Remove GrGLProgram::CachedData, make GrGLProgram represent the program by bsalomon@google.com · 12 years ago
  82. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  83. ded4f4b 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
  84. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  85. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  86. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  87. 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 12 years ago
  88. 4920939 Move stuff from protected to private in GrGpuGL by bsalomon@google.com · 12 years ago
  89. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 12 years ago
  90. c96cb3a Break up GrGpuGL::flushGLCommonState by bsalomon@google.com · 12 years ago
  91. 4c88378 move texture flush and param update to separate function by bsalomon@google.com · 12 years ago
  92. 0ae2ca2 Revert r4134 due to bot failures by bsalomon@google.com · 12 years ago
  93. 009103d Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 12 years ago
  94. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 12 years ago
  95. 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 12 years ago
  96. 890e3b5 Remove dirty flags from GrGpuGL state flush by bsalomon@google.com · 12 years ago
  97. c1d2a58 Move GrGpuGL::ProgramCache declaration to header by bsalomon@google.com · 12 years ago
  98. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 12 years ago
  99. 13f1b6f Add a bunch of SK_OVERRIDES and remove and unused function by bsalomon@google.com · 12 years ago
  100. bcc8486 Commit comment change that was supposed to go into r4024 but wasn't because I forgot to save. by bsalomon@google.com · 12 years ago