1. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  2. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  3. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  4. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  5. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  6. 4cad310 CCPR: Blacklist Intel driver except on Mac by Chris Dalton · 7 years ago
  7. 06cd666 CCPR: Block older Intel/Mesa setups by Chris Dalton · 7 years ago
  8. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  9. 4a6a732 CCPR: Blacklist intel 4xxx and 6xxx by Chris Dalton · 7 years ago
  10. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  11. a2fd62a Use draws instead of clears on Macs w/ Intel Iris Pro GPUs by Robert Phillips · 7 years ago
  12. 3a93053 Always use draws instead of clears for ANGLE D3D11 by Robert Phillips · 7 years ago
  13. 69f26db Ensure glxGetProcAddress is declared by Brian Osman · 7 years ago
  14. e4679fa CCPR: Blacklist Mali GPUs and Vulkan while we work through issues by Chris Dalton · 7 years ago
  15. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  16. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  17. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  18. 4b05000 Always read half-float textures as GL_HALF_FLOAT in ES3. by Geoff Lang · 7 years ago
  19. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  20. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  21. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  22. 266ef6d Use clear-as-draw workaround on Ivy Bridge/ANGLE D3D11. by Brian Salomon · 7 years ago
  23. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  24. 8d4a5c7 Avoid using glUnmapBufferOES with ES3 by Brian Osman · 7 years ago
  25. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  26. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  27. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  28. 4127456 Disable flat interpolation in TextureOp on Qualcomm by Brian Salomon · 7 years ago
  29. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  30. bc534f6 Init hardware buffer state in GrGLGpu by Rob Phillips · 7 years ago
  31. 9b56024 Unbind xfer buffer in a couple more places by Brian Osman · 7 years ago
  32. 91f9a2c Unbind xfer buffer before trying to call TexImage2D by Brian Osman · 7 years ago
  33. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  34. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  35. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  36. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  37. ef45e6e Remove (unused) context option to remove shader swizzling by Brian Osman · 7 years ago
  38. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  39. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  40. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  41. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  42. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  43. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  44. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  45. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  46. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  47. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  48. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  49. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  50. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  51. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 7 years ago
  52. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  53. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  54. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 7 years ago
  55. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  56. 6a7d56f Support single line objects and arrays by Brian Osman · 7 years ago
  57. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  58. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  59. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  60. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  61. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  62. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  63. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  64. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  65. dff5d43 Guard against D3D NaN/Infinity literals bug by Brian Osman · 7 years ago
  66. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  67. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  68. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  69. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  70. 6bd729d Uncomment glinterface asserts not that chrome has functions by Greg Daniel · 7 years ago
  71. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  72. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  73. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  74. 7311b40 Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  75. 57bc3ea Expose srgbDecodeDisableSupport in GrCaps by Brian Osman · 7 years ago
  76. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  77. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  78. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  79. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  80. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  81. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  82. 7634330 reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o by Mike Klein · 7 years ago
  83. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  84. 2bb6ecc Revert "Revert "Fixes from sample count change"" by Greg Daniel · 7 years ago
  85. 914b285 Revert "Fixes from sample count change" by Greg Daniel · 7 years ago
  86. ff98644 Revert "Revert "Fixes from sample count change"" by Cary Clark · 7 years ago
  87. 390aaaf Revert "Fixes from sample count change" by Cary Clark · 7 years ago
  88. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  89. f331622 Fixes from sample count change by Greg Daniel · 7 years ago
  90. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  91. 7bd55c2 gl: print shader sources one line at a time by Chris Dalton · 7 years ago
  92. 38a10ad Add trace events for shader generation. by Ryan Macnak · 7 years ago
  93. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  94. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  95. f02fa6f Ensure FB sRGB conversion is on during copy-as-draw by Brian Osman · 7 years ago
  96. 71479b7 Fix missing height check found by /analyze by Bruce Dawson · 7 years ago
  97. 466c7d6 header cleanup by Hal Canary · 7 years ago
  98. 7f7b902 Add shading language version to GL dump by Jim Van Verth · 7 years ago
  99. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  100. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago