Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-10 | r600g: fixup CB state numbering header | Dave Airlie | |
2010-09-08 | r600g: add support for constants in memory buffers. | Dave Airlie | |
DX9 constants were in the constant file, and evergreen no longer support cfile. r600/700 can also use constants in memory buffers, so add the code (disabled for now) to enable that as precursor for evergreen. | |||
2010-09-06 | r600g: add script to generate header file with offsets into state objects. | Dave Airlie | |
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. |