babl r328 - in trunk: . docs



Author: ok
Date: Thu Jun 12 21:13:48 2008
New Revision: 328
URL: http://svn.gnome.org/viewvc/babl?rev=328&view=rev

Log:
* Makefile.am: added TODO
* docs/index-static.html.in: moved TODO list from here
* TODO: to here, also edited it a bit.
* docs/Makefile.am: include TODO in result.


Added:
   trunk/TODO
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/docs/Makefile.am
   trunk/docs/index-static.html.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Jun 12 21:13:48 2008
@@ -18,6 +18,7 @@
 	COPYING.LESSER		\
 	INSTALL			\
 	NEWS			\
+	TODO			\
 	ChangeLog		\
 	autogen.sh		\
 	babl.pc.in

Added: trunk/TODO
==============================================================================
--- (empty file)
+++ trunk/TODO	Thu Jun 12 21:13:48 2008
@@ -0,0 +1,13 @@
+<h2>TODO</h2>
+        
+<ul>
+  <li>Support for conversions between formats that have higher dimensionality than RGBA. (arbitrary meaningless components)</li>
+  <li>Support for datatypes that are not a multiple of 8bit.</li>
+  <li>dithering</li>
+  <li>dynamic data attached to format, or internal handling of icc through
+  a registered set of profiles</li>
+  <li>
+  Stocastic runtime profiling with running average of the peformance for
+  conversions, to avoid problems incurred if other cpu intense is happening
+  when babl tests a conversions. </li>
+</ul>

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Thu Jun 12 21:13:48 2008
@@ -48,6 +48,7 @@
 index.html: index-static.html                    \
 	    $(babl_html_dump) 			 \
 	    $(top_srcdir)/AUTHORS                \
+	    $(top_srcdir)/TODO                   \
 	    $(top_srcdir)/NEWS                   \
 	    BablFishPath.txt			 \
 	    Makefile.am
@@ -61,6 +62,7 @@
 
 	$(top_srcdir)/docs/tools/xml_insert.sh $@ BablFishPath BablFishPath.txt
 	$(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
+	$(top_srcdir)/docs/tools/xml_insert.sh $@ TODO $(top_srcdir)/TODO
 	$(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
 	echo " [OK]"
 

Modified: trunk/docs/index-static.html.in
==============================================================================
--- trunk/docs/index-static.html.in	(original)
+++ trunk/docs/index-static.html.in	Thu Jun 12 21:13:48 2008
@@ -350,21 +350,7 @@
         -->
 
         <a name='TODO'></a>
-        <h2>TODO</h2>
-        
-        <ul>
-          <li>Validate that a created BablFishPath is actually faster than the
-          BablFishReference it is a replacement for.</li>
-          <li>Compile-time instead of runtime profiling / storage of profiling
-          and loss data.. <em>(The speed of conversions
-            is bound to 'wobble', according to architecture, compiler flags,
-            concurrently running processes and phase of moon.)</em></li>
-          <li class='unstable'>Horizontal chroma subsampling (4:2:2 and 4:1:1)</li>
-          <li>Thread safety (locking) for mutations of the type system.</li>
-          <li>Support for conversions between formats that have higher dimensionality than RGBA.</li>
-          <li>Support for datatypes that are not a multiple of 8bit.</li>
-          <li>dithering</li>
-        </ul>
+<!--TODO-->          
 
         <a name='Copyright'></a>
         <h2>Copyright</h2>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]