~thopiekar/emgd/libva-1.0.10-github_community

« back to all changes in this revision

Viewing changes to i965_drv_video/intel_driver.h

  • Committer: Xiang, Haihao
  • Author(s): Gwenole Beauchesne
  • Date: 2011-01-27 03:37:41 UTC
  • Revision ID: git-v1:daa6c5671af3d76087da3d30f5d8197a6669210d
[G45] Fix check for H.264 decoding support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    struct intel_batchbuffer *batch;
93
93
    struct intel_batchbuffer *batch_bcs;
94
94
    dri_bufmgr *bufmgr;
 
95
 
 
96
    unsigned int has_exec2  : 1; /* Flag: has execbuffer2? */
 
97
    unsigned int has_bsd    : 1; /* Flag: has bitstream decoder for H.264? */
 
98
    unsigned int has_blt    : 1; /* Flag: has BLT unit? */
95
99
};
96
100
 
97
101
Bool intel_driver_init(VADriverContextP ctx);