diff options
author | mperes <mperes@web> | 2014-10-05 19:07:36 -0700 |
---|---|---|
committer | xorg <iki-xorg@freedesktop.org> | 2014-10-05 19:07:36 -0700 |
commit | b2a108a930a6165f714016ac08b116380681be8a (patch) | |
tree | f4e4c9b7577153155b67e81d7d3daf5089341ccd /Events | |
parent | 39f9bfee3de00023093b7f7ae7d0cd9c5c92747c (diff) |
Diffstat (limited to 'Events')
-rw-r--r-- | Events/XDC2014/XDC2014RitgerGLABI.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Events/XDC2014/XDC2014RitgerGLABI.mdwn b/Events/XDC2014/XDC2014RitgerGLABI.mdwn new file mode 100644 index 00000000..d4dfd681 --- /dev/null +++ b/Events/XDC2014/XDC2014RitgerGLABI.mdwn @@ -0,0 +1,12 @@ +# Andy Ritger - Status Report on A New Linux OpenGL ABI + +At XDC 2013, I gave a proposal for a new Linux OpenGL ABI that would allow +multiple OpenGL implementations to coexist cleanly on the filesystem: + + * [presentation](https://github.com/aritger/linux-opengl-abi-proposal/blob/master/presentation-xdc2013.pdf) + * [proposal](https://github.com/aritger/linux-opengl-abi-proposal/blob/master/linux-opengl-abi-proposal.txt) + +And the implementation so far is here: [libglvnd](https://github.com/NVIDIA/libglvnd) + +In this presentation, I will give a status update on the work that has +been done thus far and describe what work remains. |