gallium: Initial support for pixel formats with unused storage components.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 24 Apr 2008 09:12:07 +0000 (10:12 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Thu, 24 Apr 2008 09:18:34 +0000 (10:18 +0100)
commit7333578d2a5fa18f7f0101fc3fd3b03cf2f356bc
treea2e2376f26eee722fb9de3717da92ae8d72d3e15
parentbb4f8ae1f93d17c57fd8f62bea24b48131e02037
gallium: Initial support for pixel formats with unused storage components.

Also clarify that RGB formats with no (used) alpha component are treated as
having alpha = 1.0.
src/gallium/auxiliary/util/p_tile.c
src/gallium/auxiliary/util/u_gen_mipmap.c
src/gallium/auxiliary/util/u_pack_color.h
src/gallium/include/pipe/p_format.h
src/mesa/state_tracker/st_cb_fbo.c