ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/video_beos.cpp
Revision 1.17 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:32Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Happy New Year!

Revision 1.16 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:13Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Happy New Year!

Revision 1.15 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:23Z (20 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Happy New Year! :)

Revision 1.14 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:35Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13, snapshot-15012002
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.13 - (view) (annotate) - [select for diffs]
2001-07-03T19:20:45Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
- improved compatibility of multiple depth/resolution handling with versions
  of MacOS before 7.6:
   - Apple mode IDs are now allocated contiguously from 0x80 (the video_*.cpp
     module must call video_init_depth_list() after adding all modes)
   - if the video driver didn't receive a GetVideoParameters call, it patches
     ScrnBase and the main GDevice upon a video mode switch (otherwise MacOS
     will continue to use the old frame buffer base)
   - the rowBytes values in the video parameters slot resources are correct
     for all bit depths

Revision 1.12 - (view) (annotate) - [select for diffs]
2001-07-01T21:09:28Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
- video_set_palette() gets passed the number of used palette entries
- video_x.cpp supports 2- and 4-bit modes on truecolor screens

Revision 1.11 - (view) (annotate) - [select for diffs]
2001-07-01T12:42:04Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
fixed compilation problems on BeOS/ppc

Revision 1.10 - (view) (annotate) - [select for diffs]
2001-06-30T17:21:53Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- experimental gamma table support
- restructured video_x.cpp: uses classes for display types

Revision 1.9 - (view) (annotate) - [select for diffs]
2001-06-27T20:05:30Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.8: +9 -0 lines
Diff to previous 1.8
depth/resolution switching infrastructure should be complete now; slot ROM
contains all supported depths, default mode is stored in XPRAM upon startup,
and added video_switch_to_mode() call (currently unimplemented in all drivers)

Revision 1.8 - (view) (annotate) - [select for diffs]
2001-06-27T19:03:36Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.7: +60 -33 lines
Diff to previous 1.7
added infrastructure for resolution/depth switching (currently, all video
drivers only support one mode, the one selected by the user)

Revision 1.7 - (view) (annotate) - [select for diffs]
2001-05-26T12:31:00Z (22 years, 11 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.6: +2 -7 lines
Diff to previous 1.6
"About" window looks nicer

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-03-31T14:31:59Z (23 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
- fixed bugs in the BeOS extfs file types handling

Revision 1.5 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:57Z (23 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- bumped version number to 0.9
- updated copyright dates

Revision 1.4 - (view) (annotate) - [select for diffs]
2000-04-10T18:52:58Z (24 years, 1 month ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- updated copyright info: 1999->2000

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:21Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
  Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
  block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-12T20:59:15Z (24 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999, snapshot-21101999
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- fixed compiler warning

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: release-0_7-2, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.17
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a