Add results for "top few fragments" versions

Vectornaut 2024-09-02 22:57:48 +00:00
parent 541f12a878
commit 0d00a87bcd

@ -11,4 +11,6 @@ Commit | Description | Graphics pipe | Browser CPU | Browser GFX | GPU power | C
`4afc820` | Sort fragments while shading | 5060% | 1530% | 50% | 9 W `4afc820` | Sort fragments while shading | 5060% | 1530% | 50% | 9 W
`4afc` variant | `SPHERE_MAX_INTERNAL = 12` | 8090% | 1520% | 8090% | 27 W `4afc` variant | `SPHERE_MAX_INTERNAL = 12` | 8090% | 1520% | 8090% | 27 W
`4afc` variant | `SPHERE_MAX_INTERNAL = 4` | 4050% | 1520% | 3540% | 89 W `4afc` variant | `SPHERE_MAX_INTERNAL = 4` | 4050% | 1520% | 3540% | 89 W
`e80adf8` | Correct hit detection | 5060% | 1530% | 50% | 9 W | *Texture pipe* and *efficiency arbiter* are more like 4560% `e80adf8` | Correct hit detection | 5060% | 1530% | 50% | 9 W | *Texture pipe* and *efficiency arbiter* are more like 4560%
`6db9f5b` | Only draw the top few fragments | 5565% | 1530% | 5060% | 9 W
`6db9` variant | `LAYER_MAX = 8` | 3550% | 1525% | 3845% | 9 W