[Mesa-dev] [PATCH 0/5] i965: die structs die!

Kenneth Graunke kenneth at whitecape.org
Thu Jul 7 00:49:12 PDT 2011


This patch series converts a few of the remaining struct-style command
submissions to OUT_BATCH style and then removes a ton of unused structs.

Keeping the structures in the codebase is misleading, since (a) you might
presume that they're actually used for something (they aren't), and (b)
they may not have been updated for newer generations of hardware anyway.

For documentation, visit http://intellinuxgraphics.org/.

Tested with piglit on Ironlake.  No regressions.

brw_defines.h    |    2 
brw_misc_state.c |   60 ++-----
brw_structs.h    |  450 -------------------------------------------------------
3 files changed, 18 insertions(+), 494 deletions(-)



More information about the mesa-dev mailing list