summaryrefslogtreecommitdiff
path: root/src/radeon_cursor.c
AgeCommit message (Expand)Author
2008-11-25Interlaced mode fixesRamon van der Stelt
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie
2008-08-25Switch EXA path back to static cursor allocationAlex Deucher
2008-08-25Switch cursors over to generic allocatorAlex Deucher
2008-07-21Interlaced mode fixups for AVIVO chipsAlex Deucher
2008-07-11Fix cursor with multi-head and rotationAlex Deucher
2008-05-13Reinstate CARD* types that are part of external interfaces.Michel Dänzer
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
2008-05-12radeon: fix set_cursor_colours remove fb offsetDave Airlie
2008-05-07avivo: fix zaphod cursor in theoryDave Airlie
2008-05-07radeon: zaphod fix for cursor on second headDave Airlie
2008-04-30RADEON: lock the cursors when updatingAlex Deucher
2008-03-19Disable the setting of HARDWARE_CURSOR_BIT_ORDER_MSBFIRSTAlex Deucher
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie
2007-12-19fix big endian build since zaphod fixupsDave Airlie
2007-12-18RADEON: more cleanups and warning fixesArkadiusz Miskiewicz
2007-12-14RADEON: fix typo in previous cursor fixAlex Deucher
2007-12-12Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/...Alex Deucher
2007-12-12RADEON: fix cursors when using rotationAlex Deucher
2007-12-10Merge branch 'zaphod-lolz' of git://git.freedesktop.org/git/xorg/driver/xf86-...Dave Airlie
2007-12-07don't add fboffset to info->FB it already is mapped at the offsetDave Airlie
2007-11-29RADEON: fix cursor offset on avivo chipsAlex Deucher
2007-11-20r5xx: cleanups after last mergeDave Airlie
2007-11-20Merge branch 'master' into agd-atom-mergeDave Airlie
2007-11-19makes 2-headed cursor workDave Airlie
2007-11-16radeon: rename a large section of avivo regs to documented namesDave Airlie
2007-11-06First round of avivo supportAlex Deucher
2007-11-05radeon: Use indirect register access for (un)hiding the cursor.Michel Dänzer
2007-11-05Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."Michel Dänzer
2007-09-08radeon: Reinstate sync in radeon_crtc_show/hide_cursor.Michel Dänzer
2007-06-28RADEON: Switch cursor back to memcpy()Alex Deucher
2007-06-25RADEON: attempt to fix cursor on big endian (only tested on x86)Alex Deucher
2007-05-30radeon: Lots of warning fixes.Michel Dänzer
2007-05-30remove these syncs, at least on rs480 it doesn't breakDave Airlie
2007-05-30Merge branch 'origin' into randr-1.2-testDave Airlie
2007-05-21radeon: HW cursor cleanup.Michel Dänzer
2007-05-07RADEON: Fix cursor handling for randrAlex Deucher
2007-05-07RADEON - update randr cursor handling, LVDS setup fixAlex Deucher
2007-02-01update to latest intel codebase modulo using their mode setDavid Airlie
2007-02-01radeon: always reset cursor regsDavid Airlie
2007-01-23radeon: fixup problem with cursor not going offDavid Airlie
2007-01-21remove alot more mergedfb supportDave Airlie
2007-01-17move some cursor code around for show/hideDave Airlie
2007-01-04fix cursor handlingDave Airlie
2006-11-28radeon: initial move framebuffer away from zero prep.airlied
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-07-03Reserve HW cursor memory statically instead of from EXA offscreen.Michel Dänzer
2006-06-15fix some more unused variables and bad parameter passingDave Airlie
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt
2005-11-08bugzilla #4951 (https://bugs.freedesktop.org/show_bug.cgi?id=4951)Michel Daenzer