summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-04-18 17:40:52 -0700
committerEric Anholt <eric@anholt.net>2013-04-18 17:40:52 -0700
commit517240416ffa999494084de736785c1482f4c5b2 (patch)
tree633c656925d828c9abe977ff8d94ba39f6ac85a3
parent3ecacfc57a88e81e6245c12d1f437c1eb43cc0e2 (diff)
Add a pit of information about indirect rendering status.
We hate it.
-rw-r--r--IndirectRendering.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/IndirectRendering.mdwn b/IndirectRendering.mdwn
index fd934a2..b5a0282 100644
--- a/IndirectRendering.mdwn
+++ b/IndirectRendering.mdwn
@@ -7,8 +7,9 @@ When OpenGL commands are packaged up with the GLX library and transported across
## Status
-Indirect rendering is accelerated via the DRI driver as of Xorg 7.1.
-
+Indirect rendering is accelerated via the DRI driver as of Xorg 7.1.
+However, due to GLX's abandonment by spec authors and developers, it
+is limited to GL 1.4, and should be avoided whenever possible.
---