<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.6" -->
<rss version="2.0">
    <channel>
        <title>gpucv</title>
        <description>WebSVN RSS feed - gpucv</description>
        <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fgpucv%2F&amp;</link>
        <lastBuildDate>Wed, 22 May 2013 01:54:16 +0100</lastBuildDate>
        <generator>FeedCreator 1.6</generator>
        <item>
            <title>- merge back changes from experimental/trunk/gpucv [571-&amp;gt;585] to /trunk/gpucv/</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fgpucv%2F&amp;rev=586&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 586 - allusse&lt;/strong&gt; (100 file(s) modified)&lt;/div&gt;&lt;div&gt;- merge back changes from experimental/trunk/gpucv [571-&amp;gt;585] to /trunk/gpucv/&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Wed, 15 Sep 2010 16:05:33 +0100</pubDate>
        </item>
        <item>
            <title>Branch rev.571 from experimental branch to trunk -&amp;gt; GpuCV 1.0 ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fgpucv%2F&amp;rev=572&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 572 - allusse&lt;/strong&gt; (1 file(s) modified)&lt;/div&gt;&lt;div&gt;Branch rev.571 from experimental branch to trunk -&amp;gt; GpuCV 1.0 beta&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 15 Jul 2010 15:20:42 +0100</pubDate>
        </item>
        <item>
            <title> - minor update of VS2008 cuda rules.</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=570&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 570 - allusse&lt;/strong&gt; (1 file(s) modified)&lt;/div&gt;&lt;div&gt; - minor update of VS2008 cuda rules.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 06 Jul 2010 13:31:40 +0100</pubDate>
        </item>
        <item>
            <title>premake:
   * add support for NVIDIA NPP library
global:
 ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=569&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 569 - allusse&lt;/strong&gt; (47 file(s) modified)&lt;/div&gt;&lt;div&gt;premake:&lt;br /&gt;
   * add support for NVIDIA NPP library&lt;br /&gt;
global:&lt;br /&gt;
   * start fixing: C function export under linux.&lt;br /&gt;
   * C function export working on Windows &amp;amp; Linux.&lt;br /&gt;
   * Add new plugin for NPP -&amp;gt; GCVNPP&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 06 Jul 2010 12:43:56 +0100</pubDate>
        </item>
        <item>
            <title>- minor corrections.</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=568&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 568 - allusse&lt;/strong&gt; (8 file(s) modified)&lt;/div&gt;&lt;div&gt;- minor corrections.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Sun, 04 Jul 2010 14:19:30 +0100</pubDate>
        </item>
        <item>
            <title>doc:
   * add draft tutorial for NVIDIA Parallel ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=567&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 567 - allusse&lt;/strong&gt; (107 file(s) modified)&lt;/div&gt;&lt;div&gt;doc:&lt;br /&gt;
   * add draft tutorial for NVIDIA Parallel Nsight&lt;br /&gt;
   * improve switch reference manual&lt;br /&gt;
CUDA:&lt;br /&gt;
   * custom build rules, add option to choose one or several SM targets&lt;br /&gt;
   * add function cvgCudaSetProcessingDevice() to choose CUDA device before init. (experimental)&lt;br /&gt;
   * change opengl interoperability and mapping with gl buffers.&lt;br /&gt;
   * use pragma unroll on all arithmetic and logic operators, gain of 20%&lt;br /&gt;
SWITCH:&lt;br /&gt;
   * add function to register profiler singleton into plugin DLL (to be applied to other lib), see cvg_CXCORESWITCH_RegisterTracerSingletons&lt;br /&gt;
&lt;br /&gt;
GLOBAL:&lt;br /&gt;
   * add _GPUCV_GL_USE_GLUT cause initializing GpuCV with glut does not work with Parallel Nsight&lt;br /&gt;
   * add function cvgFlush() to Synchronize OpenGL / CUDA context based on one image location.&lt;br /&gt;
   * add class DataDsc_GLBasse to be the base class of all opengl descriptors&lt;br /&gt;
Switch:&lt;br /&gt;
   * fix switch, add support for multiple dll versions&lt;br /&gt;
Demo:&lt;br /&gt;
   * fix and improve CamDemo&lt;br /&gt;
   * add some switch instructions to console app, still experimental&lt;br /&gt;
