[PATCH 30/42] GLX: Remove extension init dependencies
Peter Hutterer
peter.hutterer at who-t.net
Tue Dec 6 15:55:39 PST 2011
On Fri, Dec 02, 2011 at 11:27:38AM +0000, Daniel Stone wrote:
> GLX was the only user of extension init order dependencies, using them
> to depend on Composite, which has always been built-in anyway, and DBE,
> which is now built-in.
>
> Signed-off-by: Daniel Stone <daniel at fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> hw/xfree86/dixmods/glxmodule.c | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/hw/xfree86/dixmods/glxmodule.c b/hw/xfree86/dixmods/glxmodule.c
> index 79d4b16..fc1eca7 100644
> --- a/hw/xfree86/dixmods/glxmodule.c
> +++ b/hw/xfree86/dixmods/glxmodule.c
> @@ -46,15 +46,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
> static MODULESETUPPROTO(glxSetup);
>
> -static const char *initdeps[] = { "DOUBLE-BUFFER", "COMPOSITE", NULL };
> -
> static ExtensionModule GLXExt =
> {
> GlxExtensionInit,
> "GLX",
> &noGlxExtension,
> NULL,
> - initdeps
> + NULL
> };
>
> static XF86ModuleVersionInfo VersRec =
> --
> 1.7.7.3
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list