diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-03-26 19:28:09 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-03-31 16:50:58 -0400 |
commit | c40e0b51f0d9ef5e1f30f233d7db1e6db9d6681b (patch) | |
tree | 42c40d8123a53c2f04ef0df3144f112395ad75cb /os/utils.c | |
parent | 8074676d2df8d577b443e3fa5e22d7c71c944bd1 (diff) |
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Get rid of glcontextmodes.[ch] from build, rename __GlcontextModes to
__GLXcontext. Drop all #includes of glcontextmodes.h and glcore.h.
Drop the DRI context modes extension.
Add protocol code to DRI2 module and load DRI2 extension by default.
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/utils.c b/os/utils.c index 57293ab6f..d785d46d2 100644 --- a/os/utils.c +++ b/os/utils.c @@ -239,6 +239,9 @@ _X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT; #ifdef XV _X_EXPORT Bool noXvExtension = FALSE; #endif +#ifdef DRI2 +_X_EXPORT Bool noDRI2Extension = FALSE; +#endif #define X_INCLUDE_NETDB_H #include <X11/Xos_r.h> |