annotate packages/io/framebuf/current/ChangeLog @ 2770:35f991d79d4c

* devs/framebuf/synth/current/cdl/framebuf_synth.cdl, fs/rom/current/cdl/romfs.cdl, io/framebuf/current/cdl/framebuf.cdl, services/objloader/current/cdl/objloader.cdl: Pass Tcl scripts to tclsh directly. * hal/synth/arch/current/cdl/hal_synth.cdl: Reparent for consistency.
author jld
date Sat, 07 Feb 2009 15:43:10 +0000
parents 74dbf4c3f2e1
children d118fd82f758
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2770
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
1 2009-02-07 John Dallaway <john@dallaway.org.uk>
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
2
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
3 * cdl/framebuf.cdl: Pass gen_framebufs.tcl to tclsh directly.
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
4
2711
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2590
diff changeset
5 2009-01-08 John Dallaway <john@dallaway.org.uk>
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2590
diff changeset
6
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2590
diff changeset
7 * src/gen_framebufs.tcl: Specify script interpreter via /usr/bin/env.
eacd6295a6aa * ecosadmin.tcl, pkgconf/fixhtml.tcl,
jld
parents: 2590
diff changeset
8
2590
e7ed167c871d Fix off-by-one-row bug in the block move functions when handling
bartv
parents: 2565
diff changeset
9 2008-11-09 Bart Veer <bartv@ecoscentric.com>
e7ed167c871d Fix off-by-one-row bug in the block move functions when handling
bartv
parents: 2565
diff changeset
10
e7ed167c871d Fix off-by-one-row bug in the block move functions when handling
bartv
parents: 2565
diff changeset
11 * src/linear.c: fix the block move operations (new_y > y) overlap
e7ed167c871d Fix off-by-one-row bug in the block move functions when handling
bartv
parents: 2565
diff changeset
12 handling.
e7ed167c871d Fix off-by-one-row bug in the block move functions when handling
bartv
parents: 2565
diff changeset
13
2565
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
14 2008-10-06 Bart Veer <bartv@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
15
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
16 * src/gen_framebufs.tcl, cdl/framebuf.cdl, tests/*: add some
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
17 examples/testcases.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
18
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
19 2007-10-11 Bart Veer <bartv@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
20
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
21 * include/framebuf.h: fix 555 true colour manipulation macros.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
22
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
23 2006-04-05 John Dallaway <jld@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
24
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
25 * cdl/framebuf.cdl: Add reference to package documentation.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
26
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
27 2005-11-21 Bart Veer <bartv@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
28
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
29 * include/framebuf.h, src/framebuf.c: fix aliasing of the
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
30 make/break colour functions, needed with more recent compilers.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
31
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
32 * doc/framebuf.sgml: fix blanking support typo
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
33
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
34 * cdl/framebuf.cdl: run gen_framebufs.tcl slightly later
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
35 in the build process in case other packages create framebuf header
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
36 files at build-time.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
37
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
38 * src/gen_framebufs.tcl: fix typo in diagnostic.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
39
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
40 * src/framebuf.c (cyg_fb_synch), include/framebuf.h
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
41 (CYG_FB_FRAMEBUFFER): fix double buffer support.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
42
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
43 2005-06-20 John Dallaway <jld@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
44
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
45 * doc/framebuf.sgml: Fix typographical errors.
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
46
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
47 2005-03-29 Bart Veer <bartv@ecoscentric.com>
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
48
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
49 * Generic framebuffer package created
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
50
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
51 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
52 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
53 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
54 // This file is part of eCos, the Embedded Configurable Operating System.
2770
35f991d79d4c * devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
jld
parents: 2729
diff changeset
55 // Copyright (C) 2008, 2009 Free Software Foundation, Inc.
2565
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
56 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
57 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
58 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
59 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
60 // later version.
2565
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
61 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
62 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
63 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
64 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
65 // General Public License for more details.
2565
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
66 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
67 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
68 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
69 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
70 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
71 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2711
diff changeset
72 // ####GPLCOPYRIGHTEND####
2565
f9d071633ee7 Contribute eCosCentric's framebuffer infrastructure.
bartv
parents:
diff changeset
73 //===========================================================================