[Bug 98608] New: DisplayPort on Radeon HD 5770 not working for 3440x1440 display

2016-11-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98608 Bug ID: 98608 Summary: DisplayPort on Radeon HD 5770 not working for 3440x1440 display Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS:

Most efficient way to upload small coverage masks for radeonsi?

2016-11-06 Thread Clemens Eisserer
Hello, Java performs antialiased rendering by rasterizing coverage masks (<= 64x64 pixels in size, PictStandardA8) on the client instead of sending trapezoid-lists to the XServer. The masks are uploaded using XPutImage and are later used for XRenderComposite. On the pro side this approach is

Re: Most efficient way to upload small coverage masks for radeonsi?

2016-11-06 Thread Michel Dänzer
On 07/11/16 01:04 AM, Clemens Eisserer wrote: > Hello, > > Java performs antialiased rendering by rasterizing coverage masks (<= > 64x64 pixels in size, PictStandardA8) on the client instead of sending > trapezoid-lists to the XServer. The masks are uploaded using XPutImage > and are later used