Re: Proposal: Graphics2D rewrite branch

2005-12-12 Thread Mark Wielaard
On Sun, 2005-12-11 at 18:02 -0700, Tom Tromey wrote: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark And you should not see it as private or may be broken at random Mark times. It should be as much as possible something that you work with a Mark team on (and if there is no team - yet -

Re: Proposal: Graphics2D rewrite branch

2005-12-11 Thread Mark Wielaard
Hi, On Wed, 2005-12-07 at 12:05 -0700, Tom Tromey wrote: Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: Tom I'd like to propose a new branch in the GNU Classpath CVS repository: Tom graphics2d-rewrite. Patches to this branch should be sent to Tom classpath-patches@gnu.org with a

Re: Proposal: Graphics2D rewrite branch

2005-12-11 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Requirements for patch email to classpath-patches and for paperwork *cannot* be lifted. Mark And you should not see it as private or may be broken at random Mark times. It should be as much as possible something that you work with a Mark team on

[cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Roman Kennke
Am Donnerstag, den 08.12.2005, 13:20 + schrieb theUser BL: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based on Graphics2D and so for plain AWT or Swing programs Cairo is

Re: [cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Anthony Green
On Thu, 2005-12-08 at 18:01 +0100, Roman Kennke wrote: What I don't understand, why do we need a new branch here? The build-time and runtime-switches seem sufficient to me for now. And when the impl is somewhat complete, these switches could be easily changed to make Graphics2D the default. I

Re: [cp-patches] Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Thomas Fitzsimmons
On Thu, 2005-12-08 at 18:01 +0100, Roman Kennke wrote: Am Donnerstag, den 08.12.2005, 13:20 + schrieb theUser BL: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread theUser BL
On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? Does this mean, that Graphics is based on Graphics2D and so for plain AWT or Swing programs Cairo is needed? I don't hope so. I have the hope, that it goes in any time

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Thomas Fitzsimmons
On Thu, 2005-12-08 at 13:20 +, theUser BL wrote: On this branch I'd like to do several things: 1) Make Graphics2D the default 2) Remove Graphics What do you mean with this? I meant remove GdkGraphics. Does this mean, that Graphics is based on Graphics2D and so for plain AWT or

Re: Proposal: Graphics2D rewrite branch

2005-12-08 Thread Clemens Eisserer
Hello, Great that there is a rewrite of Graphics2D *yipie* I would be interrested to hear some thoughts about a single threaded rendering pipeline as Sun's OpenGL pipeline uses. Is Cairo threadsafe itself or does Classpath take care? lg Clemens ___

Proposal: Graphics2D rewrite branch

2005-12-07 Thread Thomas Fitzsimmons
Hi, I'd like to propose a new branch in the GNU Classpath CVS repository: graphics2d-rewrite. Patches to this branch should be sent to classpath-patches@gnu.org with a subject line prefix of [g2d rewrite]. Commit policy is the same as GNU Classpath trunk. On this branch I'd like to do several

Re: Proposal: Graphics2D rewrite branch

2005-12-07 Thread Tom Tromey
Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: Tom I'd like to propose a new branch in the GNU Classpath CVS repository: Tom graphics2d-rewrite. Patches to this branch should be sent to Tom classpath-patches@gnu.org with a subject line prefix of [g2d rewrite]. Tom Commit policy is the same

Re: Proposal: Graphics2D rewrite branch

2005-12-07 Thread David Gilbert
Thomas Fitzsimmons wrote: Hi, I'd like to propose a new branch in the GNU Classpath CVS repository: graphics2d-rewrite. Patches to this branch should be sent to classpath-patches@gnu.org with a subject line prefix of [g2d rewrite]. Commit policy is the same as GNU Classpath trunk. On this

Re: Proposal: Graphics2D rewrite branch

2005-12-07 Thread Per Bothner
David Gilbert wrote: Regarding 3) and BufferedImages, I think I recall Sven saying he was mistaken about the DataBuffer classes. As far as I could tell (from writing some Mauve tests for them) they use real Java arrays. It should be possible to have a hybrid implementation that can use