Bug:&lt;br /&gt;
   * cvgCudaFlip() fail on Windows 7 64 on macbook pro with geforce 9600&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Sun, 04 Jul 2010 12:33:18 +0100</pubDate>
        </item>
        <item>
            <title>commit /include/cvgcu delete</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=565&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 565 - allusse&lt;/strong&gt; (1 file(s) modified)&lt;/div&gt;&lt;div&gt;commit /include/cvgcu delete&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 21 Jun 2010 08:52:13 +0100</pubDate>
        </item>
        <item>
            <title>Global:
   * remove some obsolete scripts from ./bin/
 ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=564&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 564 - allusse&lt;/strong&gt; (338 file(s) modified)&lt;/div&gt;&lt;div&gt;Global:&lt;br /&gt;
   * remove some obsolete scripts from ./bin/&lt;br /&gt;
   * Benchmarks are now saved by default in ./data/Benchmarks&lt;br /&gt;
   * move plugin GL/CUDA into the plugin folder&lt;br /&gt;
Switch:&lt;br /&gt;
   * Fix switch mechanism under windows. Switch config files are now in ./data/&lt;br /&gt;
   * compatible with opencv 2.1&lt;br /&gt;
   * export the switch generator into a new binary project: genswitch&lt;br /&gt;
   * Add DllDescriptor class to have several DLL file depending on versions/architecture/debug...etc...&lt;br /&gt;
   * Add functions cvQueryFrame/cvRetrieveFrame in the forced list that use OpenGL. This enable data synchro on video streams.&lt;br /&gt;
CamDemo:&lt;br /&gt;
   * small improve/cleaning/doc update. Now shows OpenCV/OpenGL/CUDA logos&lt;br /&gt;
Console:&lt;br /&gt;
   * Disable switch generation.&lt;br /&gt;
Doc:&lt;br /&gt;
   * Update setup page.&lt;br /&gt;
Lib:&lt;br /&gt;
   * add cvgRetrieveShaderPath() to retrieve full path to data folder&lt;br /&gt;
   * fix cvgInitGLView(), data were not transfered when images was had DESTINATION flag on.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 21 Jun 2010 08:47:48 +0100</pubDate>
        </item>
        <item>
            <title>OpenGL:
* fix memory leak in DataDsc_GLBuff
Console:
* add control function ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=562&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 562 - allusse&lt;/strong&gt; (10 file(s) modified)&lt;/div&gt;&lt;div&gt;OpenGL:&lt;br /&gt;
* fix memory leak in DataDsc_GLBuff&lt;br /&gt;
Console:&lt;br /&gt;
* add control function runCompat_GLSLxCUDA() that try sequence of GLSL and CUDA operators.&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 15 Jun 2010 13:41:47 +0100</pubDate>
        </item>
        <item>
            <title>* delete self-generated project files from ./build/ cause they can ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=561&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 561 - allusse&lt;/strong&gt; (7 file(s) modified)&lt;/div&gt;&lt;div&gt;* delete self-generated project files from ./build/ cause they can be generated using premake4.&lt;br /&gt;
* update setup/compiling documentation&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 14 Jun 2010 16:04:35 +0100</pubDate>
        </item>
        <item>
            <title>premake: * update zip action</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=560&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 560 - allusse&lt;/strong&gt; (3 file(s) modified)&lt;/div&gt;&lt;div&gt;premake: * update zip action&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 14 Jun 2010 14:41:44 +0100</pubDate>
        </item>
        <item>
            <title>Premake:
- correct compileDependencies() for linux</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=559&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 559 - allusse&lt;/strong&gt; (2 file(s) modified)&lt;/div&gt;&lt;div&gt;Premake:&lt;br /&gt;
- correct compileDependencies() for linux&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 14 Jun 2010 11:10:42 +0100</pubDate>
        </item>
        <item>
            <title>* remove old script files that prepared releases.
