Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-16 Thread Brian Paul
On 07/11/2010 09:06 AM, Maciej Cencora wrote: Hi, while working on failing piglit tests I've stumbled on a problem with _mesa_meta_GenerateMipmap. The function creates new texture images for lower mipmap levels, but during call to glTexImage the format and type are hardcoded to GL_RGBA and GL_UN

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-14 Thread Brian Paul
On 07/13/2010 11:52 AM, Maciej Cencora wrote: Dnia poniedziałek 12 lipca 2010 o 23:32:37 Brian Paul napisał(a): Maciej Cencora wrote: Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): Maciej Cencora wrote: Hi, while working on failing piglit tests I've stumbled on a problem w

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-13 Thread Maciej Cencora
Dnia poniedziałek 12 lipca 2010 o 23:32:37 Brian Paul napisał(a): > Maciej Cencora wrote: > > Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): > >> Maciej Cencora wrote: > >>> Hi, > >>> > >>> while working on failing piglit tests I've stumbled on a problem with > >>> _mesa_meta_Ge

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-12 Thread Brian Paul
Maciej Cencora wrote: Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): Maciej Cencora wrote: Hi, while working on failing piglit tests I've stumbled on a problem with _mesa_meta_GenerateMipmap. The function creates new texture images for lower mipmap levels, but during call to

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-12 Thread Maciej Cencora
Dnia poniedziałek 12 lipca 2010 o 20:31:42 Brian Paul napisał(a): > Maciej Cencora wrote: > > Hi, > > > > while working on failing piglit tests I've stumbled on a problem with > > _mesa_meta_GenerateMipmap. The function creates new texture images for > > lower mipmap levels, but during call to glT

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-12 Thread Brian Paul
Maciej Cencora wrote: Hi, while working on failing piglit tests I've stumbled on a problem with _mesa_meta_GenerateMipmap. The function creates new texture images for lower mipmap levels, but during call to glTexImage the format and type are hardcoded to GL_RGBA and GL_UNSIGNED_BYTE respectiv

[Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-11 Thread Maciej Cencora
Hi, while working on failing piglit tests I've stumbled on a problem with _mesa_meta_GenerateMipmap. The function creates new texture images for lower mipmap levels, but during call to glTexImage the format and type are hardcoded to GL_RGBA and GL_UNSIGNED_BYTE respectivily. And that's where th