OSDN Git Service

i965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.
authorEric Anholt <eric@anholt.net>
Fri, 11 Jan 2013 00:11:26 +0000 (16:11 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 18 Jan 2013 20:48:18 +0000 (12:48 -0800)
commit582b06c2c689ecf23dca8abd81412ce193a04d10
tree22a7f8654b80cb7065bd922f0a21e4f6785af327
parent60894edeef973e86a73067276f658b72f84271b6
i965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.

This is for GL_ARB_texture_buffer_object_rgb32 support, but it also
causes the format to get used for float32 rgb textures as well on
Ironlake and later.  Since that came with some surprises, separate
the change from the enable commit.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_wm_surface_state.c