Saving profile information of draw_triangles

This commit is contained in:
Krzosa Karol
2022-02-26 14:43:44 +01:00
parent 5251c12b8e
commit 6b36ca3231
4 changed files with 149 additions and 65 deletions

View File

@@ -38,7 +38,7 @@
- [x] Maybe should clip out triangles that are fully z out before draw_triangle
- [ ] Subpixel precision of triangle edges
- [x] Simple profiling tooling
- [x] Statistics based on profiler data, distribution information
- [x] Statistics based on profiler data
- [x] Find cool profilers - ExtraSleepy, Vtune
- [ ] Optimizations
- [ ] Inline edge function
@@ -49,9 +49,12 @@
- [ ] SIMD
- [ ] Multithreading
- [ ] Text rendering
- [x] Text rendering
- [ ] Basic UI
- [ ] Gamma correct and alpha blending
- [x] Gamma correct alpha blending for rectangles and bitmaps
- [ ] Plotting of profile data
- [x] Simple scatter plot
## Clipping