summaryrefslogtreecommitdiff
path: root/radeon
AgeCommit message (Expand)Author
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
2010-01-14radeon: simpler cs print functionJerome Glisse
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse
2010-01-14radeon: indentation & trailing space cleanupJerome Glisse
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse
2009-12-21radeon: fix BO null check, should be in higher level fnDave Airlie
2009-12-21radeon: straighten out the API insanity.Dave Airlie
2009-12-07radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAINJerome Glisse
2009-11-20Merge remote branch 'origin/master' into libdrmKristian Høgsberg
2009-11-17Move libdrm/ up one levelKristian Høgsberg