summaryrefslogtreecommitdiff
path: root/radeon
AgeCommit message (Expand)Author
2013-03-07radeonsi: make sure tile_split field are not garbageJerome Glisse
2013-02-04radeon: add OLAND pci idsAlex Deucher
2013-02-04radeon: add OLAND familyAlex Deucher
2013-01-18radeon: Fix 1D tiling layout on SI.Michel Dänzer
2012-11-28drm/radeon: track global bo name and always return the sameJerome Glisse
2012-11-21radeon: add new SI pci idAlex Deucher
2012-10-26radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák
2012-10-24radeon: fix unused-function warningAndreas Boll
2012-10-16radeon: add some new SI pci idsAlex Deucher
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-14radeon: add prime import/export supportDave Airlie
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-08-06radeon: add some new SI pci idsAlex Deucher
2012-08-06radeon: add some missing evergreen pci idsAlex Deucher
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-06-05radeon: add new pci idsAlex Deucher
2012-05-16radeon: Add Southern Islands PCI IDs.Michel Dänzer
2012-05-10radeon: Add new R600 PCI ids for surface managerAnisse Astier
2012-03-20radeon: add TN surface supportAlex Deucher
2012-02-13radeon: fix pitch alignment for scanout bufferJerome Glisse
2012-02-08radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.Michel Dänzer
2012-02-06radeon: add r600_pci_ids.h to header fileJerome 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
2010-12-02radeon: silence valgrind warnings by zeroing memoryMarek Olšák
2010-06-10Fix radeon distcheck.Eric Anholt
2010-04-26radeon: use the const qualifier in radeon_cs_write_tableMarek Olšák
2010-04-08drm/radeon: add new cs command stream dumping facilitiesJerome Glisse
2010-03-29drm/radeon: tab/whitespace cleanupJerome Glisse
2010-03-17Install headers to $(includedir)/libdrmJulien Cristau
2010-03-17libdrm_radeon: Optimize cs_gem_reloc to do less looping.Pauli Nieminen
2010-02-18radeon: add square-tiling flagMarek Olšák
2010-02-04libdrm/radeon: Fix section size mismatch to reset the section.Pauli Nieminen
2010-02-02radeon: enable by default now that kms is out of stagingDave Airlie
2010-01-14radeon: get device id from the kernel, use it in cs_printJerome Glisse