1. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  2. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  3. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  4. 9764c40 Workaround for blacklist KHR_blend_equation_advanced on ARM GPU by joel.liang · 9 years ago
  5. 47c1ccb Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id:1 of https://codereview.chromium.org/1207003002/) by bsalomon · 9 years ago
  6. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  7. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  8. d7395d8 Initialize the sample config for wrapped RTs to kUnified. by senorblanco · 9 years ago
  9. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  10. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  11. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  12. d624634 Disable unused attributes when using copy shader by bsalomon · 9 years ago
  13. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  14. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  15. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  16. 29f8679 Removing GrAutoMalloc by joshualitt · 9 years ago
  17. 682c269 Store context options on caps. by bsalomon · 9 years ago
  18. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  19. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  20. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  21. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  22. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  23. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  24. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  25. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  26. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  27. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  28. 8780bc6 Remove GrGLVertexArray from GrGpuResource hierarchy. by bsalomon · 9 years ago
  29. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  30. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  31. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  32. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  33. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  34. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  35. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  36. cf614fd Move function to be static instead of anonymous namespace by egdaniel · 9 years ago
  37. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 9 years ago
  38. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  39. 94e5010 When wrapping external textures, clamp the MSAA sample count to max. by senorblanco · 9 years ago
  40. d588c01 Housekeeping to rename GrGL compressed texture formats to match GL specs by egdaniel · 9 years ago
  41. df60355 Remove recent changes to use temp fbo to do stencil clears. by egdaniel · 9 years ago
  42. d803f27 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #17 id:320001 of https://codereview.chromium.org/949263002/) by egdaniel · 9 years ago
  43. 160f24c Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  44. 9251d4e Use sample count for temp renderbuffer when clearing stenci by Brian Salomon · 9 years ago
  45. 5cd020f Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #16 id:300001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  46. dc963b9 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  47. 9d2049d Add stencil-only clear bug workaround back but for all devices. by bsalomon · 9 years ago
  48. d0a840d Disable GL_MULTISAMPLE when it's not being used by cdalton · 10 years ago
  49. 1e0bf7e Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/949263002/) by bsalomon · 10 years ago
  50. 3700c9a Revert of Add terrible workaround to fix stencil clear crash on S3. (patchset #1 id:1 of https://codereview.chromium.org/1001693003/) by ccameron · 10 years ago
  51. 084340b Add terrible workaround to fix stencil clear crash on S3. by bsalomon · 10 years ago
  52. bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 10 years ago
  53. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  54. 73165bd Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #10 id:180001 of https://codereview.chromium.org/949263002/) by robertphillips · 10 years ago
  55. 0b70b86 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  56. bb8bca3 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #8 id:140001 of https://codereview.chromium.org/949263002/) by bsalomon · 10 years ago
  57. b2af2d8 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  58. ed0069a Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #6 id:100001 of https://codereview.chromium.org/949263002/) by bsalomon · 10 years ago
  59. d2ad8eb Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  60. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  61. dd3143b clear stencil buffer using special purpose FBO by bsalomon · 10 years ago
  62. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  63. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  64. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  65. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  66. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  67. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  68. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  69. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  70. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  71. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  72. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  73. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  74. 0f5f967 Save and temp dst and src FBO on GrGLGpu and use the temp FBOs for copySurface if needed. by egdaniel · 10 years ago
  75. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  76. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  77. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  78. 17e7314 remove drawtype by joshualitt · 10 years ago
  79. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  80. 873ad0e BUG=skia: by joshualitt · 10 years ago
  81. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  82. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  83. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago[Renamed (99%) from src/gpu/gl/GrGpuGL.cpp]
  84. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  85. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  86. 91f8e7f Initialize wrapped render target wrap status correctly by kkinnunen · 10 years ago
  87. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  88. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  89. f72b752 Re-enable default sized formats, handling BGRA exception. by jvanverth · 10 years ago
  90. 1f78c0a Stop calling flushGLState in onStencilPath by bsalomon · 10 years ago
  91. e1869ca Revert using sized formats for everything except ES 2.0. by jvanverth · 10 years ago
  92. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  93. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  94. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  95. bdd22a3 Revert of Change desktop and ES 3.0 to always use sized internal texture formats. (patchset #2 id:20001 of https://codereview.chromium.org/806943002/) by jvanverth · 10 years ago
  96. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  97. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  98. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  99. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  100. c230414 Create xfer processor backend. by egdaniel · 10 years ago