1. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  2. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  3. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  4. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  5. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  6. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  7. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  8. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  9. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  10. ae44496 Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader by egdaniel · 10 years ago
  11. 43d361f Stop calling rand() in debug-only code for GLProgramsTest by bsalomon · 10 years ago
  12. a7dc0a8 Calculate stage stats in GrOptDrawState by egdaniel · 10 years ago
  13. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  14. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  15. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  16. 249af15 BUG=skia: by joshualitt · 10 years ago
  17. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  18. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  19. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  20. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  21. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  22. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  23. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  24. 929f29a Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  25. 7940100 Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. (https://codereview.chromium.org/379113004/) by mtklein · 10 years ago
  26. c0ea398 Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys. by bsalomon · 10 years ago
  27. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  28. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  29. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  30. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  31. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  32. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  33. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  34. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 11 years ago
  35. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
  36. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 11 years ago
  37. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  38. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  39. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  40. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  41. 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
  42. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  43. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  44. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  45. 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
  46. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  47. 949eef0 Use explicitly-sized enums in GrGLProgramDesc::KeyHeader by commit-bot@chromium.org · 11 years ago
  48. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  49. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  50. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  51. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  52. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  53. 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
  54. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  55. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  56. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 11 years ago
  57. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  58. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  59. 504976e Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram. by bsalomon@google.com · 11 years ago
  60. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  61. 72993ab silence && || parens clang warning. by bsalomon@google.com · 11 years ago
  62. 5920ac2 Perform coverage blend with the dst in the shader when using a dst-reading xfermode. by bsalomon@google.com · 11 years ago
  63. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  64. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  65. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  66. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  67. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 11 years ago
  68. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  69. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  70. 26ec00e Fix unit test build break by bsalomon@google.com · 11 years ago
  71. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  72. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  73. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  74. 9ae7850 Stop the GLPrograms unit test from generating out of range attrib indices for effects. by commit-bot@chromium.org · 11 years ago
  75. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  76. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  77. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  78. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 11 years ago
  79. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  80. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  81. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  82. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  83. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  84. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  85. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  86. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
  87. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  88. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  89. 1d1d424 Actually fix angle GLPrograms test. by bsalomon@google.com · 12 years ago
  90. 042a286 Attempt to fix GLPrograms test on ANGLE bot. by bsalomon@google.com · 12 years ago
  91. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  92. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  93. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  94. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  95. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  96. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  97. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  98. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  99. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  100. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago