Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-26 | r300g: Include missing header in r300_texture_desc.h. | Vinson Lee | |
Include p_format.h for enum pipe_format symbol. Fixes r300g build. | |||
2010-07-25 | r300g: cleanup texture creation code | Marek Olšák | |
This decouples initializing a texture layout/miptree description from an actual texture creation, it also partially unifies texture_create and texture_from_handle. r300_texture inherits r300_texture_desc, which inherits u_resource. The CBZB clear criteria are moved to r300_texture_desc::cbzb_allowed[level]. And other minor cleanups. |