[cairo-commit] roadster ChangeLog,1.45,1.46
Ian McIntosh
commit at pdx.freedesktop.org
Thu Mar 10 03:01:07 PST 2005
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv1551
Modified Files:
ChangeLog
Log Message:
* src/map.c: MySQL optimization regarding GeomFromText() which saves about 10% total application CPU time. (Not as big of a deal as it sounds since we're currently disk-bound.)
* src/map_draw_cairo.c: Re-add check for font size == 0 and don't draw labels for that layer if it is (this is how styles say "no labels").
* src/scenemanager.c: Minor cleanup.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- ChangeLog 10 Mar 2005 06:12:03 -0000 1.45
+++ ChangeLog 10 Mar 2005 11:01:04 -0000 1.46
@@ -1,5 +1,11 @@
2005-03-09 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+ * src/map.c: MySQL optimization regarding GeomFromText() which saves about 10% total application CPU time. (Not as big of a deal as it sounds since we're currently disk-bound.)
+ * src/map_draw_cairo.c: Re-add check for font size == 0 and don't draw labels for that layer if it is (this is how styles say "no labels").
+ * src/scenemanager.c: Minor cleanup.
+
+2005-03-09 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
* src/search_road.c:
* src/import_tiger.c:
* src/db.c: Removed Road_RoadName joiner table. Roads can have only one name now (we never used this feature).
More information about the cairo-commit
mailing list