* update actions.premake4.lua ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=558&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 558 - allusse&lt;/strong&gt; (12 file(s) modified)&lt;/div&gt;&lt;div&gt;* remove old script files that prepared releases.&lt;br /&gt;
* update actions.premake4.lua to compile SugoiTools as well as gpucv when calling premake with 'compile_XXX' cmd&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 14 Jun 2010 09:55:18 +0100</pubDate>
        </item>
        <item>
            <title>Premake:
   * Update getpath command to ouput corrpect ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=557&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 557 - allusse&lt;/strong&gt; (41 file(s) modified)&lt;/div&gt;&lt;div&gt;Premake:&lt;br /&gt;
   * Update getpath command to ouput corrpect paths on Windows.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 14 Jun 2010 09:39:34 +0100</pubDate>
        </item>
        <item>
            <title>- update premake scripts
- clean some warning in code.</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=556&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 556 - allusse&lt;/strong&gt; (12 file(s) modified)&lt;/div&gt;&lt;div&gt;- update premake scripts&lt;br /&gt;
- clean some warning in code.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Fri, 11 Jun 2010 15:14:08 +0100</pubDate>
        </item>
        <item>
            <title>- update Parabuild tutorial
- clean some warning in code.</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=555&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 555 - allusse&lt;/strong&gt; (15 file(s) modified)&lt;/div&gt;&lt;div&gt;- update Parabuild tutorial&lt;br /&gt;
- clean some warning in code.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Fri, 11 Jun 2010 12:52:34 +0100</pubDate>
        </item>
        <item>
            <title>*Fix premake scripts to compile with Parabuild under Fedora10 x64

</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=554&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 554 - allusse&lt;/strong&gt; (24 file(s) modified)&lt;/div&gt;&lt;div&gt;*Fix premake scripts to compile with Parabuild under Fedora10 x64&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 10 Jun 2010 16:24:09 +0100</pubDate>
        </item>
        <item>
            <title>CUDA:
* move custom build rules for VS into etc/. They ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=553&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 553 - allusse&lt;/strong&gt; (69 file(s) modified)&lt;/div&gt;&lt;div&gt;CUDA:&lt;br /&gt;
* move custom build rules for VS into etc/. They are now detected automatically when generating solutions&lt;br /&gt;
* Fixed bug in  GetCvgArr(), the local cache pointer could not be updated if the cache image is deleted. error occured when a new image had the same pointer. -&amp;gt; local cache disabled.&lt;br /&gt;
DEPENDENCY:&lt;br /&gt;
* update denpendency lib/dlls for x32 and x64&lt;br /&gt;
DOC:&lt;br /&gt;
* add FAQ: how to compile OpenCV2.1 for Win64&lt;br /&gt;
* Add tutorial about ParaBuild&lt;br /&gt;
PREMAKE:&lt;br /&gt;
* move some internal function to dependencies/sugoitools/etc/premake/functions.premake4.lua&lt;br /&gt;
DEMO:&lt;br /&gt;
*CamDemo: add command line parameters to select video file and camera. Cam is not working under Win7-64, what about other OS?&lt;br /&gt;
*Console:&lt;br /&gt;
   * add enable/disable flag for cv/cxcore/transfertest, it enable/disable the corresponding commands, useful to perform partial benchmarks.&lt;br /&gt;
   * fixed the transfer test function.&lt;br /&gt;
   * [B] memory leak when transfering data to/from DataDsc_GLBuff&lt;br /&gt;
&lt;br /&gt;
GLOBAL:&lt;br /&gt;
* fix some logging indentation issues.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Wed, 09 Jun 2010 15:47:05 +0100</pubDate>
        </item>
        <item>
            <title>* add patched version of premake.exe that support &amp;quot;custom build ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=552&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 552 - allusse&lt;/strong&gt; (3 file(s) modified)&lt;/div&gt;&lt;div&gt;* add patched version of premake.exe that support &amp;quot;custom build rules&amp;quot; for vs2008.&lt;br /&gt;
* add custom build rules to cuda Premake/cuda.premake4.lua&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Wed, 09 Jun 2010 11:19:05 +0100</pubDate>
        </item>
        <item>
            <title>Premake:
   * Update packaging/compiling commands</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Fexperimental%2Ftrunk%2Fgpucv%2F&amp;rev=551&amp;sc=1</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 551 - allusse&lt;/strong&gt; (29 file(s) modified)&lt;/div&gt;&lt;div&gt;Premake:&lt;br /&gt;
   * Update packaging/compiling commands&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 08 Jun 2010 13:12:16 +0100</pubDate>
        </item>
    </channel>
</rss>
