1. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  2. 174db77 Fix divide-by-zero in program cache tracking. by commit-bot@chromium.org · 12 years ago
  3. 9487877 Add GL program cache tracking. by jvanverth@google.com · 12 years ago
  4. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  6. 37ebe3f Address some valgrind issues by robertphillips@google.com · 12 years ago
  7. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  8. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  9. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago
  10. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 12 years ago
  11. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 13 years ago
  12. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 13 years ago
  13. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 13 years ago
  14. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 13 years ago
  15. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 13 years ago
  16. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 13 years ago
  17. 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 · 13 years ago
  18. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 13 years ago
  19. a45afcf Commit file missing from r7550 by bsalomon@google.com · 13 years ago
  20. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 13 years ago
  21. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
  22. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
  23. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  24. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 13 years ago
  25. 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 · 13 years ago
  26. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
  27. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
  28. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  29. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  30. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  31. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 13 years ago
  32. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  33. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  34. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  35. 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 · 13 years ago
  36. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 13 years ago
  37. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  38. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 13 years ago
  39. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 13 years ago
  40. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 13 years ago
  41. ecb60aa Factory method for creating GrGLProgram by bsalomon@google.com · 13 years ago
  42. 9ba4fa6 Remove GrGLProgram::CachedData, make GrGLProgram represent the program by bsalomon@google.com · 13 years ago
  43. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  44. 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 · 13 years ago
  45. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 13 years ago
  46. 64aef2b Towards NV path rendering by bsalomon@google.com · 13 years ago
  47. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
  48. 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 13 years ago
  49. 4920939 Move stuff from protected to private in GrGpuGL by bsalomon@google.com · 13 years ago
  50. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 13 years ago
  51. c96cb3a Break up GrGpuGL::flushGLCommonState by bsalomon@google.com · 13 years ago
  52. 4c88378 move texture flush and param update to separate function by bsalomon@google.com · 13 years ago
  53. 0ae2ca2 Revert r4134 due to bot failures by bsalomon@google.com · 13 years ago
  54. 009103d Move GrGpuGL::programUnitTest into its own file by bsalomon@google.com · 13 years ago
  55. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 13 years ago
  56. 60da417 Move max vertex attributes value to GL Caps by bsalomon@google.com · 13 years ago
  57. 890e3b5 Remove dirty flags from GrGpuGL state flush by bsalomon@google.com · 13 years ago
  58. c1d2a58 Move GrGpuGL::ProgramCache declaration to header by bsalomon@google.com · 13 years ago
  59. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 13 years ago
  60. 13f1b6f Add a bunch of SK_OVERRIDES and remove and unused function by bsalomon@google.com · 13 years ago
  61. bcc8486 Commit comment change that was supposed to go into r4024 but wasn't because I forgot to save. by bsalomon@google.com · 13 years ago
  62. f3fcbbe Kill GrGpuGL::fHWDrawState by bsalomon@google.com · 13 years ago
  63. 457b8a3 Stop using GrDrawState to track stencil state by bsalomon@google.com · 13 years ago
  64. 4d5f3fe Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bug by bsalomon@google.com · 13 years ago
  65. c811ea3 Stop using GrDrawState to track bound textures and render target by bsalomon@google.com · 13 years ago
  66. 978c8c6 Stop using GrDrawState to track draw face, dither, and color mask by bsalomon@google.com · 13 years ago
  67. a4d8fc2 Stop using GrDrawState to track GPU's blend state by bsalomon@google.com · 13 years ago
  68. 5adf9b2 Remove a dead function and dead var that were incorrectly left in by previous partial-reverts by bsalomon@google.com · 13 years ago
  69. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
  70. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  71. 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 13 years ago
  72. 99a5ac0 Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a performance gain for large blurs by robertphillips@google.com · 13 years ago
  73. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  74. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 14 years ago
  75. 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 14 years ago
  76. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 14 years ago[Renamed (97%) from src/gpu/GrGpuGL.h]
  77. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 14 years ago
  78. 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 14 years ago
  79. 0439e56 revert 3144 by bsalomon@google.com · 14 years ago
  80. aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 14 years ago
  81. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 14 years ago
  82. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 14 years ago
  83. b1caea0 Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformTexture or GrPlatformRenderTarget instead) by bsalomon@google.com · 14 years ago
  84. 280e99f Add support for GL texture storage by bsalomon@google.com · 14 years ago
  85. 88939ae Revert r2872 by bsalomon@google.com · 14 years ago
  86. 9a4c389 two loops for setting stage descs by bsalomon@google.com · 14 years ago
  87. 07dd2bf Add support for GL_ANGLE_texture_usage by bsalomon@google.com · 14 years ago
  88. 56d11e0 Add support for GL_ANGLE_pack_reverse_row_order by bsalomon@google.com · 14 years ago
  89. 1e0e607 Add missing return statement. by bsalomon@google.com · 14 years ago
  90. 136f55b Detect teximage2d failure by bsalomon@google.com · 14 years ago
  91. 8ef3fd0 Add support for GL_CHROMIUM_flipy by bsalomon@google.com · 14 years ago
  92. a85449d Resubmit 2717 w/ fix workaround OS X GL bug. by bsalomon@google.com · 14 years ago
  93. 484be2b Revert 2717 by bsalomon@google.com · 14 years ago
  94. 5c56e34 Recommit r2714 with clip fix by bsalomon@google.com · 14 years ago
  95. e1d3127 Revert 2714 for debugging of test failure by bsalomon@google.com · 14 years ago
  96. 598a1ff Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate texture on ANGLE by bsalomon@google.com · 14 years ago
  97. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 14 years ago
  98. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
  99. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
  100. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 14 years ago