[Mesa3d-dev] [PATCH 1/3] mesa: Factor out the fb initialization details from _mesa_new_framebuffer.

2010-02-02 Thread Francisco Jerez
This should make things easier for drivers wanting to work with a subclass of gl_framebuffer. The complementary _mesa_initialize_framebuffer function is now called _mesa_initialize_unnamed_framebuffer for the sake of symmetry. --- src/mesa/drivers/directfb/idirectfbgl_mesa.c |2 +-

Re: [Mesa3d-dev] [PATCH 1/3] mesa: Factor out the fb initialization details from _mesa_new_framebuffer.

2010-02-02 Thread Brian Paul
Francisco Jerez wrote: This should make things easier for drivers wanting to work with a subclass of gl_framebuffer. The complementary _mesa_initialize_framebuffer function is now called _mesa_initialize_unnamed_framebuffer for the sake of symmetry. I think I'd prefer

Re: [Mesa3d-dev] [PATCH 1/3] mesa: Factor out the fb initialization details from _mesa_new_framebuffer.

2010-02-02 Thread Francisco Jerez
Brian Paul bri...@vmware.com writes: Francisco Jerez wrote: This should make things easier for drivers wanting to work with a subclass of gl_framebuffer. The complementary _mesa_initialize_framebuffer function is now called _mesa_initialize_unnamed_framebuffer for the sake of symmetry. I