Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
114 user(s) are online (72 user(s) are browsing Forums)

Members: 0
Guests: 114

more...

Headlines

 
  Register To Post  

« 1 2 (3) 4 5 »
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
@salass

There is a skeleton of these files?


Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Anyone?

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
@AmigaBlitter

While I could probably look into re-implementing the AmigaOS native surface types I do have some other development related things I need to do as well that are much higher on my To Do list right now. Maybe later...

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Thank you

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Just want to ask if these files are available publically.

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Any news on this?

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Just a little reminder to Salass00

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
@AmigaBlitter

Still very low on my To Do list. I'll post when and if it changes.

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Just a reminder

You have a PM too.

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
@salass00

Hi,

could be possibile to have the source code for the Amiga-Cairo surface?


Thank you very much.

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
Strange, i really have a slight, very slight feeling that my request remained unnoticed...

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just popping in
Just popping in


See User information

Look at the bottom of this page :

http://www.a500.org/

There is a direct mail address...

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
I've started working on an AmigaOS shared library implementation of libpixman.

The source code (based on pixman 0.34.0) which compiles already but is otherwise untested is available on github:

https://github.com/salass00/pixman_lib

Next on my to do list after first ensuring that the library works correctly is to look into enabling altivec support either in a separate build of the library or if possible as part of the same build, as I did with xvidcore.library.

Libcairo relies more on global data than libpixman so I will probably build it only as a static library to begin with (baserel support is missing from current adtools gcc versions and I don't quite understand yet how to use the small data mode to do the same).

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
great, thank you salass.

I compiled successfully (thanks to you info) libcairo in the past, but this lack of amiga-cairo surface. If you can provide the amiga surface code maybe some kind of hardware acceleration can be implemented.

Thank you very much

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
@AmigaBlitter

Quote:

I compiled successfully (thanks to you info) libcairo in the past, but this lack of amiga-cairo surface. If you can provide the amiga surface code maybe some kind of hardware acceleration can be implemented.


You keep requesting this.

Just to make it clear. I do not have access to the source code of the amiga-cairo, and even if I did it would not be up to me to release it.

Cairo can be used under either LGPL or MPL license (the latter does not require releasing the full source code).

Depending on how much work is required to write a surface backend for cairo (I haven't looked into this yet) I might consider writing a couple of new AmigaOS native surface backends from scratch (I'm thinking a rastport and a bitmap backend maybe).

Also it would be nice to have a native font backend for AmigaOS instead of having to use fontconfig.

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Quite a regular
Quite a regular


See User information
@salass00

Yes, please.

Would be nice to have a native backend for Amiga.

Other backend are included in cairo source, like BeOS backend. AmigaOS is not included. Perhaps Hyperion could release this part of the source?

Retired
Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
I just tested pixman-1.library with a very simple cairo program (using cairo 1.14.2) that simply clears a surface to black and blits it in a window.

At first it didn't work correctly because the pixman constructor code wasn't being called in the pixman-1.library but I've fixed that now:

https://github.com/salass00/pixman_lib ... 44d3c118e231328dbdad52ca5

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
The first release version of pixman-1.library is now available:

https://github.com/salass00/pixman_lib/releases

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
I just started working on an AmigaOS surface backend for cairo 1.14.10.

It will be rather simplistic to begin with, with more advanced h/w acceleration being added later (through CompositeTags() for instance).

Interestingly enough the cairo configure script seems to know the development state of my backend:
Quote:

--- The amigaos surface backend feature is still under active development and
--- is included in this release only as a preview. It does NOT fully work yet
--- and incompatible changes may yet be made to amigaos surface backend
--- specific API.

Go to top
Re: Help me in compiling latest pixman and cairo graphics
Just can't stay away
Just can't stay away


See User information
Drawing some random rectangles with the new AmigaOS native surface backend:

Resized Image

Go to top

  Register To Post
« 1 2 (3) 4 5 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project