I was working on a Radeon8500 OpenGL project today and ran into a strange rendering problem with the 9016 and 9017 drivers. It was cleared up by reverting back to the 9009 drivers.
The creator of the component I was using summed up the problem after I tried various coding changes:
"Looks like some not-safe optimization is made by the driver when
compiling the triangle strip into a build list, and fails when that
strip is a degenerated one... Probably something introduced in the
later revisions or for the 8500 (just tried for ATI Rage Pro and 128
- no issue)."
Happy Coding.
The creator of the component I was using summed up the problem after I tried various coding changes:
"Looks like some not-safe optimization is made by the driver when
compiling the triangle strip into a build list, and fails when that
strip is a degenerated one... Probably something introduced in the
later revisions or for the 8500 (just tried for ATI Rage Pro and 128
- no issue)."
Happy Coding.