All of lore.kernel.org
 help / color / mirror / Atom feed
* Mesa build fails with "--disable-gallium-radeon"
@ 2010-12-20 17:26 Stefan Dirsch
  0 siblings, 0 replies; only message in thread
From: Stefan Dirsch @ 2010-12-20 17:26 UTC (permalink / raw)
  To: dri-devel

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-20 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 17:26 Mesa build fails with "--disable-gallium-radeon" Stefan Dirsch

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.