mame/src/osd
Aaron Giles 296347baab Plumbed machine parameters through the renderer. Removed need for
deprecat.h.

Changed render_texture_set_bitmap() to accept a palette object 
instead of a palette index. The renderer remains optimized for the 
system palette but will work if objects have their own palette as 
well.

Changed renderer to permit palettes for RGB and YUY textures. If
specified, these palettes specify a 32-entry (RGB15) or 256-entry
(others) lookup for applying additional brightness/contrast/gamma
on a per-texture basis.

Removed rescale notification. It never really worked that well and 
violated proper layering.

Renamed palette_set_brightness() to palette_set_pen_contrast() for 
clarity.

Changed palette objects to support global brightness/contrast/gamma
in addition to per-group and per-entry controls.
2008-09-29 08:02:58 +00:00
..
osdmini Copyright cleanup: 2008-01-06 00:47:40 +00:00
windows Plumbed machine parameters through the renderer. Removed need for 2008-09-29 08:02:58 +00:00
osdcomm.h Rewrote some potentially compiler specific code: 2008-03-02 00:35:58 +00:00
osdcore.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
osdepend.h Robustified key behavior when the debugger is visible. Should now 2008-07-17 16:09:52 +00:00