From 00f2919bff69db407b074916b87973df966950a0 Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Sun, 20 Jan 2013 14:31:43 +0800 Subject: [PATCH] Notes - Random 3D notes --- Notes/3D.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Notes/3D.txt diff --git a/Notes/3D.txt b/Notes/3D.txt new file mode 100644 index 00000000..a530e3cc --- /dev/null +++ b/Notes/3D.txt @@ -0,0 +1,8 @@ +GL control channel: + App -> GUI -> VTerm -> Driver +- App creates 3D window +- GUI passes X,Y WxH to VTerm (and can issue resize notices upwards) +- VTerm passes to driver (and can disable display of local regions when VT switch) + +Allocates command ring buffer for libgl + -- 2.20.1