1. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  2. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  3. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  4. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  5. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  6. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  7. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  8. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  9. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  10. 5ba448c Add cap workarounds for possible arm bugs by Greg Daniel · 7 years ago
  11. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  12. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  13. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  14. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  15. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  16. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  17. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  18. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  19. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  20. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  21. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  22. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  23. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  24. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  25. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  26. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  27. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  28. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  29. 6c9f101 Add some swizzle checks to vulkan backend by Greg Daniel · 7 years ago
  30. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  31. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  32. b37cb23 Add integer vectors to GrSLType by csmartdalton · 8 years ago
  33. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  34. ec44099 Lots of little cleanup improvements to Vulkan by egdaniel · 8 years ago
  35. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  36. 0e72e9e Remove asserts on scissor size in Vulkan by egdaniel · 8 years ago
  37. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  38. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  39. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  40. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  41. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  42. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  43. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  44. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  45. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  46. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  47. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
  48. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 9 years ago
  49. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 9 years ago
  50. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 9 years ago
  51. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  52. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  53. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  54. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  55. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago