i965: Mark backend_instruction and bblock_t as structs.
authorMatt Turner <mattst88@gmail.com>
Sun, 15 Jun 2014 05:53:40 +0000 (22:53 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 17 Jun 2014 17:18:33 +0000 (10:18 -0700)
commit836f4299e870a7cff04c2f646a37533d0e68ccd7
tree48b9f0e28636616a2e5bbb9f0343bd1d9b383178
parent83649587c6a10a99d00a01eb72a6563a61aaf8a7
i965: Mark backend_instruction and bblock_t as structs.

They have to be marked as structs for C code elsewhere. bblock_t is
already defined as a struct, and all of backend_instruction's fields are
public anyway.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_shader.h