gpu: remove compute renderer

The compute renderer is a failed experiment: a better port of the
Vello vector renderer exists[0] and the upcoming Go 1.24 release
no longer builds the gioui.org/cpu module because of #60725.

Remove it.

[0] https://github.com/dominikh/jello

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2024-11-26 08:49:48 +00:00
parent 8daff13af6
commit ea456f42c7
5 changed files with 16 additions and 2330 deletions
-1
View File
@@ -4,7 +4,6 @@ go 1.21
require (
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2
gioui.org/shader v1.0.8
github.com/go-text/typesetting v0.1.2
golang.org/x/exp v0.0.0-20240707233637-46b078467d37