Re: [Mesa-dev] [PATCH 02/11] mesa: Remove the Initialized field from framebuffers.

2013-06-21 Thread Brian Paul
On 06/21/2013 12:07 AM, Eric Anholt wrote: This existed to tell the core not to call GetBufferSize, except that even if you didn't set it nothing happened because nobody had a GetBufferSize. --- src/mesa/drivers/dri/intel/intel_fbo.c | 2 -- src/mesa/drivers/dri/radeon/radeon_common.c | 2

[Mesa-dev] [PATCH 02/11] mesa: Remove the Initialized field from framebuffers.

2013-06-20 Thread Eric Anholt
This existed to tell the core not to call GetBufferSize, except that even if you didn't set it nothing happened because nobody had a GetBufferSize. --- src/mesa/drivers/dri/intel/intel_fbo.c | 2 -- src/mesa/drivers/dri/radeon/radeon_common.c | 2 -- src/mesa/drivers/dri/radeon/radeon_fbo.c