aboutsummaryrefslogtreecommitdiffstats
path: root/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: Fix 1D tiling layout on SI.Michel Dänzer2013-05-171-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
* radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák2012-08-241-1/+1
* radeon: add prime import/export supportDave Airlie2012-08-133-2/+52
* radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák2012-08-091-6/+31
* radeon: force 2D tiling for MSAA surfacesMarek Olšák2012-08-091-2/+22
* radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák2012-08-091-15/+8
* radeon: simplify ZS buffer checking on r600Marek Olšák2012-08-091-8/+1
* radeon: add some new SI pci idsAlex Deucher2012-08-061-0/+3
* radeon: add some missing evergreen pci idsAlex Deucher2012-08-061-0/+3
* radeon/surface: free version after using it.Dave Airlie2012-06-171-0/+2
* radeon: force 1D array mode for z/stencil surfaceJerome Glisse2012-06-121-0/+37
* radeon: enabled 2D tiling for evergreen only on fixed kernelJerome Glisse2012-06-111-1/+1
* radeon: always properly initialize stencil_offset fieldJerome Glisse2012-06-111-3/+3
* radeon: fall back to 1D tiling only with broken kernelsAlex Deucher2012-06-071-7/+21
* radeon: add new pci idsAlex Deucher2012-06-051-5/+28
* radeon: Add Southern Islands PCI IDs.Michel Dänzer2012-05-162-0/+44
* radeon: Add new R600 PCI ids for surface managerAnisse Astier2012-05-101-0/+10
* radeon: add TN surface supportAlex Deucher2012-03-202-0/+9
* radeon: fix pitch alignment for scanout bufferJerome Glisse2012-02-131-1/+13
* radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.Michel Dänzer2012-02-081-6/+9
* radeon: add r600_pci_ids.h to header fileJerome Glisse2012-02-061-1/+2
* radeon: fix surface API for good before anyone start relying on itJerome Glisse2012-02-032-20/+11
* radeon: surface fix macro -> micro tile fallbackJerome Glisse2012-02-021-58/+67
* radeon: add surface allocator helper v10Jerome Glisse2012-02-014-0/+1382
* radeon: silence valgrind warnings by zeroing memoryMarek Olšák2010-12-012-2/+2
* Fix radeon distcheck.Eric Anholt2010-06-101-1/+2
* radeon: use the const qualifier in radeon_cs_write_tableMarek Olšák2010-04-261-1/+1
* drm/radeon: add new cs command stream dumping facilitiesJerome Glisse2010-04-084-5/+667
* drm/radeon: tab/whitespace cleanupJerome Glisse2010-03-291-5/+5
* Install headers to $(includedir)/libdrmJulien Cristau2010-03-172-2/+2
* libdrm_radeon: Optimize cs_gem_reloc to do less looping.Pauli Nieminen2010-03-176-32/+110
* radeon: add square-tiling flagMarek Olšák2010-02-171-0/+1
* libdrm/radeon: Fix section size mismatch to reset the section.Pauli Nieminen2010-02-031-1/+4
* radeon: enable by default now that kms is out of stagingDave Airlie2010-02-011-1/+1
* radeon: get device id from the kernel, use it in cs_printJerome Glisse2010-01-141-6/+27
* radeon: simpler cs print functionJerome Glisse2010-01-141-93/+4
* radeon: indentation + trailing space cleanupJerome Glisse2010-01-141-20/+18
* radeon: indentation & trailing space cleanupJerome Glisse2010-01-148-165/+189