OSDN Git Service

radeon: move cs space checking code to libdrm_radeon.
authorDave Airlie <airlied@redhat.com>
Mon, 6 Jul 2009 03:34:24 +0000 (13:34 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 6 Jul 2009 05:10:11 +0000 (15:10 +1000)
commit39970c67b77014caac9a4c3a33765ac7a312b54e
treef155be65cabc67a982a842ef9515fae6157315ba
parent72a29340ea3225550db6b009f4e50c77c7b1f394
radeon: move cs space checking code to libdrm_radeon.

This ports a lot of the space checking code into a the common
library, so that the DDX and mesa can use it.
libdrm/radeon/Makefile.am
libdrm/radeon/radeon_bo.h
libdrm/radeon/radeon_bo_gem.c
libdrm/radeon/radeon_cs.h
libdrm/radeon/radeon_cs_gem.c
libdrm/radeon/radeon_cs_space.c [new file with mode: 0644]