Re: [Kicad-developers] KiCad GAL changelog

2013-04-27 Thread Torsten Hüter
Hi Maciej,   > Actually, as far as I can see - most of the code you have written for > display lists is already working, so there is not much to be done. Right > now I use it for testing of item caching, but I am going to implement > VBOs and when it is done - push it to repository.   Yes that

Re: [Kicad-developers] KiCad GAL changelog

2013-04-24 Thread Maciej Suminski
Hi Torsten, On 04/23/2013 10:00 PM, "Torsten Hüter" wrote: I'd disagree with Lorenzo, as the originator of the GAL I'd suggest that you stick with the first plan, that means using display list first. As you have (perhaps) already seen, you can use the group methods for that: BeginGroup(..) EndGr

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Dick Hollenbeck
On 04/23/2013 03:00 PM, "Torsten Hüter" wrote: > Hi Maciej, > > thanks for your efforts, nice work, I'll try this again for various boards. > Indeed I've > spotted the missing callback function as well. > It's the combine callback of the tessellator, but this one is only called if > there is an

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Torsten Hüter
ommitters/kicad/kicad-gal   --   I'm very busy at the moment and can't implement much, but at least I can give you some support.   Thanks, Torsten   Gesendet: Montag, 22. April 2013 um 18:07 Uhr Von: "Maciej Suminski" An: "Kicad Developers" Betreff: [Kicad-d

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Maciej Suminski
On 04/23/2013 05:46 PM, Piotr Słupski wrote: Hey List, my first post (hopefully in the right place - if not, please let me know) Perhaps this is a minor bug, however there are some compilation errors on my box (archlinux 3.8.7-1 arch kernel compilation, wx2.8.12, g++4.8.0 20130411) that stem fro

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Piotr Słupski
Hey List, my first post (hopefully in the right place - if not, please let me know) Perhaps this is a minor bug, however there are some compilation errors on my box (archlinux 3.8.7-1 arch kernel compilation, wx2.8.12, g++4.8.0 20130411) that stem from conversion errors (wxChar -> const char*

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Maciej Suminski
Just a short note: to make the KiCad GAL branch more consistent with the master branch, controls have been changed to the default ones (ie. panning using middle button, zooming using with wheel, etc.) -- Maciej Sumiński CERN BE-CO-HT e-mail: maciej.sumin...@cern.ch phone: +41 22 767 2251 _

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Solonen Vesa
IIRC gEDA PCB did their implementation with VBOs, so it may be helpful to have a look. Peter Clifton is the main author. -Vesa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : ht

Re: [Kicad-developers] KiCad GAL changelog

2013-04-23 Thread Maciej Suminski
On 04/22/2013 07:47 PM, Lorenzo Marcantonio wrote: On Mon, Apr 22, 2013 at 06:07:28PM +0200, Maciej Suminski wrote: Now the work is going to focus on speeding up OpenGL renderer, by means of caching rendered items. It should especially improve render speed for polygons, as right now they are tes

Re: [Kicad-developers] KiCad GAL changelog

2013-04-22 Thread Lorenzo Marcantonio
On Mon, Apr 22, 2013 at 06:07:28PM +0200, Maciej Suminski wrote: > Now the work is going to focus on speeding up OpenGL renderer, by > means of caching rendered items. It should especially improve render > speed for polygons, as right now they are tessellated every frame > and that takes a lot of t

Re: [Kicad-developers] KiCad GAL changelog

2013-04-22 Thread Adam Wolf
Great! I'll change the PPA today to point to the new repository. Nothing will change for users. It usually takes one day for changes to "catch." If you're making an OS X build, please consider working from Miguel's OS X scripting build script. He and Felix have put a lot of work into it (and I

[Kicad-developers] KiCad GAL changelog

2013-04-22 Thread Maciej Suminski
First of all, thank you for all the comments and suggestions. They are very useful, especially bug reports (they really save me some time). - Wayne Stambaugh found out that there were still some compilation errors using wxWidgets 2.8. He has already sent patches for that - thanks for a fast re