Hi,

One wish regarding pisces came into my mind:

Currently all AA tile generators feed  32x32 coverage tiles to the pipelines.
While this might be a good idea for software-only pipelines due to
good cache locality, it is a huge issue for at least the xrender
pipeline.
Each tile has to be uploaded seperately, which causes context switches
and GPU stalls - and I can't make use of the shared memory image
extension which should be quite benefitial for larger coverage
uploads,

It would be great if this fixed size could be made more dynamically -
this is an area where I could contribute.

Regards, Clemens

Reply via email to