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
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
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
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
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
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
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