summaryrefslogtreecommitdiff
path: root/radeon/radeon_surface.c
AgeCommit message (Expand)Author
2015-04-28drm: remove drm_public macroEmil Velikov
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-01-19radeon: align r600/700 fmask to 128 X blocks.Dave Airlie
2014-09-29radeon: Always multiply pitch_bytes by nsamples, not by slice_ptMichel Dänzer
2014-09-28radeon: use drm_mmap/drm_munmap wrappersEmil Velikov
2014-08-25radeon: Fix surf->bankh init by default value when surf->tile_split == 0Maks Naumov
2014-08-04radeon: Use symbol visibility.Maarten Lankhorst
2014-07-29radeon: fix typo in sample split / fixes MSAA on HawaiiMarek Olšák
2014-07-16radeon: Remove superfluous parentheses.Thomas Klausner
2014-05-02radeon: add Mullins chip familySamuel Li
2013-12-24radeon: avoid possible divide by 0 in surface managerAlex Deucher
2013-11-26radeon: Update unaligned offset for 2D->1D tiling transition on SIMichel Dänzer
2013-11-23radeon: handle P16 pipe configs for HawaiiMarek Olšák
2013-11-23radeon: don't overallocate stencil by 4 on SI and CIKMichel Dänzer
2013-11-23radeon: implement 2D tiling for CIKMarek Olšák
2013-11-23radeon: fix mipmap level 0 and 1 alignment for SI and CIKMichel Dänzer
2013-11-13radeon: add hawaii chip familyAlex Deucher
2013-09-29radeon: fix pitch alignment for non-power-of-two mipmaps on SIMarek Olšák
2013-09-18radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIKMichel Dänzer
2013-06-28radeon: add CIK chip familiesAlex Deucher
2013-05-15radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transitionMarek Olšák
2013-05-13radeon: add HAINAN familyAlex Deucher
2013-04-12radeon: add si tiling support v5Jerome Glisse
2013-03-07radeonsi: make sure tile_split field are not garbageJerome Glisse
2013-02-04radeon: add OLAND familyAlex Deucher
2013-01-18radeon: Fix 1D tiling layout on SI.Michel Dänzer
2012-10-26radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák
2012-10-06radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák
2012-10-06radeon: don't force stencil tile split to 0Marek Olšák
2012-10-03radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák
2012-09-06radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer
2012-09-06radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer
2012-09-05radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer
2012-08-24radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák
2012-08-24radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák
2012-08-09radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák
2012-08-09radeon: force 2D tiling for MSAA surfacesMarek Olšák
2012-08-09radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák
2012-08-09radeon: simplify ZS buffer checking on r600Marek Olšák
2012-06-17radeon/surface: free version after using it.Dave Airlie
2012-06-12radeon: force 1D array mode for z/stencil surfaceJerome Glisse
2012-06-11radeon: enabled 2D tiling for evergreen only on fixed kernelJerome Glisse
2012-06-11radeon: always properly initialize stencil_offset fieldJerome Glisse
2012-06-07radeon: fall back to 1D tiling only with broken kernelsAlex Deucher
2012-05-16radeon: Add Southern Islands PCI IDs.Michel Dänzer
2012-03-20radeon: add TN surface supportAlex Deucher
2012-02-13radeon: fix pitch alignment for scanout bufferJerome Glisse
2012-02-03radeon: fix surface API for good before anyone start relying on itJerome Glisse
2012-02-02radeon: surface fix macro -> micro tile fallbackJerome Glisse
2012-02-01radeon: add surface allocator helper v10Jerome Glisse