Elias Naur
|
5894127204
|
internal/unsafe: get rid of GoString
The only users were GOOS=windows code, which can use
golang.org/x/sys/windows.BytePtrToString instead.
Signed-off-by: Elias Naur <mail@eliasnaur.com>
|
2021-03-11 11:19:53 +01:00 |
|
Elias Naur
|
7bc0603d7e
|
internal/gl: rename internal/glimpl
Now that the OpenGL driver package is named "opengl", we can finally get
rid of the ugly "glimpl" name.
Signed-off-by: Elias Naur <mail@eliasnaur.com>
|
2021-03-06 14:27:44 +01:00 |
|
Elias Naur
|
3af4e6accf
|
internal/egl: move app/internal/egl
We're about to move package app/headless to gpu/headless, and it needs
the egl package.
Signed-off-by: Elias Naur <mail@eliasnaur.com>
|
2021-03-06 14:26:47 +01:00 |
|