summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600.h
AgeCommit message (Expand)Author
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-02-28r600g: indentation fixesJerome Glisse
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-25r600g: Implement timer queries.Mathias Fröhlich
2011-01-11r600g: move user fence into base radeon structureJerome Glisse
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2010-12-23r600g: Rearrange print order of outputs of R600_ERR.Vinson Lee
2010-12-22r600g: drop unused code in evergreen.Dave Airlie
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie
2010-10-18r600g: get tiling info from kernelDave Airlie
2010-10-05r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse
2010-10-05r600g: simplify block relocationJerome Glisse
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen
2010-10-05r600g: improve bo flushingJerome Glisse
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-09-29r600g: delete old pathJerome Glisse
2010-09-29r600g: use a hash table instead of groupJerome Glisse
2010-09-28r600g: suspend/resume occlusion query around clear/copyJerome Glisse
2010-09-27r600g: build packet header onceJerome Glisse
2010-09-27r600g: add evergreen texture resource properly.Dave Airlie
2010-09-26r600g: disable early cull optimization when occlusion query runningJerome Glisse
2010-09-23r600g: initial evergreen support in new pathJerome Glisse
2010-09-21r600g: occlusion query for new designJerome Glisse
2010-09-21r600g: directly allocate bo for user bufferJerome Glisse
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet
2010-09-17r600g: alternative command stream building from contextJerome Glisse