On Thu, Apr 28, 2011 at 6:36 PM, Eric Anholt wrote:
> On Thu, 28 Apr 2011 14:04:23 +0200, Marek Olšák wrote:
>> +static GLboolean
>> +_mesa_texstore_r11_g11_b10f(TEXSTORE_PARAMS)
>> +{
>> + const GLenum baseFormat = _mesa_get_format_base_format(dstFormat);
>> +
>> + ASSERT(dstFormat == MESA_F
On Thu, 28 Apr 2011 14:04:23 +0200, Marek Olšák wrote:
> +static GLboolean
> +_mesa_texstore_r11_g11_b10f(TEXSTORE_PARAMS)
> +{
> + const GLenum baseFormat = _mesa_get_format_base_format(dstFormat);
> +
> + ASSERT(dstFormat == MESA_FORMAT_R11_G11_B10_FLOAT);
> + ASSERT(baseInternalFormat ==
---
src/mesa/main/fbobject.c |2 +
src/mesa/main/formats.c | 14 +++
src/mesa/main/formats.h |1 +
src/mesa/main/image.c| 11 ++
src/mesa/main/mipmap.c | 47
src/mesa/main/pack.c | 81 +