commit | 0dd596fbc7f88b88467529a7f176aca70d70f731 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Apr 07 14:53:49 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Mon Apr 07 14:53:49 2008 -0600 |
tree | df063e03f96e0315974c0f1707a677b7cf8dea9d | |
parent | 29b65a709cae779debc4bcdbfaa66cfe72f7074f [diff] |
gallium: accum buffer fixes If the driver can't create a PIPE_FORMAT_R16G16B16A16_SNORM surface, create an accum surface using a shallower format and taller height. Since only the accum buffer code accesses the surface the actual format doesn't really matter, just that there's enough memory.