r600g: add script to generate header file with offsets into state objects.
authorDave Airlie <airlied@redhat.com>
Mon, 6 Sep 2010 00:27:55 +0000 (10:27 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 6 Sep 2010 00:28:08 +0000 (10:28 +1000)
commit48cdad70d9404555c9bb545d9e6408c6aef707b0
tree0d90cbba8416c480c33f08875b0abb104d6906a4
parent5b82777311965d26e534bd522afb0f679622d504
r600g: add script to generate header file with offsets into state objects.

This was inherently fragile as any changes to r600_states.h would also
need manual updating of all of the bits in radeon.h. Just add a simple
python script to do the conversion, its not hooked up to make at all.

This also will make adding evergreen a bit easier.
src/gallium/drivers/r600/r600_states_inc.h [new file with mode: 0644]
src/gallium/drivers/r600/radeon.h
src/gallium/winsys/r600/drm/gen_r600_states.py [new file with mode: 0644]