summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher
2010-08-25radeon: add correct flushing for direct renderedDave Airlie
2010-08-23evergreen: use vbo pool for constant buffersAlex Deucher
2010-08-23radeon: move vbo data to a separate structAlex Deucher
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
2010-06-21radeon: fix support for 1.9 server master.Dave Airlie
2010-06-11radeon: fixup last fix, use CURSOR_WIDTH not RADEON_CURSOR_WIDTH.Dave Airlie
2010-06-11radeon: set proper stride for cursor in tiling flags.Dave Airlie
2010-06-08radeon: fix rn50 cloning with kmsAlex Deucher
2010-06-08xv: fix Xv on M6/RV100 under KMS.Dave Airlie
2010-06-03evergreen: explicitly disable accel on evergreenAlex Deucher
2010-05-18r3xx-r5xx: enable color tiling by default on KMSMarek Olšák
2010-05-10kms: add support for the MSC swap & sync APIJerome Glisse
2010-04-16kms: add uevent support.Dave Airlie
2010-03-18radeon: avoid using DRI1 init path on DRI2 driver.Dave Airlie
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner
2010-02-25clean up kms zaphod handlingJames Le Cuirot
2010-02-23zaphod: hopefully fix kms + zaphodDave Airlie
2010-02-17radeon: add ZaphodHeads optionAlex Deucher
2010-01-25KMS: fix no accel optionAlex Deucher
2010-01-25radeon/kms: only enable EXA pixmaps under kms if we support render accelDave Airlie
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie
2009-11-25kms: flush cs on close screen.Dave Airlie
2009-11-25r600: refactor code to help future acceleration speedups.Dave Airlie
2009-11-24radeon/kms: drop special r600 indirect flushDave Airlie
2009-11-23radeon: fix warning in printfDave Airlie
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie
2009-11-20kms: recalculate the flush limits after screen resize.Dave Airlie
2009-10-24Disable color tiling on r600/r700Luca Tettamanti
2009-10-09Revert "kms: setup colormap and gamma correctly."Dave Airlie
2009-10-05kms: assume accel is working is info ioctl return -EINVALJerome Glisse
2009-10-05kms: setup colormap and gamma correctly.Dave Airlie
2009-10-03Fix KMS on big endian machines.Michel Dänzer
2009-10-03KMS: Don't hide HW cursor when it's updated.Michel Dänzer
2009-10-03Fix some compiler warnings.Michel Dänzer
2009-09-30radeon/kms: fallback to shadowfb if kernel report acceleration is offJerome Glisse
2009-09-19kms: disable dgaAlex Deucher
2009-09-19kms: init dga using xf86DiDGAInitAlex Deucher
2009-08-25r6xx/r7xx EXA: WIPAlex Deucher
2009-08-25radeon: Fix X recycling with KMSJerome Glisse
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie
2009-08-07Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.Michel Dänzer
2009-07-23radeon: fix KMS shadowfb for r6xx and newer hw.Jerome Glisse
2009-07-18Also drop DRM master in KMS CloseScreen.Michel Dänzer
2009-07-06radeon: move state changes into flush functionDave Airlie