X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2Fdrivers%2Fr300%2Fr300_debug.c;h=ff1f16d913ad62312fb372ca14fff47a7272e9c7;hb=efa0aa8ffc63e8fdd23335e67ca76eb358cfd1ac;hp=3ab28689fb835f898aeb90d69da14f9561c6d63b;hpb=70b86fb273ee9c3b6fea750bc14eae43328ba677;p=mesa.git diff --git a/src/gallium/drivers/r300/r300_debug.c b/src/gallium/drivers/r300/r300_debug.c index 3ab28689fb8..ff1f16d913a 100644 --- a/src/gallium/drivers/r300/r300_debug.c +++ b/src/gallium/drivers/r300/r300_debug.c @@ -27,7 +27,7 @@ #include static const struct debug_named_value debug_options[] = { - { "info", DBG_INFO, "Print hardware info"}, + { "info", DBG_INFO, "Print hardware info (printed by default on debug builds"}, { "fp", DBG_FP, "Log fragment program compilation" }, { "vp", DBG_VP, "Log vertex program compilation" }, { "pstat", DBG_P_STAT, "Log vertex/fragment program stats" }, @@ -41,8 +41,8 @@ static const struct debug_named_value debug_options[] = { { "fb", DBG_FB, "Log framebuffer" }, { "cbzb", DBG_CBZB, "Log fast color clear info" }, { "hyperz", DBG_HYPERZ, "Log HyperZ info" }, - { "upload", DBG_UPLOAD, "Log user buffer upload info" }, { "scissor", DBG_SCISSOR, "Log scissor info" }, + { "msaa", DBG_MSAA, "Log MSAA resources"}, { "anisohq", DBG_ANISOHQ, "Use high quality anisotropic filtering" }, { "notiling", DBG_NO_TILING, "Disable tiling" }, { "noimmd", DBG_NO_IMMD, "Disable immediate mode" }, @@ -50,6 +50,7 @@ static const struct debug_named_value debug_options[] = { { "nocbzb", DBG_NO_CBZB, "Disable fast color clear" }, { "nozmask", DBG_NO_ZMASK, "Disable zbuffer compression" }, { "nohiz", DBG_NO_HIZ, "Disable hierarchical zbuffer" }, + { "nocmask", DBG_NO_CMASK, "Disable AA compression and fast AA clear" }, /* must be last */ DEBUG_NAMED_VALUE_END