Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-28 | Handle EXA coordinate limits more cleverly. | Michel Dänzer | |
Generally set the 2D engine limits, and only enforce the 3D engine limits in the CheckComposite hook. This should still prevent useless migration of pixmaps the 3D engine can't handle but allows for basic acceleration of bigger ones. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=14708 . | |||
2008-02-28 | Fix 16 bit packed YUV XVideo playback on big endian systems with DRI disabled. | Michel Dänzer | |
http://bugs.freedesktop.org/show_bug.cgi?id=14668 | |||
2008-02-27 | R500: fragment program clean up and magic number conversion | Alex Deucher | |
2008-02-27 | R300: fix up magic numbers in fragment program | Alex Deucher | |
2008-02-27 | R300/R400: bump up the clip limits for textured video | Alex Deucher | |
This allows up to 2560x2560 (hw limit) | |||
2008-02-27 | AVIVO: make sure we select the right LUT for each crtc | Alex Deucher | |
2008-02-27 | R300+: update RADEONCP_REFRESH() to reflect new location of scissor regs | Alex Deucher | |
2008-02-27 | R100/R200: move r100/r200 specific 3D setup into appropriate blocks | Alex Deucher | |
R3xx+ doesn't have these regs. | |||
2008-02-27 | radeon: pass distcheck | George Sapountzis | |
2008-02-27 | add warning for r128 | George Sapountzis | |
2008-02-27 | add warning for mach64 | George Sapountzis | |
2008-02-27 | drop r128 | George Sapountzis | |
2008-02-27 | drop r128 (build system) | George Sapountzis | |
2008-02-27 | drop mach64 | George Sapountzis | |
2008-02-27 | drop mach64 (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 | |||
2008-02-23 | R500: fix typo in new r5xx regs | Alex Deucher | |
2008-02-23 | RADEON: add textured video support for r1xx-r4xx radeons | Alex Deucher | |
Based on the kdrive ati video code by Eric Anholt. R3xx/R4xx still have some clipping issues in certain situations | |||
2008-02-23 | RS6xx: gpio entry for DDIA varies depending on the number of DFP ports | Alex Deucher | |
2008-02-23 | Fix R500_US_CONFIG. | Adam Jackson | |
2008-02-23 | Add R500 unified shader register block. | Adam Jackson | |
2008-02-22 | RS6xx: fix DDC on DDIA output (usually HDMI port) | Alex Deucher | |
2008-02-22 | ATOM: properly set up DDIA output on RS6xx boards | Alex Deucher | |
2008-02-20 | radeon: Fix typo flagged by gcc -Wall. | Michel Dänzer | |
2008-02-19 | R100: fix render accel for transforms | Alex Deucher | |
Not sure why we had a separate broken path for r100 vertex submission. | |||
2008-02-19 | RADEON: restore clock gating and CP clock errata on VT switch | Alex Deucher | |
This may help people with hangs on resume | |||
2008-02-19 | RADEON: fix DDC types 5 and 6 | Alex Deucher | |