Re: [Mesa-dev] [PATCH 06/19] glx: Unifdef some dri_interface.h defines.

2012-09-26 Thread Kristian Høgsberg
On Tue, Sep 25, 2012 at 10:50 PM, Eric Anholt wrote: > dri_interface.h comes from our tree, so why litter our tree with ifdefs for > older versions of it? Yeah, lets get rid of those, it's a bad habit carried over form the aiglx code. Reviewed-by: Kristian Høgsberg > I left in the DRI_TEX_BUF

[Mesa-dev] [PATCH 06/19] glx: Unifdef some dri_interface.h defines.

2012-09-25 Thread Eric Anholt
dri_interface.h comes from our tree, so why litter our tree with ifdefs for older versions of it? I left in the DRI_TEX_BUFFER_VERSION ifdefs, which is broken and uncompiled (the version wasn't bumped from 2 to 3 when the patch was landed), but I don't know what should be done with it. --- src/gl