Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-06 | ati: only include deprecated file in one place. | Dave Airlie | |
reduces warnings. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2012-06-06 | mach64: port to new compat API. | Dave Airlie | |
Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-12-19 | Fall back to shadowfb if XAA is unavailable | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2011-10-29 | Use pci_device_map_legacy rather than xf86MapDomainMemory | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2011-10-29 | Use unsigned long rather than deprecated IOADDRESS | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2011-04-28 | Replace deprecated xalloc/xfree/xrealloc with malloc/free/realloc | Julien Cristau | |
Signed-off-by: Julien Cristau <jcristau@debian.org> | |||
2010-12-02 | mach64: fix the pixmap private API change. | Dave Airlie | |
2010-08-29 | Don't play wrapping games | Mark Kettenis | |
The driver calls the wrapped CloseScreen function in the middle of messing with the hardware state. On multi-card setups this may cause the VGA arbiter to switch to a different card while we're in the middle of things, with obvious disastrous effects. This fixes things by making sure we only call the wrapped CloseScreen function at the very end of the driver's CloseScreen function. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> | |||
2010-08-29 | Don't attempt to stop video on Mach64's without hardware overlay support | Mark Kettenis | |
Older Mach64 variants don't have hardware overlay support. This is handled properly when the XVideo adapter is initialized (we bail out early), but ATICloseXVideo() unconditionally tries to stop video during screen termination. This causes the server to hang on certain multi-card setups. Fix the issue by checking Block1Base before proceeding with stopping video. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> | |||
2009-07-28 | mach64: change to using ABI version check | Dave Airlie | |
2009-07-28 | mach64: update for resources/RAC API removal | Dave Airlie | |
2009-07-16 | Update to xextproto 7.1 support. | Peter Hutterer | |
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-05-10 | Doublecheck pictFormat is a supported format | Alan Coopersmith | |
Fixes these warnings from parfait source checker: Error: Read buffer overflow at src/atimach64render.c:601 in function 'Mach64PrepareTexture' [Symbolic analysis] In array dereference of Mach64TexFormats[i] with index 'i' Array size is 6 elements (of 12 bytes each), index >= 0 and index <= 6 Error: Read buffer overflow at src/atimach64render.c:712 in function 'Mach64PrepareComposite' [Symbolic analysis] In array dereference of Mach64TexFormats[i] with index 'i' Array size is 6 elements (of 12 bytes each), index >= 0 and index <= 6 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-04-29 | Convert to XORG_CWARNFLAGS & XORG_CHANGELOG | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-11-28 | Remove xf86{Disable,Enable}Interrupts | Paulo Cesar Pereira de Andrade | |
They were already a noop in most "os-support"s, and are no longer available in the X Server. | |||
2008-10-03 | Don't print the resource list on failure. | Adam Jackson | |
If this ever happens it should be printed from the server at any rate. | |||
2008-09-09 | Make sure the screen is a mach64 screen before doing anything in ↵ | Aaron Plattner | |
ATIMach64XVInitialiseAdaptor. | |||
2008-03-26 | mach64: on IA64 systems the pciaccess page size mapping was getting E2BIGxf86-video-mach64-6.8.0 | Yi Zhan | |
As the ia64 pagesize was 16k, and aperture was only 4k, this was messing up on ia64 machines. Modified fix from RH BZ 438947 - airlied | |||
2008-03-19 | [PATCH] Compile warning fixes. | Paulo Cesar Pereira de Andrade | |
Add missing prototypes to atimach64accel.h. | |||
2008-02-27 | change module name and version | George Sapountzis | |
module gets package version, driver keeps its own version | |||
2008-02-27 | drop r128 | George Sapountzis | |
2008-02-27 | drop r128 (build system) | George Sapountzis | |
2008-02-27 | drop ati wrapper | George Sapountzis | |
2008-02-27 | drop AtomBios and pcidb | George Sapountzis | |
2008-02-27 | drop radeon, theatre | George Sapountzis | |
2008-02-27 | drop radeon, theatre (build system). | George Sapountzis | |
2008-02-27 | RADEON: fix textured video uploads | Alex Deucher | |
2008-02-27 | RADEON: fix clipping for textured video | Alex Deucher | |
2008-02-26 | RADEON: Convert textured video to use pipelined uploads | Alex Deucher | |
2008-02-26 | R300/R500: fix up clipping | Alex Deucher | |
Based on patch from Peter Zubaj. | |||
2008-02-26 | R300: fix cordinate clamping in render code | Alex Deucher | |
Based on Peter's fix for textured video | |||
2008-02-26 | R300: Fix clamping and pitch for textured video | Peter Zubaj | |
2008-02-26 | R300/R500: set the number graphics pipes properly | Alex Deucher | |
This should fix the checkerboard issues on r300/r350 cards. | |||
2008-02-26 | R300/R500: clean up magic numbers in textured video | Alex Deucher | |
2008-02-26 | regs: fix spelling properly | Dave Airlie | |
2008-02-26 | regs: fix spelling mistake | Dave Airlie | |
pointed out by plaes on irc | |||
2008-02-25 | R300/R500: clean up magic numbers in render code | Alex Deucher | |
2008-02-25 | fixup check for EXA composite pointed out by Alan Swanson | Dave Airlie | |
2008-02-24 | Merge master and fix conflicts | Alex Deucher | |
Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati Conflicts: src/radeon_commonfuncs.c | |||
2008-02-24 | R300: clean up magic numbers in RADEONInit3DEngine | Alex Deucher | |
2008-02-24 | R300: replace magic numbers in cache flush | Alex Deucher | |
2008-02-24 | R300: fill in some more 3D bitfields | Alex Deucher | |
2008-02-24 | rs690: initial textured video support | Dave Airlie | |
2008-02-24 | rs690: initial rs690 rotate | Dave Airlie | |
suffers same problem as r500 with clipping | |||
2008-02-24 | r500: convert fragprog to use register values | Dave Airlie | |
2008-02-23 | r500: add textured video Xv adapter support | Dave Airlie | |
2008-02-23 | r500: initial rotate support - not fully working yet. | Dave Airlie | |
Just an example of how to setup and run the r500 3D engine for rotation. this rotates for me but I get some strange clipping on the bottom of my screen | |||
2008-02-23 | Clarify R500 US setup. | Adam Jackson | |
2008-02-23 | Add the R500 US index/data pair. | Adam Jackson | |
2008-02-23 | RADEON: no textured video yet on XPRESS chips | Alex Deucher | |
Still need to sort out the VAP and PVS stuff |