summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-02Ease required autotools version. Compatible with e.g. Ubuntu 8.10HEADmasterbernie User1-1/+1
2009-08-02Explicitly set channel before and after modeset. Resolved reportedkfou2-4/+6
problems with certain displaylink devices. Future changes should remove channel related stuff entirely, if possible.
2009-06-13Clean up lsfr16 to not use static local var, etc.libdlo1-10/+5
2009-06-12Add path which uses direct video register sets (rather than tables) for ↵libdlo5-297/+441
preferred EDID mode Useful also just as documentation of video registers. Warning: Not yet working in all cases, expect a few more git commits to refine. Verified to work on Mimo UM 710 and more recent DL chips. See failure on ASUS VW 223B.
2009-06-12Fix make check to run tests with bitmapslibdlo1-17/+23
2009-06-11Overdue bump of sub-minor version numberlibdlo1-1/+1
2009-06-09Restore claim_first_device as an option until device ownership is rationalized.libdlo2-0/+53
Keeps existing programs working, lets users play without having to configure, yet keeps claim_default_device deterministic for serious apps. Will likely be more shifts yet to come in how device ownership is handled, especially with the rise in importance of the kernel framebuffer driver.
2009-05-29Clean up those pesky newlines to ease patching, etc.libdlo13-5355/+5355
2009-05-28Equivalent for $DISPLAYPhil Endecott2-37/+87
index 12e6f33..1810cb5 100644
2009-05-28Install the libraries in libdir.Quentin Stafford-Fraser2-3/+3
Does not yet handle proper placement of the static libs or test apps
2009-05-24Put missing mkdox.sh into EXTRA_DIST for the tarballlibdlo1-1/+2
2009-05-24Fix buffer overflow in cmd_stripe24Quentin Stafford-Fraser1-0/+8
Signed-off-by: Steve Revill <srevill@endurancetech.co.uk>
2009-05-22more .gitignore additions for a build tree.Greg Kroah-Hartman3-0/+4
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-05-22test1.c: fix build error if libdlo is not yet installed on the machineGreg Kroah-Hartman1-1/+1
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-05-22add autoconf files to the .gitignore fileGreg Kroah-Hartman1-0/+14
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-05-22added .gitignore fileGreg Kroah-Hartman1-0/+2
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-05-21[PATCH] make it easier for C++ code to use libdlo C interfaces. Patch from ↵libdlo1-0/+6
Phil Endecott. See http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
2009-05-14Remove out of date HowToBuild.txt filelibdlo1-362/+0
2009-05-14Makefile updateslibdlo2-3/+2
2009-05-14Remove some waits from test, and cause it to fail gracefullylibdlo1-8/+9
if images files are not present (e.g. for make distcheck)
2009-05-14Make all DL auto-install and composite devices worklibdlo1-21/+28
And make programs using libdlo that are run != sudo, fail gracefully
2009-05-14Add functions to detach kernel drivers (but not yet working properly)libdlo1-5/+21
2009-05-14Improve checking for libusb. Nice error messages when not foundlibdlo1-1/+3
2009-05-14Modify LDADD to match libusb samplelibdlo1-2/+1
2009-05-14error.h wasn't needed, and wasn't present on all systemslibdlo1-1/+0
2009-05-14For DL logo test, show viewport before rendering so it's visiblelibdlo1-9/+9
2009-05-13Version librarylibdlo3-1/+25
2009-05-13Update README to reflect autotools and include .PDF in distlibdlo2-92/+21
2009-05-13Tests not quite running correctly with make check yet, because images not foundlibdlo3-3/+14
2009-05-13Finish reorganizing testlibdlo6-1/+945
2009-05-13Reorganize test directory to have all tests at top levellibdlo7-949/+4
2009-05-13Repurpose maintainer-clean to get to clean autotools fileslibdlo10-2325/+1113
so changes that need to be committed via git are more clear.
2009-05-12overloaded maintainer-clean in evil way to require autogen.sh to be run afterlibdlo6-0/+1267
2009-05-11libdlo working with HP dock plugged in (but not working with dock iteself)libdlo11-3/+2
2009-05-10Pre-flight statelibdlo3-438/+24
2009-05-10A few necessary fileslibdlo4-0/+441
2009-05-10Pre-configure test of all source fileslibdlo31-0/+8498