[darktable-devel] Darktable 1.7.0 not getting correct image info for Pentax K-3ii

2015-06-26 Thread Terry Duell
Hello All, A build of the current source doesn't provide lens info for images shot with Pentax K-3ii. When I load an image into dt the image info for 'lens' is blank. I can load an image shot with K-30 and same lens, and image info is correct. exiftool returns the correct info for 'Lens ID' and

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Bruce Guenter
On Fri, Jun 26, 2015 at 08:38:56PM +0300, Roman Lebedev wrote: > On Fri, Jun 26, 2015 at 6:33 PM, Bruce Guenter wrote: > > Here's what I've found out: GCC does support function multiversioning > > (https://gcc.gnu.org/wiki/FunctionMultiVersioning) to provide the same > > function name for differen

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Roman Lebedev
On Fri, Jun 26, 2015 at 6:33 PM, Bruce Guenter wrote: > On Fri, Jun 26, 2015 at 09:58:06AM +0200, jeremy rosen wrote: > > On Fri, Jun 26, 2015 at 6:57 AM, Bruce Guenter > wrote: > > > > > In fact, it could potentially (long term) eliminate the need for > > > process_cl() as well, with compilers

Re: [darktable-devel] Lens not recognized

2015-06-26 Thread André Felipe Carvalho
Anyone has any thoughts ? 2015-06-26 9:56 GMT-03:00 André Felipe Carvalho : > Hi, > I have Nikon D7200 with Nikkor 18-300 3.5-5.6 VR lens. > > In Lens Correction Module, Darktable doesn't recognize my camera/lens pair. > The lens is identified by the number 173. > > I try to locate it manually,

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Bruce Guenter
On Fri, Jun 26, 2015 at 07:12:26PM +0300, Roman Lebedev wrote: > On Fri, Jun 26, 2015 at 6:46 PM, Bruce Guenter wrote: > > How is it broken? Who considers it broken? I had not heard this, though > > I don't hear much on that front. Ubuntu has it by default in the latest > > release and I am using

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Roman Lebedev
On Fri, Jun 26, 2015 at 6:46 PM, Bruce Guenter wrote: > On Fri, Jun 26, 2015 at 02:10:32PM +0300, Roman Lebedev wrote: > > Last time it was discussed, it was agreed that there is just no compilers > > that > > support it: > > *) only GCC 4.9, which is considered half-broken by many people and > >

Re: [darktable-devel] lua image.exif_lens not writeable?

2015-06-26 Thread jeremy rosen
I will test that and come back to you... this is supposed to work. On Fri, Jun 26, 2015 at 2:08 PM, Christian Kanzian wrote: > Hi, > > > > I want to fix some lens info with a Lua script and adopted this script > [0]. But > > > > image.exif_lens = "New Lens Info" > > > > does nothing. Not even a

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Bruce Guenter
On Fri, Jun 26, 2015 at 02:10:32PM +0300, Roman Lebedev wrote: > Last time it was discussed, it was agreed that there is just no compilers > that > support it: > *) only GCC 4.9, which is considered half-broken by many people and How is it broken? Who considers it broken? I had not heard this, tho

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Bruce Guenter
On Fri, Jun 26, 2015 at 09:58:06AM +0200, jeremy rosen wrote: > On Fri, Jun 26, 2015 at 6:57 AM, Bruce Guenter wrote: > > > In fact, it could potentially (long term) eliminate the need for > > process_cl() as well, with compilers gaining support for offloading work > > to accelerators. As I under

[darktable-devel] Lens not recognized

2015-06-26 Thread André Felipe Carvalho
Hi, I have Nikon D7200 with Nikkor 18-300 3.5-5.6 VR lens. In Lens Correction Module, Darktable doesn't recognize my camera/lens pair. The lens is identified by the number 173. I try to locate it manually, but there's only Nikon D7000 body. And no lens like mine. Now, with the info found here, h

[darktable-devel] lua image.exif_lens not writeable?

2015-06-26 Thread Christian Kanzian
Hi, I want to fix some lens info with a Lua script and adopted this script [0]. But image.exif_lens = "New Lens Info" does nothing. Not even an error. Lua API Version says: 2.1.0-dev dt version: 1.7.0+1640~g92ed1f5 I would be glad about any hints on what I'm doing wrong. Christian [0] h

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread Roman Lebedev
On Fri, Jun 26, 2015 at 7:57 AM, Bruce Guenter wrote: > On Fri, Jun 26, 2015 at 02:50:45AM +0300, Roman Lebedev wrote: > > There is also a second way (not counting leaving it as it is), > > and i think there are valid arguments why it should be chosen: OpenMP > SIMD. > > I agree that would be the

Re: [darktable-devel] Darktable and AVX

2015-06-26 Thread jeremy rosen
On Fri, Jun 26, 2015 at 6:57 AM, Bruce Guenter wrote: > On Fri, Jun 26, 2015 at 02:50:45AM +0300, Roman Lebedev wrote: > > There is also a second way (not counting leaving it as it is), > > and i think there are valid arguments why it should be chosen: OpenMP > SIMD. > > I agree that would be the