glapi/glx: Remove g_disptab.h from xserver generated files
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 5 Dec 2011 23:10:55 +0000 (15:10 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 14 Dec 2011 00:07:17 +0000 (16:07 -0800)
That file was removed from the xserver with commit:

    commit a80780a7638f847c3be20e5e0c7fe85e83d9bdd1
    Author: Adam Jackson <ajax@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 <jcristau@debian.org>
Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
src/mapi/glapi/gen/glX_server_table.py

index f3962f875b08a3bfb8c02af56212a5fdeb85968e..15397533f7518e62c42625ba5886d7ceefe5139c 100644 (file)
@@ -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