summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-09Remove mibstore.hAdam Jackson
2012-11-24pre-release whitespace cleanup using ../modular/x-indent-all.shMartin-Éric Racine
2012-11-20lx_exa: Improvements to negative srcX/Y PictOpSrc/Over operationsMart Raudsepp
2012-10-23lx_exa: Implement solid pictures support as source with a maskMart Raudsepp
2012-10-23lx_exa: Remove unused srcPixmap member from exaScratchMart Raudsepp
2012-10-02Clarified the copyright and license of src/geode_msr.c src/geode_blend.hMartin-Éric Racine
2012-09-18lx_exa: Downgrade src/dst format warnings to fallbacks to not spam the logMart Raudsepp
2012-09-18lx_exa: Fix crash with solid fills on PictOpAdd operationsMart Raudsepp
2012-08-29NEWS: add information about releases since 2.11.9Martin-Éric Racine
2012-08-09src/Makefile.am: added missing compat-api.h to geode_drv_la_SOURCESMartin-Éric Racine
2012-07-26Initial stab at converting geode to new X1.13 APIMaarten Lankhorst
2012-07-26Allow building on Xservers without XAAMaarten Lankhorst
2012-07-25lx_exa: Fix EXA minor version checksMart Raudsepp
2012-07-25Fix an unused variable warning in geode_driver.cMart Raudsepp
2012-07-11Whitespace cleanup using ../modular/x-indent.shMartin-Éric Racine
2012-04-03geode: fix compile on x86-64 in tinderbox.Dave Airlie
2012-01-02z4l.c: drop unnecessary #include linux/types.hMartin-Éric Racine
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