Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BCM_VC_IV: Add 2 references (_poor_ API docs, very) | Sven Gothel | 2014-01-09 | 1 | -0/+5 |
| | |||||
* | Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) | Sven Gothel | 2014-01-09 | 1 | -6/+119 |
| | | | | | | | | | | | | | | - Utilizing layer element 2000 for PointerIcon - Using NEWT PointerIcon code - Using MouseListener to update PointerIcon position - FIXME: Check whether we shall intercept sendMouseEvent directly (lag) Misc: - Properly open, assign and close the BCM display handle - Properly destroy the window (BCM element) - Prepare for multiple windows, set position and size | ||||
* | Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_T | Sven Gothel | 2012-08-18 | 1 | -2/+0 |
| | |||||
* | NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ↵ | Sven Gothel | 2012-08-16 | 1 | -0/+189 |
mouse tracker Rasperry PI uses the 'BCM VC IV' GPU via console as it's default configuration. This driver enables direct support for JOGL/NEWT. Due to the lack of detection (TODO) users have to specify the Java property: -Dnativewindow.ws.name=jogamp.newt.driver.bcm.vc.iv - Autodetection should be included in 'NativeWindowFactory._getNativeWindowingType()' while adding a new TYPE: 'TYPE_BCM_VC_IV'. - Autodetection may need to detect whether an X11 Display runs and the installed EGL library uses it (instead of the default console one) This work is authored in coop w/ Xerxes Rånby <[email protected]>! |