summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/r600/drm/r600.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: r600_new() and r600_delete() are unused.Henri Verbeet2010-12-221-122/+0
* r600g: remove useless switch statementsAlex Deucher2010-12-221-52/+0
* r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse2010-12-091-1/+0
* r600g: add support for ontario APUsAlex Deucher2010-11-221-0/+2
* r600g: fix some winsys functions to deal properly with evergreenAlex Deucher2010-11-221-5/+5
* r600g: get tiling info from kernelDave Airlie2010-10-181-0/+5
* r600g: use a hash table instead of groupJerome Glisse2010-09-291-0/+3
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-0/+36
* r600g: alternative command stream building from contextJerome Glisse2010-09-171-0/+129