wip prep commit in lieu of gfx subsystem update changes.
commit747ab4fa12b47f4bda586d17090a81bf3173ce45
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 5 Jan 2017 07:29:22 +0000 (5 07:29 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 5 Jan 2017 07:29:22 +0000 (5 07:29 +0000)
treede020b038f14397602b1f23430c32d2356fb461a
parentc3faaa6a608851b3721a05fccd9321417249c399
wip prep commit in lieu of gfx subsystem update changes.
# rename some files and constants/values for consistency and to ease cross developing on gfx drivers.
# rename graphics.hidd to gfx.hidd to make a clear distinction from graphics.library subsystem (to prevent namespace collisions) and prevent using old code with the newer apis (todo)
# expose graphics drivers as hardware devices, so that they can be enumerated by sysexplorer.
# adapt all code to use the new gfx.hidd naming.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53159 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
314 files changed:
arch/all-android/hidd/androidgfx/android_kbdclass.c [moved from arch/all-android/hidd/androidgfx/akbd.c with 98% similarity]
arch/all-android/hidd/androidgfx/android_keyboard.h [moved from arch/all-android/hidd/androidgfx/agfx_keyboard.h with 77% similarity]
arch/all-android/hidd/androidgfx/android_mouse.h [moved from arch/all-android/hidd/androidgfx/agfx_mouse.h with 87% similarity]
arch/all-android/hidd/androidgfx/android_mouseclass.c [moved from arch/all-android/hidd/androidgfx/amouse.c with 97% similarity]
arch/all-android/hidd/androidgfx/android_server.c [moved from arch/all-android/hidd/androidgfx/server.c with 96% similarity]
arch/all-android/hidd/androidgfx/android_server.h [moved from arch/all-android/hidd/androidgfx/server.h with 100% similarity]
arch/all-android/hidd/androidgfx/androidgfx.conf
arch/all-android/hidd/androidgfx/androidgfx_bitmap.h [moved from arch/all-android/hidd/androidgfx/agfx_bitmap.h with 91% similarity]
arch/all-android/hidd/androidgfx/androidgfx_bitmapclass.c [moved from arch/all-android/hidd/androidgfx/abitmap.c with 96% similarity]
arch/all-android/hidd/androidgfx/androidgfx_hidd.h [moved from arch/all-android/hidd/androidgfx/agfx.h with 95% similarity]
arch/all-android/hidd/androidgfx/androidgfx_hiddclass.c [moved from arch/all-android/hidd/androidgfx/agfx.c with 98% similarity]
arch/all-android/hidd/androidgfx/androidgfx_intern.h [moved from arch/all-android/hidd/androidgfx/agfx_graphics.h with 71% similarity]
arch/all-android/hidd/androidgfx/mmakefile.src
arch/all-android/hidd/androidgfx/startup.c
arch/all-hosted/hidd/sdl/event.c
arch/all-hosted/hidd/sdl/mmakefile.src
arch/all-hosted/hidd/sdl/sdl_intern.h
arch/all-hosted/hidd/sdl/sdl_kbdclass.c [moved from arch/all-hosted/hidd/sdl/kbdclass.c with 79% similarity]
arch/all-hosted/hidd/sdl/sdl_mouseclass.c [moved from arch/all-hosted/hidd/sdl/mouseclass.c with 82% similarity]
arch/all-hosted/hidd/sdl/sdlgfx_bitmapclass.c [moved from arch/all-hosted/hidd/sdl/bmclass.c with 99% similarity]
arch/all-hosted/hidd/sdl/sdlgfx_hiddclass.c [moved from arch/all-hosted/hidd/sdl/gfxclass.c with 99% similarity]
arch/all-hosted/hidd/sdl/startup.c
arch/all-hosted/hidd/x11/bitmap_class.h [deleted file]
arch/all-hosted/hidd/x11/mmakefile.src
arch/all-hosted/hidd/x11/x11.c
arch/all-hosted/hidd/x11/x11.h
arch/all-hosted/hidd/x11/x11_class.h
arch/all-hosted/hidd/x11/x11_clipboard.c [moved from arch/all-hosted/hidd/x11/x11clipboard.c with 99% similarity]
arch/all-hosted/hidd/x11/x11_init.c
arch/all-hosted/hidd/x11/x11_kbdclass.c [moved from arch/all-hosted/hidd/x11/x11kbd.c with 98% similarity]
arch/all-hosted/hidd/x11/x11_mouseclass.c [moved from arch/all-hosted/hidd/x11/x11mouse.c with 96% similarity]
arch/all-hosted/hidd/x11/x11_support.c [moved from arch/all-hosted/hidd/x11/support.c with 63% similarity]
arch/all-hosted/hidd/x11/x11_xshm.c [moved from arch/all-hosted/hidd/x11/xshm.c with 98% similarity]
arch/all-hosted/hidd/x11/x11_xshm.h [moved from arch/all-hosted/hidd/x11/xshm.h with 92% similarity]
arch/all-hosted/hidd/x11/x11gfx.conf
arch/all-hosted/hidd/x11/x11gfx_bitmap.h [moved from arch/all-hosted/hidd/x11/bitmap.h with 95% similarity]
arch/all-hosted/hidd/x11/x11gfx_bitmapclass.c [moved from arch/all-hosted/hidd/x11/bitmap_common.c with 98% similarity]
arch/all-hosted/hidd/x11/x11gfx_bitmapclass.h [new file with mode: 0644]
arch/all-hosted/hidd/x11/x11gfx_fullscreen.c [moved from arch/all-hosted/hidd/x11/fullscreen.c with 96% similarity]
arch/all-hosted/hidd/x11/x11gfx_fullscreen.h [moved from arch/all-hosted/hidd/x11/fullscreen.h with 75% similarity]
arch/all-hosted/hidd/x11/x11gfx_hiddclass.c [moved from arch/all-hosted/hidd/x11/x11gfx.c with 98% similarity]
arch/all-hosted/hidd/x11/x11gfx_offbitmap.c [moved from arch/all-hosted/hidd/x11/offbitmap.c with 93% similarity]
arch/all-hosted/hidd/x11/x11gfx_onbitmap.c [moved from arch/all-hosted/hidd/x11/onbitmap.c with 98% similarity]
arch/all-hosted/libs/hostgl/hostgl_funcs.c
arch/all-hosted/libs/hostgl/hostgl_glacreatecontext.c
arch/all-hosted/libs/hostgl/hostgl_gladestroycontext.c
arch/all-ios/hidd/uikit/gfxclass.h [deleted file]
arch/all-ios/hidd/uikit/mmakefile.src
arch/all-ios/hidd/uikit/uikit.conf
arch/all-ios/hidd/uikit/uikit_bitmap.h [moved from arch/all-ios/hidd/uikit/bitmapclass.h with 100% similarity]
arch/all-ios/hidd/uikit/uikit_bitmapclass.c [moved from arch/all-ios/hidd/uikit/bitmapclass.c with 97% similarity]
arch/all-ios/hidd/uikit/uikit_hidd.h [new file with mode: 0644]
arch/all-ios/hidd/uikit/uikit_hiddclass.c [moved from arch/all-ios/hidd/uikit/gfxclass.c with 98% similarity]
arch/all-ios/hidd/uikit/uikit_intern.h [moved from arch/all-ios/hidd/uikit/classbase.h with 100% similarity]
arch/all-linux/hidd/linuxfb/bitmap.h [deleted file]
arch/all-linux/hidd/linuxfb/linuxfbgfx.conf [moved from arch/all-linux/hidd/linuxfb/linuxfb.conf with 73% similarity]
arch/all-linux/hidd/linuxfb/linuxfbgfx_bitmap.h [new file with mode: 0644]
arch/all-linux/hidd/linuxfb/linuxfbgfx_bitmapclass.c [moved from arch/all-linux/hidd/linuxfb/bmclass.c with 74% similarity]
arch/all-linux/hidd/linuxfb/linuxfbgfx_hiddclass.c [moved from arch/all-linux/hidd/linuxfb/gfxclass.c with 96% similarity]
arch/all-linux/hidd/linuxfb/linuxfbgfx_init.c [moved from arch/all-linux/hidd/linuxfb/linuxfb_init.c with 82% similarity]
arch/all-linux/hidd/linuxfb/linuxfbgfx_intern.h [moved from arch/all-linux/hidd/linuxfb/linuxfb_intern.h with 88% similarity]
arch/all-linux/hidd/linuxfb/linuxfbgfx_startup.c [moved from arch/all-linux/hidd/linuxfb/startup.c with 97% similarity]
arch/all-linux/hidd/linuxfb/mmakefile.src
arch/all-mingw32/boot/AROSBootstrap.conf
arch/all-mingw32/hidd/wingdi/gdi.h
arch/all-mingw32/hidd/wingdi/mmakefile.src
arch/all-mingw32/hidd/wingdi/startup.c
arch/all-mingw32/hidd/wingdi/wingdi.conf
arch/all-mingw32/hidd/wingdi/wingdi_bitmap.h [moved from arch/all-mingw32/hidd/wingdi/bitmap.h with 93% similarity]
arch/all-mingw32/hidd/wingdi/wingdi_bitmapclass.c [moved from arch/all-mingw32/hidd/wingdi/bitmap.c with 95% similarity]
arch/all-mingw32/hidd/wingdi/wingdi_hidd.h [moved from arch/all-mingw32/hidd/wingdi/gdi_class.h with 85% similarity]
arch/all-mingw32/hidd/wingdi/wingdi_hiddclass.c [moved from arch/all-mingw32/hidd/wingdi/gdigfx.c with 99% similarity]
arch/all-mingw32/hidd/wingdi/wingdi_kbdclass.c [moved from arch/all-mingw32/hidd/wingdi/gdikbd.c with 98% similarity]
arch/all-mingw32/hidd/wingdi/wingdi_mouseclass.c [moved from arch/all-mingw32/hidd/wingdi/gdimouse.c with 98% similarity]
arch/all-native/hidd/vga/mmakefile.src
arch/all-native/hidd/vga/vgagfx.conf [moved from arch/all-native/hidd/vga/vgah.conf with 70% similarity]
arch/all-native/hidd/vga/vgagfx_bitmap.h [moved from arch/all-native/hidd/vga/bitmap.h with 84% similarity]
arch/all-native/hidd/vga/vgagfx_bitmapclass.c [moved from arch/all-native/hidd/vga/bitmap.c with 86% similarity]
arch/all-native/hidd/vga/vgagfx_hidd.h [moved from arch/all-native/hidd/vga/vgaclass.h with 79% similarity]
arch/all-native/hidd/vga/vgagfx_hiddclass.c [moved from arch/all-native/hidd/vga/vgaclass.c with 92% similarity]
arch/all-native/hidd/vga/vgagfx_init.c [moved from arch/all-native/hidd/vga/vga_init.c with 86% similarity]
arch/all-native/hidd/vga/vgagfx_intern.h [moved from arch/all-native/hidd/vga/vga.h with 71% similarity]
arch/all-native/hidd/vga/vgagfx_support.c [moved from arch/all-native/hidd/vga/vgahw.c with 98% similarity]
arch/all-native/hidd/vga/vgagfx_support.h [moved from arch/all-native/hidd/vga/vgahw.h with 91% similarity]
arch/all-unix/boot/AROSBootstrap.conf
arch/all-unix/boot/AROSBootstrap_android.conf
arch/all-unix/boot/AROSBootstrap_darwin.conf
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/mmakefile.src
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx.conf
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_bitmap.h
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_bitmapclass.c [moved from arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_bitmap_common.c with 98% similarity]
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_hidd.h [moved from arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_class.h with 94% similarity]
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_hiddclass.c [moved from arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_class.c with 98% similarity]
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_init.c
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_memory.c
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_onbitmap.c
arch/arm-native/soc/broadcom/2708/hidd/videocoregfx/videocoregfx_pixfmts.c
arch/i386-all/hidd/graphics/mmakefile.src
arch/i386-all/hidd/graphics/rgbconv_arch.c
arch/i386-pc/boot/mmakefile.src
arch/m68k-amiga/boot/mmakefile.src
arch/m68k-amiga/hidd/amigavideo/amigavideo.conf
arch/m68k-amiga/hidd/amigavideo/amigavideo_bitmap.h [moved from arch/m68k-amiga/hidd/amigavideo/amigavideobitmap.h with 67% similarity]
arch/m68k-amiga/hidd/amigavideo/amigavideo_bitmapclass.c [moved from arch/m68k-amiga/hidd/amigavideo/amigavideobitmap.c with 98% similarity]
arch/m68k-amiga/hidd/amigavideo/amigavideo_hidd.h [moved from arch/m68k-amiga/hidd/amigavideo/amigavideogfx.h with 96% similarity]
arch/m68k-amiga/hidd/amigavideo/amigavideo_hiddclass.c [moved from arch/m68k-amiga/hidd/amigavideo/amigavideogfx.c with 97% similarity]
arch/m68k-amiga/hidd/amigavideo/amigavideo_intern.h [moved from arch/m68k-amiga/hidd/amigavideo/amigavideoclass.h with 76% similarity]
arch/m68k-amiga/hidd/amigavideo/blitter.c
arch/m68k-amiga/hidd/amigavideo/chipset.c
arch/m68k-amiga/hidd/amigavideo/chipset.h
arch/m68k-amiga/hidd/amigavideo/mmakefile.src
arch/m68k-amiga/hidd/amigavideo/startup.c
arch/m68k-amiga/hidd/graphics/mmakefile.src
arch/m68k-amiga/hidd/graphics/rgbconv.c
arch/m68k-amiga/hidd/uaegfx/mmakefile.src
arch/m68k-amiga/hidd/uaegfx/startup.c
arch/m68k-amiga/hidd/uaegfx/uaegfx.conf
arch/m68k-amiga/hidd/uaegfx/uaegfx_bitmap.h [moved from arch/m68k-amiga/hidd/uaegfx/uaegfxbitmap.h with 86% similarity]
arch/m68k-amiga/hidd/uaegfx/uaegfx_bitmapclass.c [moved from arch/m68k-amiga/hidd/uaegfx/uaegfxbitmap.c with 99% similarity]
arch/m68k-amiga/hidd/uaegfx/uaegfx_hidd.h [new file with mode: 0644]
arch/m68k-amiga/hidd/uaegfx/uaegfx_hiddclass.c [moved from arch/m68k-amiga/hidd/uaegfx/uaegfx.c with 99% similarity]
arch/m68k-amiga/hidd/uaegfx/uaegfx_intern.h [moved from arch/m68k-amiga/hidd/uaegfx/uaegfx.h with 96% similarity]
arch/m68k-amiga/hidd/uaegfx/uaegfxclass.h [deleted file]
arch/m68k-amiga/hidd/uaegfx/uaertg.c
arch/ppc-chrp/hidd.radeon/radeon_bios.c
arch/ppc-sam440/boot/menu.lst
arch/ppc-sam440/boot/mmakefile.src
arch/ppc-sam440/hidd.radeon/radeon_bios.c
arch/x86_64-pc/boot/mmakefile.src
boot/modular_kickstart.txt
rom/graphics/adddisplaydrivera.c
rom/graphics/allocspritedataa.c
rom/graphics/bestmodeida.c
rom/graphics/changevpbitmap.c
rom/graphics/compositor_driver.h
rom/graphics/dispinfo.c
rom/graphics/fakegfxhidd.c
rom/graphics/finddisplayinfo.c
rom/graphics/freevportcoplists.c
rom/graphics/getdisplayinfodata.c
rom/graphics/getvpmodeid.c
rom/graphics/gfxfuncsupport.h
rom/graphics/graphics.conf
rom/graphics/graphics_driver.c
rom/graphics/graphics_init.c
rom/graphics/graphics_intern.h
rom/graphics/nextdisplayinfo.c
rom/graphics/updatebitmap.c
rom/hidds/graphics/OverlayClass.c
rom/hidds/graphics/colorconv_init.c
rom/hidds/graphics/gfx.conf [moved from rom/hidds/graphics/graphics.conf with 97% similarity]
rom/hidds/graphics/gfx_bitmapclass.c [moved from rom/hidds/graphics/BM_Class.c with 98% similarity]
rom/hidds/graphics/gfx_bitmapconvertpixels.c [moved from rom/hidds/graphics/convertpixels.c with 99% similarity]
rom/hidds/graphics/gfx_bitmapmemblit.c [moved from rom/hidds/graphics/memblit.c with 99% similarity]
rom/hidds/graphics/gfx_chunkybitmapclass.c [moved from rom/hidds/graphics/chunkybm.c with 99% similarity]
rom/hidds/graphics/gfx_colormapclass.c [moved from rom/hidds/graphics/CM_Class.c with 98% similarity]
rom/hidds/graphics/gfx_debug.h [new file with mode: 0644]
rom/hidds/graphics/gfx_gcclass.c [moved from rom/hidds/graphics/GC_Class.c with 95% similarity]
rom/hidds/graphics/gfx_hiddclass.c [moved from rom/hidds/graphics/GraphicsClass.c with 89% similarity]
rom/hidds/graphics/gfx_hwclass.c [new file with mode: 0644]
rom/hidds/graphics/gfx_init.c [new file with mode: 0644]
rom/hidds/graphics/gfx_intern.h [moved from rom/hidds/graphics/graphics_intern.h with 89% similarity]
rom/hidds/graphics/gfx_pixfmtclass.c [moved from rom/hidds/graphics/pixfmt.c with 96% similarity]
rom/hidds/graphics/gfx_planarbitmapclass.c [moved from rom/hidds/graphics/planarbm.c with 97% similarity]
rom/hidds/graphics/gfx_syncclass.c [moved from rom/hidds/graphics/sync.c with 98% similarity]
rom/hidds/graphics/graphics_init.c [deleted file]
rom/hidds/graphics/include/gfx.h [moved from rom/hidds/graphics/include/graphics.h with 99% similarity]
rom/hidds/graphics/mmakefile.src
rom/hidds/graphics/rgbconv.c
rom/hidds/graphics/rgbconv_arch.c
rom/hidds/vesa/mmakefile.src
rom/hidds/vesa/vesagfx.conf
rom/hidds/vesa/vesagfx_bitmap.h [moved from workbench/hidds/sm502/bitmap.h with 72% similarity]
rom/hidds/vesa/vesagfx_bitmapclass.c [moved from rom/hidds/vesa/bitmap.c with 75% similarity]
rom/hidds/vesa/vesagfx_cursor.h [moved from rom/hidds/vesa/mouse.h with 55% similarity]
rom/hidds/vesa/vesagfx_hidd.h [new file with mode: 0644]
rom/hidds/vesa/vesagfx_hiddclass.c [moved from rom/hidds/vesa/vesagfxclass.c with 83% similarity]
rom/hidds/vesa/vesagfx_init.c
rom/hidds/vesa/vesagfx_intern.h [moved from rom/hidds/vesa/vesagfxclass.h with 61% similarity]
rom/hidds/vesa/vesagfx_support.c [moved from rom/hidds/vesa/hardware.c with 92% similarity]
rom/hidds/vesa/vesagfx_support.h [moved from rom/hidds/vesa/hardware.h with 73% similarity]
rom/intuition/inputhandler_support.c
rom/intuition/intuition_init.c
rom/intuition/intuition_misc.c
rom/intuition/monitorclass.c
rom/intuition/openscreen.c
rom/intuition/pointerclass.c
rom/intuition/screenclass.c
rom/mmakefile.src
test/cplusplus/headertest.cpp
test/hidds/gfx/convertpixels.c [moved from test/hidds/graphics/convertpixels.c with 96% similarity]
test/hidds/gfx/hiddmodeid.c [moved from test/hidds/graphics/hiddmodeid.c with 96% similarity]
test/hidds/gfx/mmakefile.src [moved from test/hidds/graphics/mmakefile.src with 86% similarity]
test/hidds/gfx/modeid.c [moved from test/hidds/graphics/modeid.c with 97% similarity]
test/hidds/gfx/obsolete/BitMapNewDispose.c [moved from test/hidds/graphics/obsolete/BitMapNewDispose.c with 100% similarity]
test/hidds/gfx/obsolete/GCCopyArea.c [moved from test/hidds/graphics/obsolete/GCCopyArea.c with 100% similarity]
test/hidds/gfx/obsolete/GCDrawEllipse.c [moved from test/hidds/graphics/obsolete/GCDrawEllipse.c with 100% similarity]
test/hidds/gfx/obsolete/GCDrawLine.c [moved from test/hidds/graphics/obsolete/GCDrawLine.c with 100% similarity]
test/hidds/gfx/obsolete/GCDrawPolygon.c [moved from test/hidds/graphics/obsolete/GCDrawPolygon.c with 100% similarity]
test/hidds/gfx/obsolete/GCDrawRect.c [moved from test/hidds/graphics/obsolete/GCDrawRect.c with 100% similarity]
test/hidds/gfx/obsolete/GCDrawText.c [moved from test/hidds/graphics/obsolete/GCDrawText.c with 100% similarity]
test/hidds/gfx/obsolete/GCNewDispose.c [moved from test/hidds/graphics/obsolete/GCNewDispose.c with 100% similarity]
test/hidds/gfx/obsolete/GCReadWritePixelDirect.c [moved from test/hidds/graphics/obsolete/GCReadWritePixelDirect.c with 100% similarity]
test/hidds/gfx/obsolete/GCWritePixel.c [moved from test/hidds/graphics/obsolete/GCWritePixel.c with 100% similarity]
test/hidds/gfx/obsolete/ReadMe.txt [moved from test/hidds/graphics/obsolete/ReadMe.txt with 100% similarity]
test/hidds/gfx/obsolete/gfxhiddtool.c [moved from test/hidds/graphics/obsolete/gfxhiddtool.c with 100% similarity]
test/hidds/gfx/obsolete/gfxhiddtool.h [moved from test/hidds/graphics/obsolete/gfxhiddtool.h with 100% similarity]
test/hidds/gfx/obsolete/mmakefile.src [moved from test/hidds/graphics/obsolete/mmakefile.src with 100% similarity]
workbench/c/Decoration/drawfuncs.c
workbench/devs/monitors/Compositor/compositorclass.c
workbench/devs/monitors/Compositor/include/compositor.h
workbench/devs/monitors/IntelGMA/3D_blitter.c
workbench/devs/monitors/IntelGMA/compositing.h
workbench/devs/monitors/IntelGMA/intelgma_bitmapclass.c [moved from workbench/devs/monitors/IntelGMA/intelG45_bitmap.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_compositor.h [moved from workbench/devs/monitors/IntelGMA/compositing_intern.h with 95% similarity]
workbench/devs/monitors/IntelGMA/intelgma_compositorclass.c [moved from workbench/devs/monitors/IntelGMA/compositingclass.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_gallium.h [moved from workbench/devs/monitors/IntelGMA/gallium_intern.h with 80% similarity]
workbench/devs/monitors/IntelGMA/intelgma_galliumclass.c [moved from workbench/devs/monitors/IntelGMA/galliumclass.c with 97% similarity]
workbench/devs/monitors/IntelGMA/intelgma_hidd.h [moved from workbench/devs/monitors/IntelGMA/intelG45_intern.h with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_hiddclass.c [moved from workbench/devs/monitors/IntelGMA/intelG45_class.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_i2cclass.c [moved from workbench/devs/monitors/IntelGMA/intelG45_i2c.c with 95% similarity]
workbench/devs/monitors/IntelGMA/intelgma_init.c [moved from workbench/devs/monitors/IntelGMA/intelG45_init.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_memory.c [moved from workbench/devs/monitors/IntelGMA/intelG45_memory.c with 98% similarity]
workbench/devs/monitors/IntelGMA/intelgma_startup.c [moved from workbench/devs/monitors/IntelGMA/startup.c with 97% similarity]
workbench/devs/monitors/IntelGMA/intelgma_support.c [moved from workbench/devs/monitors/IntelGMA/intelG45_lowlevel.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_winsys.c [moved from workbench/devs/monitors/IntelGMA/aros_winsys.c with 99% similarity]
workbench/devs/monitors/IntelGMA/intelgma_winsys.h [moved from workbench/devs/monitors/IntelGMA/aros_winsys.h with 100% similarity]
workbench/devs/monitors/IntelGMA/mmakefile.src
workbench/hidds/nouveau/compositor.h
workbench/hidds/nouveau/mmakefile.src
workbench/hidds/nouveau/nouveau.conf
workbench/hidds/nouveau/nouveau_bitmapclass.c [moved from workbench/hidds/nouveau/nouveaubitmapclass.c with 99% similarity]
workbench/hidds/nouveau/nouveau_compositor.h [moved from workbench/hidds/nouveau/compositor_intern.h with 97% similarity]
workbench/hidds/nouveau/nouveau_compositorclass.c [moved from workbench/hidds/nouveau/compositorclass.c with 99% similarity]
workbench/hidds/nouveau/nouveau_galliumclass.c [moved from workbench/hidds/nouveau/nouveaugalliumclass.c with 99% similarity]
workbench/hidds/nouveau/nouveau_hiddclass.c [moved from workbench/hidds/nouveau/nouveauclass.c with 99% similarity]
workbench/hidds/nouveau/nouveau_i2cclass.c [moved from workbench/hidds/nouveau/nouveaui2c.c with 95% similarity]
workbench/hidds/nouveau/nouveau_intern.h
workbench/hidds/nvidia/nv.h
workbench/hidds/nvidia/nvhardware.c
workbench/hidds/nvidia/nvidia.conf
workbench/hidds/nvidia/nvidia_init.c
workbench/hidds/nvidia/nvidiabitmap.c
workbench/hidds/nvidia/nvidiaclass.c
workbench/hidds/nvidia/planarbm.c
workbench/hidds/radeon/ati.h
workbench/hidds/radeon/ati_bitmap.c
workbench/hidds/radeon/ati_class.c
workbench/hidds/radeon/ati_i2c.c
workbench/hidds/radeon/ati_init.c
workbench/hidds/radeon/bitmap.c
workbench/hidds/radeon/planarbm.c
workbench/hidds/radeon/radeon.conf
workbench/hidds/radeon/radeon_accel.c
workbench/hidds/radeon/radeon_bios.c
workbench/hidds/radeon/radeon_driver.c
workbench/hidds/sm502/mmakefile.src
workbench/hidds/sm502/sm502gfx.conf [moved from workbench/hidds/sm502/sm502.conf with 77% similarity]
workbench/hidds/sm502/sm502gfx_bitmap.h [moved from rom/hidds/vesa/bitmap.h with 80% similarity]
workbench/hidds/sm502/sm502gfx_bitmapclass.c [moved from workbench/hidds/sm502/bitmap.c with 82% similarity]
workbench/hidds/sm502/sm502gfx_cursor.h [moved from workbench/hidds/sm502/mouse.h with 54% similarity]
workbench/hidds/sm502/sm502gfx_hidd.h [moved from workbench/hidds/sm502/sm502gfxclass.h with 86% similarity]
workbench/hidds/sm502/sm502gfx_hiddclass.c [moved from workbench/hidds/sm502/sm502gfxclass.c with 89% similarity]
workbench/hidds/sm502/sm502gfx_init.c [moved from workbench/hidds/sm502/sm502_init.c with 84% similarity]
workbench/hidds/sm502/sm502gfx_support.c [moved from workbench/hidds/sm502/hardware.c with 86% similarity]
workbench/hidds/sm502/sm502gfx_support.h [moved from workbench/hidds/sm502/hardware.h with 85% similarity]
workbench/hidds/vmwaresvga/vmwaresvga.conf
workbench/hidds/vmwaresvga/vmwaresvga_init.c
workbench/hidds/vmwaresvga/vmwaresvgabitmap.h
workbench/hidds/vmwaresvga/vmwaresvgaclass.c
workbench/hidds/vmwaresvga/vmwaresvgamouse.h
workbench/hidds/vmwaresvga/vmwaresvgaoffbitmap.c
workbench/hidds/vmwaresvga/vmwaresvgaonbitmap.c
workbench/libs/cgfx/alloccmodelisttaglist.c
workbench/libs/cgfx/blttemplatealpha.c
workbench/libs/cgfx/cvideoctrltaglist.c
workbench/libs/cgfx/cybergraphics_init.c
workbench/libs/cgfx/docdrawmethodtaglist.c
workbench/libs/cgfx/extractcolor.c
workbench/libs/cgfx/fillpixelarray.c
workbench/libs/cgfx/getcyberidattr.c
workbench/libs/cgfx/getcybermapattr.c
workbench/libs/cgfx/gfxfuncsupport.h
workbench/libs/cgfx/invertpixelarray.c
workbench/libs/cgfx/iscybermodeid.c
workbench/libs/cgfx/lockbitmaptaglist.c
workbench/libs/cgfx/movepixelarray.c
workbench/libs/cgfx/processpixelarray_opblur.c
workbench/libs/cgfx/processpixelarray_opbrightness.c
workbench/libs/cgfx/processpixelarray_opcol2grey.c
workbench/libs/cgfx/processpixelarray_opgradient.c
workbench/libs/cgfx/processpixelarray_opnegative.c
workbench/libs/cgfx/processpixelarray_opnegative_fade.c
workbench/libs/cgfx/processpixelarray_opsetalpha.c
workbench/libs/cgfx/processpixelarray_opshiftrgb.c
workbench/libs/cgfx/processpixelarray_optint.c
workbench/libs/cgfx/processpixelarray_optint_fade.c
workbench/libs/cgfx/readpixelarray.c
workbench/libs/cgfx/readrgbpixel.c
workbench/libs/cgfx/scalepixelarray.c
workbench/libs/cgfx/unlockbitmap.c
workbench/libs/cgfx/unlockbitmaptaglist.c
workbench/libs/cgfx/writelutpixelarray.c
workbench/libs/cgfx/writepixelarray.c
workbench/libs/cgfx/writepixelarrayalpha.c
workbench/libs/cgfx/writergbpixel.c
workbench/libs/cgxvideo/CreateVLayerHandleTagList.c
workbench/libs/cgxvideo/DeleteVLayerHandle.c
workbench/libs/cgxvideo/cgxvideo_init.c
workbench/libs/gallium/bltpiperesourcerastport.c
workbench/system/SysMon/video.c
workbench/tools/SysExplorer/enum_gfx.c
workbench/tools/SysExplorer/gfx_window_cl.c
workbench/tools/SysExplorer/main.c