1. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  2. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  3. 91f8e7f Initialize wrapped render target wrap status correctly by kkinnunen · 10 years ago
  4. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  5. 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
  6. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  7. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  8. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  9. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  10. 3f490a0 Fix complexclip3 test on gpu by bsalomon · 10 years ago
  11. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  12. e3d5c7f Cleanup: More override fixes. by tfarina · 10 years ago
  13. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  14. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  15. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  16. f72b752 Re-enable default sized formats, handling BGRA exception. by jvanverth · 10 years ago
  17. 1f78c0a Stop calling flushGLState in onStencilPath by bsalomon · 10 years ago
  18. a86a233 Give the hoisting surfaces surface props by robertphillips · 10 years ago
  19. e1869ca Revert using sized formats for everything except ES 2.0. by jvanverth · 10 years ago
  20. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  21. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  22. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  23. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  24. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  25. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  26. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  27. 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
  28. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  29. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  30. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  31. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  32. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  33. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  34. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  35. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  36. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  37. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  38. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  39. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  40. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  41. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  42. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  43. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  44. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  45. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  46. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  47. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  48. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  49. f364b61 Really fix valgrind issue by joshualitt · 10 years ago
  50. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  51. 06f019f Revert of Fix to set correct output type when blending when we've read dst (patchset #4 id:60001 of https://codereview.chromium.org/791143002/) by joshualitt · 10 years ago
  52. bd528cd fix for chrome bug with sub pixel hairlines by joshualitt · 10 years ago
  53. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  54. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  55. 733fc20 Fix to set correct output type when blending when we've read dst by egdaniel · 10 years ago
  56. 9b33822 fix for valgrind uninit variables by joshualitt · 10 years ago
  57. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  58. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  59. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  60. 138aa22 Remove unused static function skcolor_to_grcolor_nopremultiply. by egdaniel · 10 years ago
  61. 6dd1739 Fix for alpha textures on Nexus 6. by jvanverth · 10 years ago
  62. 06194c5 Don't call GetShaderPrecisionFormat for geometry shaders. by bsalomon · 10 years ago
  63. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  64. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  65. 54a57f5 Use GrCoordTransform precision to set uniform matrix precision by bsalomon · 10 years ago
  66. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  67. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  68. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  69. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  70. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  71. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  72. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  73. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  74. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  75. 03d3bb0 get rid of static gps by joshualitt · 10 years ago
  76. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  77. 95f9b5f Fix overoptimization in distance field code on N7 and N10. by jvanverth · 10 years ago
  78. c92aadc clean up default precision handling by bsalomon · 10 years ago
  79. eb2a676 Remove backend factories by joshualitt · 10 years ago
  80. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  81. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  82. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  83. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  84. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  85. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  86. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  87. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  88. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  89. 4de8a4d Remove guard on and enable vertexAttrib function pts on GrGLInterface. by egdaniel · 10 years ago
  90. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  91. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  92. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  93. ed8bdc5 bug fix for cubic low precision by joshualitt · 10 years ago
  94. a89a95e Remove unused constants. by mtklein · 10 years ago
  95. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  96. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  97. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  98. e638d1c check matrix does not have rotation or perspective transformation by derekf · 10 years ago
  99. 367e186 use drawRect when drawing a bitmap with anti-aliasing on a non-msaa target by derekf · 10 years ago
  100. 3729469 Change clear() to respect the clip by reed · 10 years ago