From: Ian Romanick <ian.d.roman...@intel.com>

That file was removed from the xserver with commit:

    commit a80780a7638f847c3be20e5e0c7fe85e83d9bdd1
    Author: Adam Jackson <a...@redhat.com>
    Date:   Wed Nov 17 09:03:06 2010 -0500

        glx: Remove swap barrier and hyperpipe support

        Never implemented in any open source driver.  The implementation
        assumed explicit DDX driver knowledge of how the client-side driver
        worked, since at the time the server's GL renderer was not a DRI driver.
        But now, it is, so any implementation of these should be done with
        additional DRI driver API, like the swap control extension.

        Reviewed-by: Julien Cristau <jcris...@debian.org>
        Signed-off-by: Kristian Høgsberg <k...@bitplanet.net>
        Signed-off-by: Adam Jackson <a...@redhat.com>

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
---
 src/mapi/glapi/gen/glX_server_table.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mapi/glapi/gen/glX_server_table.py 
b/src/mapi/glapi/gen/glX_server_table.py
index f3962f8..1539753 100644
--- a/src/mapi/glapi/gen/glX_server_table.py
+++ b/src/mapi/glapi/gen/glX_server_table.py
@@ -362,7 +362,6 @@ class 
PrintGlxDispatchTables(glX_proto_common.glx_print_proto):
                print '#include "glxext.h"'
                print '#include "indirect_dispatch.h"'
                print '#include "indirect_reqsize.h"'
-               print '#include "g_disptab.h"'
                print '#include "indirect_table.h"'
                print ''
                return
-- 
1.7.6.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to