summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Fix ConnectorTable crash in radeon_output.cHans Verkuil1-2/+2
2012-02-20radeon: avoid rounding errors in texture coords for textured xvRoland Scheidegger2-35/+35
2012-02-13radeon: r6xx-eg use linear general when using scratch boJerome Glisse4-11/+11
2012-02-13Handle new xorg_list API.Michel Dänzer2-9/+24
2012-02-10radeon: fix crash in drmmode_create_bo_pixmap()Alex Deucher1-29/+31
2012-02-10radeon/kms: reusing fd message is not an errorAlex Deucher1-1/+1
2012-02-08EXA/r6xx+: Only set write domain or read domains, not both. (Bug #43893)Michel Dänzer2-2/+2
2012-02-08Fix UMS build failure.Michel Dänzer3-10/+34
2012-02-08Remove unused local variable 'height'.Michel Dänzer1-2/+0
2012-02-08evergreen: Initialize source surface member for textured video.Michel Dänzer1-0/+1
2012-02-07radeon: fix tiling for weird resolutionJerome Glisse4-66/+0
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse15-123/+671
2012-02-01Fix vline range calculations.Michel Dänzer3-18/+10
2012-02-01Check for empty vline ranges after clamping.Michel Dänzer3-12/+3
2012-01-10EXA/r6xx+: fix rop setting for overlapping copiesAlex Deucher2-0/+6
2012-01-05DPMS: Split non-modeset CRTC DPMS function.Egbert Eich3-11/+19
2012-01-05UMS: Fix lockups in palette save/restore on pre-AVIVO chips.Egbert Eich4-28/+40
2012-01-02Update for new vgaHW API.Matthieu Herrb1-1/+3
2011-12-28DRI2: Can't use page flipping for pixmaps. (bug #42913)Michel Dänzer1-8/+12
2011-12-12radeon: add some new pci idsAlex Deucher6-0/+60
2011-12-06radeon: add original radeon to always tiled.Dave Airlie1-4/+4
2011-12-06radeon: refine always tiled depth checkDave Airlie2-3/+3
2011-12-05radeon: r200 depth buffers are always tiledDave Airlie3-0/+12
2011-12-05Xv: Evergreen+ asics support 16k surfacesAlex Deucher1-1/+16
2011-12-01radeon: add some new pci idsAlex Deucher6-0/+48
2011-11-28fixup xinerama since 9151f3b1c2ebcc34e63195888ba696f2183ba5e2Dave Airlie1-2/+4
2011-11-21ddx/evergreen: Fix endian of ALU constantsBenjamin Herrenschmidt4-0/+16
2011-11-14radeon: add missing FireMV pci idAlex Deucher6-0/+6
2011-11-11ati: enable bg none when fbcon succeeds and we are built against ABI after 10.Dave Airlie1-0/+3
2011-11-08UMS: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS (bug #42690)Michel Dänzer2-0/+4
2011-11-04DRI/DRI2: remove hard-coded limitation to 6 crtcsIlija Hadzic2-2/+2
2011-11-04Turn compile time check into runtime check.Michel Dänzer1-4/+1
2011-11-04check for xserver 1.9.4.901 to enable tiling by defaultAlex Deucher1-1/+6
2011-11-02Bump version post release.Michel Dänzer1-1/+1
2011-11-02Bump version for 6.14.3 release.xf86-video-ati-6.14.3Michel Dänzer1-1/+1
2011-11-01Build fix for -Werror=int-to-pointer-castJeremy Huddleston1-1/+1
2011-10-31radeon: do not include xf86PciInfo.hTormod Volden5-3/+3
2011-10-29Use malloc/calloc/realloc/free directlyJeremy Huddleston1-2/+2
2011-10-27EXA >= R6xx / KMS: Avoid running out of CS space at inconvenient times.Michel Dänzer3-108/+206
2011-10-27EXA < R6xx: Make sure 2D state is re-emitted after running out of CS space.Michel Dänzer1-4/+12
2011-10-25Make radeon_dri2_create_buffer(s) more robust. (Bug #30047)Michel Dänzer1-18/+33
2011-10-20radeon/kms: fallback to vesa if GPU is not supported by UMSJerome Glisse3-67/+94
2011-10-19dri2: Add vdpau driver name entryMaarten Lankhorst1-3/+3
2011-09-22UMS: fix DDIA enable on some rs690 systemsAlex Deucher1-0/+9
2011-09-20Only call radeon_dri2_close_screen() if DRI2 was enabled.Michel Dänzer1-1/+2
2011-09-20Remove dead variable remain_size_bytes.Michel Dänzer1-4/+1
2011-09-20KMS Color Tiling requires xserver which supports EXA_MIXED_PIXMAPS.Michel Dänzer1-2/+10
2011-09-17man: note that the list of marketing names is non-exhaustiveAlex Deucher1-1/+2
2011-09-15update man page with new marking namesAlex Deucher1-23/+20
2011-08-18Convert register ranges for >= r6xx from enums to defines.Michel Dänzer3-50/+47