diff options
author | Eric Anholt <eric@anholt.net> | 2008-03-12 11:03:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-03-12 16:12:28 -0700 |
commit | abf11a274e14535630742fe4c41cc0ae92555293 (patch) | |
tree | 0b1b931205b9fcefbe357e5847d4475e5ff92494 /src/i810.h | |
parent | e04908853db74dc76718f6bc0dfb23b5ab3c5837 (diff) |
Separate i810 and i830 ring macros out into separate files.
I want to hack on i830 for changing it into a compat path for batchbuffer
without having to worry about the i810 stuff getting broken.
Diffstat (limited to 'src/i810.h')
-rw-r--r-- | src/i810.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #endif #include "common.h" +#include "i810_ring.h" #define I810_VERSION 4000 #define I810_NAME "intel" |