1. 1573206 fix for angle bot by joshualitt · 9 years ago
  2. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  3. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  4. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  5. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  6. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  7. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  8. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  10. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 9 years ago
  11. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 9 years ago
  12. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  13. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  14. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  15. 44701df Move clip off of draw target by joshualitt · 9 years ago
  16. f99e961 Allow resources' unique keys to be changed. by bsalomon · 9 years ago
  17. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  18. 305a889 Decrease number of allowed stages for Angle on GLProgramTest by egdaniel · 9 years ago
  19. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 9 years ago
  20. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  21. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 9 years ago
  22. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 9 years ago
  23. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 9 years ago
  24. de358a9 BUG=skia: by joshualitt · 9 years ago
  25. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 9 years ago
  26. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 9 years ago
  27. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 9 years ago
  28. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 9 years ago
  29. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  30. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 9 years ago
  31. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  32. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 9 years ago
  33. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 9 years ago
  34. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  35. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  36. 17e7314 remove drawtype by joshualitt · 10 years ago
  37. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  38. 873ad0e BUG=skia: by joshualitt · 10 years ago
  39. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  40. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  41. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  44. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  45. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  46. 43893e4 GLPrograms leak fix by joshualitt · 10 years ago
  47. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  48. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  49. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  50. 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
  51. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  52. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  53. 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
  54. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  55. 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
  56. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  57. eb2a676 Remove backend factories by joshualitt · 10 years ago
  58. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  59. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  60. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  61. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  62. 267ce48 remove proc key by joshualitt · 10 years ago
  63. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  64. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  65. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  66. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  67. 9853cce Drawstate on stack by joshualitt · 10 years ago
  68. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  69. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  70. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  71. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  72. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  73. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  74. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  75. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  76. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  77. d27726e Fix leak in GLPrograms test. by bsalomon · 10 years ago
  78. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  79. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  80. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  81. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  82. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  83. 6517134 gl programs rewrite by joshualitt · 10 years ago
  84. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  85. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  86. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  87. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  88. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  89. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  90. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  91. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  92. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  93. ae44496 Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader by egdaniel · 10 years ago
  94. 43d361f Stop calling rand() in debug-only code for GLProgramsTest by bsalomon · 10 years ago
  95. a7dc0a8 Calculate stage stats in GrOptDrawState by egdaniel · 10 years ago
  96. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  97. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  98. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  99. 249af15 BUG=skia: by joshualitt · 10 years ago
  100. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago