~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to i965_drv_video/i965_render.c

  • Committer: Austin Yuan
  • Date: 2010-03-24 02:43:53 UTC
  • mfrom: (0.1.137)
  • Revision ID: git-v1:92e17d62fd6a9249906e284a28926010dc2c1639
Tags: 20100324_5.3.0.0000
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 */
33
33
 
34
34
#include <stdio.h>
 
35
#include <stdlib.h>
35
36
#include <string.h>
36
37
#include <assert.h>
37
38
 
38
 
#include "va_backend.h"
39
 
#include "va_dricommon.h"
 
39
#include <va/va_backend.h>
 
40
#include "va/x11/va_dricommon.h"
40
41
 
41
42
#include "intel_batchbuffer.h"
42
43
#include "intel_driver.h"