| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.4.1 * Avoid leaking pixel memory if DUMMYScreenInit fails * gitlab CI: stop requiring Signed-off-by in commits * List argument types in dummyRec->CreateWindow() function declaration
- Update to verison 0.4.0 * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish * autogen: add default patch prefix * Update configure.ac bug URL for gitlab migration * Delete XV stuff * Delete dPtr->screenSaver * Remove DGA support * Get rid of dPtr->FBBase * DUMMYGetRec: Fix misleading indentation * Update README for gitlab migration * Build xz tarballs instead of bzip2 * Fix spelling/wording issues * gitlab CI: add a basic build test * Support for 30 bit depth in dummy driver * RandR support in dummy video driver * xf86-video-dummy: changeable physical output size * Increase maximum number of video outputs to 16 * fix a memory leak in probe
- Update to version 0.3.8
* This new release of the dummy Xorg video driver adds a few
cleanups and compatibility with xorg-server 1.19.
- Update to version 0.3.7: + Remove mibstore.h. - Drop U_mibstore.patch, fixed upstream.
- add ExcludeArch for s390 and s390x
- no longer autoselect this driver for installation
- Add U_mibstore.patch, fixes build with xorg-server 1.14
- update to version 0.3.6 * add scrn conversion api compat header. * convert to new scrn conversion APIs. * convert to the new server APIs. * Don't use XFreeXDGA to determine DGA support * Only include Xv headers if server supports it * Add XORG_LIBS to LIBADD
- Update to version 0.3.5: + Add a configure option to disable dga + Dummy drivers don't need PCI + Fix DGA includes + Increase the maximum framebuffer size to 32767x32767 + Build system fixes. - Use %x11_abi_videodrv_req instead of static ABI Requires.
- Split xf86-video-dummy from xorg-x11-driver-video. Initial version: 0.3.4.