[Mesa-dev] [PATCH 3/7] dri: Define DRI_MutableRenderBuffer extensions
Chad Versace
chadversary at chromium.org
Mon Aug 6 18:18:20 UTC 2018
On Fri 03 Aug 2018, Tapani Pälli wrote:
> One tiny nit below but for patches 3,4 and 5:
>
> Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
>
> Special thanks for the documentation. I want to go through rest of changes
> within Android but I'm currently experiencing some horrible issues with the
> image building. I'm hoping to resolve those soon and get back to business.
>
> On 07/31/2018 09:18 PM, Chad Versace wrote:
> > Define extensions DRI_MutableRenderBufferDriver and
> > DRI_MutableRenderBufferLoader. These are the two halves for
> > EGL_KHR_mutable_render_buffer.
> >
> > Outside the DRI code there is one additional change. Add
> > gl_config::mutableRenderBuffer to match
> > __DRI_ATTRIB_MUTABLE_RENDER_BUFFER. Neither are used yet.
> > ---
> > include/GL/internal/dri_interface.h | 138 ++++++++++++++++++++++++-
> > src/mesa/drivers/dri/common/dri_util.c | 2 +
> > src/mesa/drivers/dri/common/dri_util.h | 4 +
> > src/mesa/drivers/dri/common/utils.c | 1 +
> > src/mesa/main/mtypes.h | 3 +
> > 5 files changed, 145 insertions(+), 3 deletions(-)
> > @@ -48,6 +48,7 @@ typedef unsigned int drm_drawable_t;
> > typedef struct drm_clip_rect drm_clip_rect_t;
> > #endif
> > +#include <stdbool.h>
>
> This does not look necessary change.
Thanks. This was a leftover from an earlier version.
More information about the mesa-dev
mailing list