Re: [OpenJDK Rasterizer] Rasterizer replacement proposal

2007-06-13 Thread Roman Kennke
Hello Mark, > >>> I think it would make sense to at least provide read access to the real > >>> group workspace (if you're paranoid then maybe only to group members, > >>> but then comes the question, how can anybody become a group member?). > >> > >>I'll see if we could arrange that. I belie

Re: [OpenJDK Rasterizer] Rasterizer replacement proposal

2007-06-13 Thread Dmitri Trembovetski
Dmitri Trembovetski wrote: I have to ask my boss(es). I believe that I am the copyright holder of that code because I didn't write it in my work time, and not for the purpuse of using it in the JamaicaVM, and I submitted this particular piece of code under my personal FSF copyright assignment. Bu

Re: [OpenJDK Rasterizer] Rasterizer replacement proposal

2007-06-13 Thread Jim Graham
I'm starting to look at this now, but first I wanted to give some feedback on the technical notes below: Roman Kennke wrote: I finished up what I wanted to add to my rasterizer and want to make it available to anybody who would like to review it or play with it. You can download the code here:

Re: [OpenJDK Rasterizer] Rasterizer replacement proposal

2007-06-13 Thread Jim Graham
Some preliminary thoughts in looking over the ScanlineConverter... - It does quite a lot for such a small piece of code - very cool. - It's also very basic in its mathematical techniques, though. The math to trace the slope of a line is inefficient and inaccurate and it flattens everything be