gallium: Add drm driver interface
authorJakob Bornecrantz <jakob@vmware.com>
Sat, 29 May 2010 09:33:14 +0000 (11:33 +0200)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 6 Jun 2010 11:29:28 +0000 (12:29 +0100)
commit76aed4b070be8950fd8ea5caff59321885ff0a06
tree067058a29f3bce35fcaea92b8f828daaa18a4233
parent27c49b16d370299e5e23aa732c925b57daa9a14a
gallium: Add drm driver interface

This interfacre replaces the drm_api api it works very much the same
way as drm_api but with the exception that its meant for the target
to implement it. And it does not export a get function and neither a
destroy function.
src/gallium/include/state_tracker/drm_driver.h [new file with mode: 0644]