Re: [Mesa-dev] [PATCH] dri/r300: test for FEATURE defines

2010-08-16 Thread Chia-I Wu
On Sat, Aug 14, 2010 at 5:18 AM, nobled wrote: > Chia-I Wu wrote: >>> Fixes a fatal build error when compiling just OpenGL ES libraries, since >>> FEATURE_EXT_framebuffer_blit is disabled then, so the BlitFramebuffer >>> member doesn't exist. >> Is this change enough to make dri_r300 function as

Re: [Mesa-dev] [PATCH] dri/r300: test for FEATURE defines

2010-08-13 Thread nobled
Chia-I Wu wrote: >> Fixes a fatal build error when compiling just OpenGL ES libraries, since >> FEATURE_EXT_framebuffer_blit is disabled then, so the BlitFramebuffer >> member doesn't exist. > Is this change enough to make dri_r300 function as a GLES only driver? > > To be honest, I am a little re

Re: [Mesa-dev] [PATCH] dri/r300: test for FEATURE defines

2010-07-13 Thread Corbin Simpson
On Tue, Jul 13, 2010 at 3:12 AM, Chia-I Wu wrote: > On Tue, Jul 13, 2010 at 9:57 AM, nobled wrote: >> Fixes a fatal build error when compiling just OpenGL ES libraries, since >> FEATURE_EXT_framebuffer_blit is disabled then, so the BlitFramebuffer >> member doesn't exist. > Is this change enough

Re: [Mesa-dev] [PATCH] dri/r300: test for FEATURE defines

2010-07-13 Thread Chia-I Wu
On Tue, Jul 13, 2010 at 9:57 AM, nobled wrote: > Fixes a fatal build error when compiling just OpenGL ES libraries, since > FEATURE_EXT_framebuffer_blit is disabled then, so the BlitFramebuffer > member doesn't exist. Is this change enough to make dri_r300 function as a GLES only driver? To be ho

[Mesa-dev] [PATCH] dri/r300: test for FEATURE defines

2010-07-12 Thread nobled
Fixes a fatal build error when compiling just OpenGL ES libraries, since FEATURE_EXT_framebuffer_blit is disabled then, so the BlitFramebuffer member doesn't exist. --- src/mesa/drivers/dri/radeon/radeon_fbo.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/mesa/dri