1. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  2. 9b98c1b Make global static variable kVertexAttribs in GrAARectRenderer local to functions. by jvanverth@google.com · 12 years ago
  3. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  4. df8114d Fix mesa issues. by bsalomon@google.com · 12 years ago
  5. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  6. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 12 years ago
  7. 1fc506a Revert r7914 due to Linux rendering issues by robertphillips@google.com · 12 years ago
  8. a962174 Fix mesa build error from r7519. by bsalomon@google.com · 12 years ago
  9. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 12 years ago
  10. 348e35e Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  11. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  13. 2b1b8c0 Checkpoint towards core profile support. by bsalomon@google.com · 12 years ago
  14. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  15. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 12 years ago
  16. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  17. 00b1c3a Fix assert in bench due to r7899. Unreviewed. by jvanverth@google.com · 12 years ago
  18. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  19. b83a193 Reverting r7882 (Replace A8 with RGBA8 when renderable A8 isn't supported) due Android rendering issues by robertphillips@google.com · 12 years ago
  20. ff43661 Sort GL extension strings and search to find. by bsalomon@google.com · 12 years ago
  21. 89e6f5b Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms about uninit reads. by bsalomon@google.com · 12 years ago
  22. 94ba6c6 Replace A8 with RGBA8 when renderable A8 isn't supported by robertphillips@google.com · 12 years ago
  23. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  25. 9c58f46 Add files omitted from gcl change in r7860. by bsalomon@google.com · 12 years ago
  26. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 12 years ago
  27. ff57afc Fixed the hash key comparison function. by sugoi@google.com · 12 years ago
  28. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  29. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 12 years ago
  30. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  31. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  32. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 12 years ago
  33. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  34. 19e393c Fix unused var warning. by bsalomon@google.com · 12 years ago
  35. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 12 years ago
  36. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  38. 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
  39. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  40. 45a412e r7719 was an exact reland of r7713. This CL is fix. by bsalomon@google.com · 12 years ago
  41. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 12 years ago
  42. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
  43. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
  44. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  45. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  46. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  47. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  48. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
  49. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  50. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  51. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
  52. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  53. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  54. 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 12 years ago
  55. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  56. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  57. cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
  58. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
  60. f3a7bc7 Fix bench crash (calling method on NULL object). by bsalomon@google.com · 12 years ago
  61. a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
  62. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  63. 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
  64. 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
  65. 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
  66. e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
  67. 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
  68. bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 12 years ago
  69. d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
  70. 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
  71. a45afcf Commit file missing from r7550 by bsalomon@google.com · 12 years ago
  72. 7fbf5cf fix unused variable warning by reed@google.com · 12 years ago
  73. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  74. 4d26340 Fix init order warning by bsalomon@google.com · 13 years ago
  75. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 13 years ago
  76. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 13 years ago
  77. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 13 years ago
  78. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  79. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 13 years ago
  80. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 13 years ago
  81. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 13 years ago
  82. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 13 years ago
  83. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
  84. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  85. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 13 years ago
  86. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 13 years ago
  87. 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago
  88. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 13 years ago
  89. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
  90. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
  91. 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 13 years ago
  92. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
  93. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  94. 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 13 years ago
  95. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 13 years ago
  96. c5fae9e Fix spelling error. by bsalomon@google.com · 13 years ago
  97. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 13 years ago
  98. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
  99. 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
  100. 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago