All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Dirsch <sndirsch@suse.de>
To: dri-devel@lists.freedesktop.org
Subject: Mesa build fails with "--disable-gallium-radeon"
Date: Mon, 20 Dec 2010 18:26:39 +0100	[thread overview]
Message-ID: <20101220172639.GA10742@suse.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

Hi

Mesa build fails with "--disable-gallium-radeon" due to undefined
radeon_gem_get_kernel_name(). Attached is a patch.

Best regards,
Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
-----------------------------------------------------------------
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-----------------------------------------------------------------

[-- Attachment #2: disable-radeon_query_image.diff --]
[-- Type: text/x-patch, Size: 806 bytes --]

--- ./src/mesa/drivers/dri/radeon/radeon_screen.c.orig	2010-12-20 11:14:08.000000000 +0000
+++ ./src/mesa/drivers/dri/radeon/radeon_screen.c	2010-12-20 11:15:29.000000000 +0000
@@ -555,6 +555,7 @@ radeon_create_image(__DRIscreen *screen,
    return image;
 }
 
+#if 0
 static GLboolean
 radeon_query_image(__DRIimage *image, int attrib, int *value)
 {
@@ -572,14 +573,15 @@ radeon_query_image(__DRIimage *image, in
       return GL_FALSE;
    }
 }
+#endif
 
 static struct __DRIimageExtensionRec radeonImageExtension = {
     { __DRI_IMAGE, __DRI_IMAGE_VERSION },
    radeon_create_image_from_name,
    radeon_create_image_from_renderbuffer,
    radeon_destroy_image,
    radeon_create_image,
-   radeon_query_image
+   NULL
 };
 
 static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2010-12-20 17:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101220172639.GA10742@suse.de \
    --to=sndirsch@suse.de \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.