Open GoogleCodeExporter opened 9 years ago
I think it could be the stencil buffer causing the problem, this buffer is used
to
clip controls and text, most implementations support it but not all support the
same stencil size, I added code to test common stencils sizes and to disable it
completely on failure.
Originally I set the stencil buffer size to 1, but looking around most
implementations does not support this size and some simply round to the next
size,
for example Nvidia drivers round it to 8.
Please check r330 or later to see if it fixes this problem, also if posible
post
the output of glxinfo as an attachment.
Original comment by clsdan...@gmail.com
on 7 Aug 2008 at 10:27
Original issue reported on code.google.com by
tjdonald...@gmail.com
on 5 Aug 2008 at 5:44