Commit 4051a1b9 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

Add basic README.md file for platform/graphics

Change-Id: I804e2b4aceffb94c551e7829da35254cdcf9fceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270108Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782978}
parent 55ea4727
<!---
The live version of this document can be viewed at:
https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/renderer/platform/graphics/README.md
-->
# Platform graphics code
This directory contains graphics support code with minimal external dependencies
(e.g., no references to [`core`](../../core)). The main subdirectories are:
- [`compositing`](compositing/README.md) -- Contains the implementation
of the "blink compositing algorithm".
- [`darkmode`](darkmode/README.md) -- Dark mode neural network classifier.
- `filters` -- Filter effects.
- `gpu` -- GPU-accelerated support code.
- [`paint`](paint/README.md) -- Contains the implementation of display lists and
display list-based painting.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment