summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-25Fix lx_display.c:360:9: warning: ISO C90 forbids mixed declarations and codeMartin-Éric Racine
2011-12-19Fix for new vgaHW ABIAdam Jackson
2011-12-12DCONDPMSSet: handle error return code on "write" to avoid a warningGaetan Nadon
2011-11-21Remove unrequired large file descriptor partial supportGaetan Nadon
2011-11-21Move back ztv with geode driverGaetan Nadon
2011-11-21Separate compiler from pre-processor optionsGaetan Nadon
2011-11-21Detect 32bit support on 64bit OS and compile with -m32 if foundGaetan Nadon
2011-11-21geode source: streamline whitespace and sort alphabeticallyGaetan Nadon
2011-11-21Remove -I linux_v26 as the directory does not existGaetan Nadon
2011-11-21Remove duplicate warning variable and werror optionGaetan Nadon
2011-11-21Remove unrequired .s assembly files automake supportGaetan Nadon
2011-11-21Remove unused LINUX_2_6 macro from geode driver makefileGaetan Nadon
2011-11-21Remove no longer used AMD_V4L2_VIDEO from makefilesGaetan Nadon
2011-11-21Move ztv driver to it's own directoryGaetan Nadon
2011-11-14Revert "Only enable z4l.c on Linux" until we have a consensus.Martin-Éric Racine
2011-11-13Revised BSD check in geode_msr.cMartin-Éric Racine
2011-11-13Move the z4l.c test to src/Makefile.am where it should be.Martin-Éric Racine
2011-11-13Added two #ifdef to enable building on FreeBSD.Martin-Éric Racine
2011-03-13Add optional composite operation fallback tracingPriit Laes
2011-03-12Fix parameter ordering for calloc/xnfcalloc callsMart Raudsepp
2011-02-07Stop including "linux/videodev.h" in z4l.cMartin-Éric Racine
2011-02-07Fix packed overlay offscreen allocationsDaniel Drake
2010-12-15Restoring compatibility down to X server 1.4Priit Laes
2010-12-12Improve handling of gamma correction in video vs graphicsDaniel Drake
2010-12-12Fix compilation under xorg >1.9.99Priit Laes
2010-11-19LX Panel: lower the 1024x600 refresh rate down to 60Hz.Martin-Éric Racine
2010-11-19Print the panel mode BIOS usesFrank Huang
2010-10-28Revert "Simplify the mode_valid function"Martin-Éric Racine
2010-10-28Simplify the mode_valid functionHuang, FrankR
2010-10-28Revise the entry for 1024x600Huang, FrankR
2010-10-27Don't power down DCON when it is frozenDaniel Drake
2010-10-27Add get_crtc output functionDaniel Drake
2010-10-20Allocate video memory with exaOffscreenAllocHunk Cui
2010-09-29Add resolution 1024x600 support for PANELFrank Huang
2010-09-29Fix a typo on resolution parameterFrank Huang
2010-09-29Mode Validation support on modeline in xorg.confFrank Huang
2010-09-26Modify rotation pitch & reallocate pixmap for boHunk
2010-09-23lx_display: fix typoOtavio Salvador
2010-09-21fix the DCON verification loop for LX outputAndres Salomon
2010-09-01Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/callocFrank Huang
2010-08-18Fix the PictOpIn and PictOpOutFrank Huang
2010-08-18Fix the PictOpInReverse opFrank Huang
2010-08-16Fix segfault with Option NoAccelMart Raudsepp
2010-08-12Fix the PictOpOutReverse opFrank Huang
2010-08-12Improve the glyph rendering performanceFrank Huang
2010-08-09Rectify lx_display.c outstanding compiler warningsHunk Cui
2010-08-09Revert "Improve the glyph rendering performance"Martin-Éric Racine
2010-08-09Correct two outstanding compiler warningsFrank Huang
2010-08-07Improve the glyph rendering performanceFrank Huang
2010-08-06Fix rotation with newer Xserver versions (exaOffscreenAlloc)Hunk Cui