1. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  2. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
  3. 93316b9 Move GrGLBufferImpl's GL calls to behind GrGLGpu by joshualitt · 9 years ago
  4. ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
  5. cae0085 Force the s4 to use highp for transforming to NDS by egdaniel · 9 years ago
  6. eec180d Remove unused functions from GrGLVertexBuffer / IndexBuffer by joshualitt · 9 years ago
  7. 2a459ff Fix force high precision for arm gpus by egdaniel · 9 years ago
  8. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  9. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  10. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  11. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  12. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  13. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  14. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  15. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 9 years ago
  16. b3f1636 skia: Make the validate match interface for *_draw_instanced by hendrikw · 9 years ago
  17. 10528f1 Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D. by bsalomon · 9 years ago
  18. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  19. db9f664 Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions by bsalomon · 9 years ago
  20. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  21. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  22. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  23. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  24. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  25. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  26. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  27. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  28. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  29. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  30. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  31. 79bd2ae Minor fix to attaching stencils by egdaniel · 9 years ago
  32. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  33. 56f38fb disable kIndex_8 gpu support for now -- seems to always be slower by reed · 9 years ago
  34. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  35. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  36. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  37. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  38. 465283c Remove batchtracker by joshualitt · 9 years ago
  39. eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
  40. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  41. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  42. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  43. 0a1fa5e skia: Replace CommandBuffer_ with egl by hendrikw · 9 years ago
  44. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  45. aeb77ea GrGLBlend::AppendPorterDuffBlend now supports kClear_Mode by wangyix · 9 years ago
  46. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  47. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  48. aaf951d nullptr isn't an int; this is what we want by halcanary · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. fe495f0 Fix assertion about GPU memory size when the target is not FBO 0 by chinmaygarde · 9 years ago
  51. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  52. a04c650 Remove deprecated usage of SkNEW and SkDELETE by mdempsky · 9 years ago
  53. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  54. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  55. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  56. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  57. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 9 years ago
  58. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  59. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  60. a7f4c43 For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal. by wangyix · 9 years ago
  61. 4b01329 Add rendertarget flag to prevent a debug assert in SampleApp. by senorblanco · 9 years ago
  62. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  63. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  64. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  65. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  66. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  67. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  68. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  69. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  70. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  71. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  72. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  73. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  74. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  75. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  76. b411b3b Restore read pixels perf on ANGLE by bsalomon · 9 years ago
  77. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  78. bf49e46 Make it possible to toggle MSAA for ES (EXT_multisample_compatibility) by kkinnunen · 9 years ago
  79. 58b4395 Disable SRGB support on PowerVR Rogue due to SRGBReadWritePixels failure by bsalomon · 9 years ago
  80. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  81. 6d901da Move some parts of onReadPixels up to GrGpu readPixels. by egdaniel · 9 years ago
  82. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  83. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  84. c3fb746 Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/) by bsalomon · 9 years ago
  85. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  86. cef14bf Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend by wangyix · 9 years ago
  87. 266c232 skia: wrong calling convention on eglGetPlatformDisplayEXT by hendrikw · 9 years ago
  88. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  89. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  90. 150714f Name of primitive processor will now be printed in generated shader code by wangyix · 9 years ago
  91. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  92. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  93. 1ae488f skia: GrGLAssembleGLInterface update load chromium extension functions by hendrikw · 9 years ago
  94. 10b371c ANGLE deps roll by hendrikw · 9 years ago
  95. cd94d73 Revert of skia: ANGLE deps roll (patchset #1 id:1 of https://codereview.chromium.org/1244843003/) by hendrikw · 9 years ago
  96. db0b1e7 ANGLE deps roll by hendrikw · 9 years ago
  97. 18c58c7 Possible fix Moto E compilation failure by robertphillips · 9 years ago
  98. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  99. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  100. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago