ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/video_blit.cpp
Revision 1.21 - (view) (annotate) - [select for diffs]
2010-09-24T00:49:45Z (13 years, 7 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
.

Revision 1.20 - (view) (annotate) - [select for diffs]
2010-09-24T00:48:58Z (13 years, 7 months ago) by asvitkine
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19
apparently this makes newest SDL happy

Revision 1.19 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:33Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Happy New Year!

Revision 1.18 - (view) (annotate) - [select for diffs]
2005-04-02T09:56:12Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
cosmetics

Revision 1.17 - (view) (annotate) - [select for diffs]
2005-03-28T16:14:25Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.16: +38 -4 lines
Diff to previous 1.16
Enable multiple depths in fullscreen DGA modes, i.e. add 1-bit to 16/32-bit
blitters, rewrite update_display_dga_vosf() to actually work with sub byte
pixels. Factor out update_display_window_vosf() since it's long time that
it is no longer checking for first column and last column that have changed.

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

Revision 1.15 - (view) (annotate) - [select for diffs]
2005-01-19T20:27:14Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Implement RGB555 mode on 16-bit displays, big endian, native byte order (MacOS X)

Revision 1.14 - (view) (annotate) - [select for diffs]
2004-11-14T21:41:46Z (19 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
Implement RGB555 mode on 16-bit displays (Windows)

Revision 1.13 - (view) (annotate) - [select for diffs]
2004-06-23T14:30:48Z (19 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.12: +53 -47 lines
Diff to previous 1.12
Initial SDL/video support. Fix VOSF code could lead to a crash on run-time
resolution/depth switching. Rearrange blitter lookup code, aka make it cleaner.

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

Revision 1.11 - (view) (annotate) - [select for diffs]
2003-05-22T22:13:56Z (20 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +10 -10 lines
Diff to previous 1.10
Rearrange video_vosf.h to accomodate both SheepShaver and BasiliskII video
infrastructure. Make video_blit.cpp a little more emulator independent.

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

Revision 1.9 - (view) (annotate) - [select for diffs]
2001-08-19T17:38:11Z (22 years, 8 months ago) by gbeauche
Branch: MAIN
Changes since 1.8: +63 -19 lines
Diff to previous 1.8
- 64-bit blitters will use native "quad"-sized loads/stores, if available.

Revision 1.8 - (view) (annotate) - [select for diffs]
2001-07-11T19:26:14Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
fixed a couple of compiler warnings

Revision 1.7 - (view) (annotate) - [select for diffs]
2001-07-06T22:00:39Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +53 -23 lines
Diff to previous 1.6
added support for 2/4-bit modes on 8-bit visuals

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-07-01T21:09:29Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.5: +72 -10 lines
Diff to previous 1.5
- 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.5 - (view) (annotate) - [select for diffs]
2001-07-01T19:57:55Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.4: +39 -2 lines
Diff to previous 1.4
added support for 8-bit windowed modes on 16 and 32-bit screens (for the
games, man, the games! :-)

Revision 1.4 - (view) (annotate) - [select for diffs]
2001-07-01T14:38:03Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.3: +48 -39 lines
Diff to previous 1.3
- sony.cpp/disk.cpp/cdrom.cpp use vector<> of drive_info objects instead of
  linked list
- color depth switching updates slot ROM
- video_x.cpp always supports 1-bit window modes
- timer_create()/clock_gettime() are pulled from librt if present

Revision 1.3 - (view) (annotate) - [select for diffs]
2001-06-22T08:34:49Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.2: +6 -0 lines
Diff to previous 1.2
- In banked addressing mode, the UAE memory handlers should already handle
  reads/writes to/from the frame buffer correctly. i.e. specialised blitters
  should not be used there.

Revision 1.2 - (view) (annotate) - [select for diffs]
2001-01-31T21:28:58Z (23 years, 3 months ago) by gbeauche
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.1: +61 -6 lines
Diff to previous 1.1
	- Added blitters for BGR 555 mode

Revision 1.1 - (view) (annotate) - [select for diffs]
2001-01-28T14:05:19Z (23 years, 3 months ago) by gbeauche
Branch: MAIN
Mainly changes to the VOSF code:
- improved blitters selection
- improved blitters performance if UNALIGNED_PROFITABLE is set
- cleaned up 8 bpp blitters

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