:-) I found another issue by running with SAL_FORCEGL on - it was in gengal and
any console based VCL apps, so it’s useful at times.
I’m doing some component changes, once I’m done with that I’ll make a change to
the pixel we test.
Thanks!
Chris
> On 2 Mar 2015, at 6:13 pm, Miklos Vajna wro
Hi Chris,
On Sun, Mar 01, 2015 at 10:36:46AM +1100, Chris Sherlock
wrote:
> It appears that the test is failing when I build with SAL_FORCEGL=1
Aah, that may indeed make a difference. Please always build in a new
shell if you are ensure about what environment variables you exported
earlier.
>
Hi all,
It appears that the test is failing when I build with SAL_FORCEGL=1
If I had to guess, I’d say that the anti-aliasing method is different - I’m
using software GL via llvm-pipe though.
The image is correct, however - perhaps it would be better to try to test the
color of a pixel closer
Hi Miklos,
I’m using Ubuntu Linux, running Gnome.
It’s odd, I believe that this pixel is right next to a line that has been
anti-aliased.
I’m wondering if we could get a dump of the PNG that is generated from a
non-affected system and I’ll compare it against the one I’m looking at.
Chris
Am 16.02.2015 um 03:47 schrieb Chris Sherlock:
> I guess it would also be helpful to note:
>
> When I open it in oletoy, it's very definitely meant to be #00ff00 (green).
> There is some anti-aliasing, but that's not at position (140, 142)... and
> actually (140, 140) is the same as (140, 142).
Hi Chris,
On Mon, Feb 16, 2015 at 01:47:51PM +1100, Chris Sherlock
wrote:
> I guess it would also be helpful to note:
>
> When I open it in oletoy, it's very definitely meant to be #00ff00 (green).
> There is some anti-aliasing, but that's not at position (140, 142)... and
> actually (140, 14
I guess it would also be helpful to note:
When I open it in oletoy, it's very definitely meant to be #00ff00 (green).
There is some anti-aliasing, but that's not at position (140, 142)... and
actually (140, 140) is the same as (140, 142).
Chris
> On 16 Feb 2015, at 1:38 pm, Chris Sherlock wr