aboutsummaryrefslogtreecommitdiffstats
path: root/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: add Android build supportEmil Velikov2014-09-011-0/+30
* libdrm, freedreno, intel, nouveau, radeon: add Makefile.sourcesEmil Velikov2014-09-012-18/+23
* radeon: Fix surf->bankh init by default value when surf->tile_split == 0Maks Naumov2014-08-251-2/+2
* radeon: add new SI pci idsAlex Deucher2014-08-211-0/+4
* radeon: add new CIK pci idsAlex Deucher2014-08-211-0/+3
* radeon: Use symbol visibility.Maarten Lankhorst2014-08-047-69/+98
* radeon: fix typo in sample split / fixes MSAA on HawaiiMarek Olšák2014-07-281-1/+1
* radeon: Remove superfluous parentheses.Thomas Klausner2014-07-151-9/+9
* radeon: add Mullins pci idsSamuel Li2014-05-021-0/+17
* radeon: add Mullins chip familySamuel Li2014-05-021-0/+1
* radeon: fix sumo2 pci idAlex Deucher2013-12-241-1/+1
* radeon: avoid possible divide by 0 in surface managerAlex Deucher2013-12-241-3/+3
* radeon: Update unaligned offset for 2D->1D tiling transition on SIMichel Dänzer2013-11-261-1/+1
* radeon: handle P16 pipe configs for HawaiiMarek Olšák2013-11-221-0/+6
* radeon: don't overallocate stencil by 4 on SI and CIKMichel Dänzer2013-11-221-2/+3
* radeon: implement 2D tiling for CIKMarek Olšák2013-11-222-13/+613
* radeon: fix mipmap level 0 and 1 alignment for SI and CIKMichel Dänzer2013-11-221-10/+12
* radeon: add hawaii pci idsAlex Deucher2013-11-131-0/+13
* radeon: add hawaii chip familyAlex Deucher2013-11-131-0/+1
* radeon: fix pitch alignment for non-power-of-two mipmaps on SIMarek Olšák2013-09-291-3/+11
* radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIKMichel Dänzer2013-09-181-3/+12
* radeon: pad CS to 8 DWAlex Deucher2013-09-061-0/+3
* radeon: add berlin pci idsAlex Deucher2013-09-061-0/+22
* radeon: add kabini pci idsAlex Deucher2013-06-281-0/+17
* radeon: add Bonaire pci idsAlex Deucher2013-06-281-0/+9
* radeon: add CIK chip familiesAlex Deucher2013-06-281-0/+3
* radeon: correct RADEON_GEM_WAIT_IDLE useMark Kettenis2013-06-061-2/+2
* radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transitionMarek Olšák2013-05-152-3/+7
* radeon: add HAINAN pci idsAlex Deucher2013-05-131-0/+7
* radeon: add HAINAN familyAlex Deucher2013-05-131-0/+1
* radeon: add new richland pci idsAlex Deucher2013-04-251-0/+2
* radeon: add new SI pci idsAlex Deucher2013-04-251-0/+3
* radeon: add si tiling support v5Jerome Glisse2013-04-122-45/+644
* radeon: add pci ids for Richland APUsAlex Deucher2013-03-081-0/+11
* radeonsi: make sure tile_split field are not garbageJerome Glisse2013-03-071-1/+7
* radeon: add OLAND pci idsAlex Deucher2013-02-041-0/+14
* radeon: add OLAND familyAlex Deucher2013-02-041-0/+1
* radeon: Fix 1D tiling layout on SI.Michel Dänzer2013-01-181-23/+88
* drm/radeon: track global bo name and always return the sameJerome Glisse2012-11-281-5/+11
* radeon: add new SI pci idAlex Deucher2012-11-211-0/+1
* radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák2012-10-261-0/+2
* radeon: fix unused-function warningAndreas Boll2012-10-241-0/+2
* radeon: add some new SI pci idsAlex Deucher2012-10-161-0/+3
* radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák2012-10-052-76/+123
* radeon: don't force stencil tile split to 0Marek Olšák2012-10-051-2/+0
* radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák2012-10-031-1/+1
* radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer2012-09-061-3/+8
* radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer2012-09-061-3/+10
* radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer2012-09-051-1/+123
* radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák2012-08-241-1/+1