Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-04 | Ensure symbol GXRandRSetConfig is of public visibility. | Paulo Cesar Pereira de Andrade | |
Symbol is referenced via LoaderSymbol(), and this patch doesn't should provide the same behavior as when compiling with public symbols by default. | |||
2008-11-26 | xf86-video-geode: change cursor size to match cimarron | Andres Salomon | |
When we use ARGB cursors and rotate the screen, we get double cursors and stale cursor data left over. This is because cimarron expects a cursor that is smaller than or equal to 48x64, but hardcodes a memory shift of 192 bytes (4*48). This means that if we have a 32x64 cursor, cimarron screws it up. Change the cursor size to 48x64. Signed-off-by: Andres Salomon <dilinger@debian.org> | |||
2008-11-26 | xf86-video-geode: DCON: set the default (physical) screen size if we detect ↵ | Andres Salomon | |
a DCON We can be assured that a DCON device has an OLPC panel that's 152x114 mm. This adds fields to GeodeRec to allow other panels to potentially override physical width/height fields, and also allows xorg.conf to override the values. Signed-off-by: Andres Salomon <dilinger@debian.org> | |||
2008-11-25 | LX: Set default scaling coefficients | Jordan Crouse | |
Systems without a traditional BIOS may not have the default scaling coefficients set up - make sure that we force them on when the mode gets set. | |||
2008-11-19 | include <errno.h> instead of <sys/errno.h> | Alan Coopersmith | |
Solaris defines errno itself in <errno.h> | |||
2008-11-18 | LX: Put back variable needed when PCIACCCESS is defined | Jordan Crouse | |
2008-11-18 | LX: Make the version in configure.ac reflect the upcoming release | Jordan Crouse | |
2008-11-18 | LX: Change the way EXA memory is allocated | Jordan Crouse | |
Change how EXA memory is allocated to better allow for EXA + video + rotation to co-exist on the system. Change the video to only allocate memory when it needs it. Also, automatically disable compression when there is less then 16Mb of memory. | |||
2008-11-18 | LX: Fix the memory allocated by the video so it fails | Jordan Crouse | |
when there isn't enough memory. | |||
2008-11-18 | LX: Fix a bug in the memory allocator | Jordan Crouse | |
2008-11-18 | DCON: Mark 1200x900 mode as preferred. | Andres Salomon | |
2008-10-07 | geode: Move the hardware cursor support to full ARGB mode | Jordan Crouse | |
2008-09-10 | Merge branch 'randr12-branch' | Jordan Crouse | |
Conflicts: src/geode_ddc.c src/gx_randr.c src/lx_randr.c src/lx_rotate.c | |||
2008-09-08 | XINPUT_ABI bumped on us and broke the previous evil workaround | Jordan Crouse | |
for the miPointerPosition issue. | |||
2008-09-04 | LX: RandR 1.2 updates for Lenny | Jordan Crouse | |
Fix some build issues for Lenny and make the branch work on an XO running Lenny. | |||
2008-08-28 | LX: Fix a possible segfault in EXA | Jordan Crouse | |
Avoid passing a null pointer to PictureTransformPoint | |||
2008-08-25 | [LX] - RandR 1.2 updates | Jordan Crouse | |
Remove a flag that was making EXA pixmaps break horribly. Also, Make the new code compile for Hardy and warning cleanups. | |||
2008-08-18 | lx: Add rotation for Randr 1.2 + cleanups | Jordan Crouse | |
Enable rotation through RandR 1.2 and add the accelerated rotation blit the EXA composite function. Also, fix a handful of critical bugs and remove some more dead code. | |||
2008-08-15 | s/XF86_VERSION_CURRENT/XORG_VERSION_CURRENT/ | Adam Jackson | |
2008-08-15 | Bump to version 2.10.1 and release.xf86-video-geode-2.10.1 | Martin-Éric Racine | |
2008-08-13 | Added info about the current roadmap. | Martin-Éric Racine | |
2008-08-13 | All your typos are belong to us!!! | Martin-Éric Racine | |
2008-08-13 | Updated the README with the URL of the Geode X.Org wiki and | Martin-Éric Racine | |
with info on the current Build Dependencies. | |||
2008-08-07 | Geode: Add DDC support for the CS5535 | Jordan Crouse | |
2008-08-07 | lx: Fix rotate issue | Jordan Crouse | |
EXA pixmaps are now protected against outside intrusion, so use a different way to find the base of the shadow buffer for rotation. | |||
2008-08-07 | [LX] - Add RandR 1.2 support | Jordan Crouse | |
A wholesale update to Randr 1.2 for LX accompanied by massive cleanup. | |||
2008-06-13 | Bump to version 2.10.0xf86-video-geode-2.10.0 | Jordan Crouse | |
2008-06-10 | geode: Bring over the DCON detection code from the OLPC tree | Jordan Crouse | |
2008-06-10 | geode: Unmap the PCI memory when we close the screen | Jordan Crouse | |
2008-05-28 | Fix build for git-master (missing device pointers). | Peter Hutterer | |
We don't have an updated Video ABI yet, so use the XINPUT ABI as check for when to use which call. Note that the check is not optimal. We only check for the position of the VCP, not of any other device to adjust the viewpoint. This needs to be fixed. | |||
2008-05-28 | Revert "Fix build (missing device pointers)." | Peter Hutterer | |
Silly me, this breaks the build for non-git-master servers. This reverts commit 3005e9c7eb10e212c956e87b3631548e268c794e. | |||
2008-05-28 | Fix build (missing device pointers). | Peter Hutterer | |
miPointerGetScreen, miPointerGetPosition and pScreen->SetCursorPosition all require a device argument now. For lack of other choices, just pass in the VCP. | |||
2008-05-07 | Making libDDC support the 2.9.0 release.xf86-video-geode-2.9.0 | Martin-Éric Racine | |
2008-04-24 | geode: Add "native" DDC parsing to the Geode driver | Jordan Crouse | |
Teach libDDC to access the DDC pins on the Geode natively, instead of using the BIOS which has proven to be broken time and time again. | |||
2008-04-01 | geode: Bump to new version and replace two instances of the old amd namexf86-video-geode-2.8.0 | Jordan Crouse | |
2008-03-14 | amd: Missed a merge artifact - kick me in the head for breaking tinderbox | Jordan Crouse | |
2008-03-14 | amd: fix compile and warning issues from the merge | Jordan Crouse | |
2008-03-14 | amd: fix up the versioning and naming of the new driver | Jordan Crouse | |
2008-03-14 | Massive coding style fixup - move to X coding style, | Jordan Crouse | |
remove trailing whitespace, zap unused files and remove blocks of ifdefed out code. | |||
2008-03-14 | First stage of the rename process - get rid of all amd_ prefixes - | Jordan Crouse | |
change either to geode_ or just to lx_ or gx_ depending on the processor. Change the name in the Makefiles and other collateral | |||
2008-03-13 | amd: release version 2.7.7.7xf86-video-amd-2.7.7.7 | Jordan Crouse | |
xf86-video-amd is now dead - long live xf86-video-geode! | |||
2008-03-13 | amd: fix panel and DDC interation with GX | Jordan Crouse | |
2008-03-13 | amd: Fix a compile error in < 1.5 builds | Jordan Crouse | |
2008-03-12 | amd: Add the 'geode' name in preparation for the renaming | Jordan Crouse | |
2008-03-12 | amd: Add libpciaccess probe function | Stefano Fedrigo | |
2008-03-10 | amd: fix distcheck | Dave Airlie | |
2008-03-10 | amd: fixup pciaccess compile | Dave Airlie | |
2008-03-10 | fix devprivates properly | Dave Airlie | |
2008-03-10 | old privates v2 | Dave Airlie | |
2008-03-10 | amd: move to new devprivates | Dave Airlie | |