i965: Create a shared enum for hardware and compiler-internal opcodes.
authorEric Anholt <eric@anholt.net>
Tue, 3 May 2011 17:55:50 +0000 (10:55 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 20:04:41 +0000 (13:04 -0700)
commit6034b9a5124475d300d0678bd2fb6160865fa972
treefa13f5aa828a3c7bffa25423db9e804d2f39f090
parentc1f00731fd48dde68b67f157c27eb20982e82193
i965: Create a shared enum for hardware and compiler-internal opcodes.

This should make gdbing more pleasant, and it might be used in sharing
part of the codegen between the VS and FS backends.
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_emit.cpp
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
src/mesa/drivers/dri/i965/brw_shader.h