Re: [gdal-dev] Enter The Chicken

2014-03-18 Thread Piotr Tracz
W dniu 2014-03-18 13:52, Aaron Boxer pisze: Thanks for the heads up. What types of changes did you need to make to GDAL to make it ICD compatible? 1. NMake build script 2. Linking aganist ICD lib instead of OpenCL SDK (ATI) 3. Config params, which can set OpenCL device runtime

Re: [gdal-dev] Enter The Chicken

2014-03-17 Thread Piotr Tracz
W dniu 2014-03-15 15:05, Aaron Boxer pisze: Hello, For those of you who are interested in high performance JPEG 2000, I have just launched my ThousandthChicken OpenCL library. https://github.com/OpenCodec/ThousandthChicken If you are using OpenCL don't forget to make your code OpenCL ICD

Re: [gdal-dev] How to use MFC Visual C++ and GDAL together

2013-10-04 Thread Piotr Tracz
W dniu 2013-10-04 12:46, user gdal pisze: Friends, I wish to use MFC which is part of Visual C++ 2008 and GDAL. 8. Compiled (without writing anything further) and got error(s): Unexpected values... Paste exact error log. /Piotr ___ gdal-dev

[gdal-dev] SQLite driver and drop table problem

2013-06-14 Thread Piotr Tracz
Hello, I think there might be a bug in OGRSQLiteDataSource::ExecuteSQL but before I make bug ticket, I want to be sure I'm not missing anything. When one try to execute SQL command DROP TABLE xxx, error In ExecuteSQL(): sqlite3_step(DROP TABLE xxx): SQL logic error or missing database

Re: [gdal-dev] SQLite driver and drop table problem

2013-06-14 Thread Piotr Tracz
W dniu 2013-06-14 20:58, Even Rouault pisze: http://svn.osgeo.org/gdal/trunk/autotest/ogr/data/poly_spatialite.sqlite and then do : ogrinfo poly_spatialite.sqlite -sql drop table poly ? This works for me with SQLITE 3.6.22 and 3.7.13. Yes it works. False alarm. Error was a reason of some

Re: [gdal-dev] Gdalinfo is missing documentation for -approx_stats

2012-09-04 Thread Piotr Tracz
W dniu 2012-09-04 14:53, Jukka Rahkonen pisze: I was reading from Quantum GIS mailing list that there exists an -approx_stats option in gdalinfo utility but it is not documented in http://www.gdal.org/gdalinfo.html It looks like the author did not bother to report the issue here so I did even I

Re: [gdal-dev] Building gdal with opencl support on windows

2012-09-03 Thread Piotr Tracz
that - that will be copy of instruction I just published here: http://piotrtracz.blogspot.com/2012/09/how-to-enable-opencl-ati-graphics-cards.html ATI released new SDK and I had to adopt everything to it. Piotr Tracz ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Building gdal with opencl support on windows

2012-05-31 Thread Piotr Tracz
W dniu 2012-05-29 13:15, Yogesh Dahiya pisze: If anyone knows how to hack nmake.opt and alg/makefile.vc to build gdal with opencl support on windows, please do reply. I will post mine (just need to grab correct revision from SVN) however current OpenCL support is really a technology

Re: [gdal-dev] libKml driver in 64 bit

2012-05-24 Thread Piotr Tracz
W dniu 2012-05-24 13:28, Livneh Yehiyam pisze: Has anyone managed to build the libKML driver win 64 bit for windows 7? I'm having problems getting all of the third-parties compiled. // I did. It compiles fine on VS2005 (GDAL 1.9.0 but no problem with previous version either) /Piotr

Re: [gdal-dev] Hi.

2010-05-14 Thread Piotr Tracz
W dniu 2010-05-14 10:09, ben...@cs.its.ac.id pisze: 2. When I first downloaded GDAL for my project, I used the original nmake version of the project. But it kind of inefficient because every time I need to build my solution, the GDAL will always do a clean build, even if I didn't change any part