[Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().
Eric Anholt
eric at anholt.net
Thu Jun 9 08:39:49 PDT 2011
On Wed, 08 Jun 2011 13:00:48 -0700, Chad Versace <chad at chad-versace.us> wrote:
> On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt <eric at anholt.net> wrote:
> > Fixes fbo-mipmap-copypix.
> > ---
> > src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +++++++++++++-----------
> > 1 files changed, 53 insertions(+), 45 deletions(-)
> >
> I tried building and testing this patch, but intel_renderbuffer doesn't
> have the draw_* fields in master. I get the following build errors:
>
> intel_pixel_copy.c: In function ‘do_blit_copypixels’:
> intel_pixel_copy.c:185:20: error: ‘struct intel_renderbuffer’ has no member named ‘draw_x’
> intel_pixel_copy.c:186:20: error: ‘struct intel_renderbuffer’ has no member named ‘draw_y’
> intel_pixel_copy.c:187:20: error: ‘struct intel_renderbuffer’ has no member named ‘draw_x’
> intel_pixel_copy.c:188:20: error: ‘struct intel_renderbuffer’ has no member named ‘draw_y’
It sits on the "Move draw_x/draw_y to the renderbuffer" patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20110609/637e6387/attachment.pgp>
More information about the mesa-dev
mailing list