summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_chipset.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-04-08 20:05:33 +0200
committerMarek Olšák <[email protected]>2011-04-08 20:07:01 +0200
commitff3d7ce201e6b415eb1254d784f0f425592d556b (patch)
tree2c2a575ce85b16937788a585ac121a9ae4dafd73 /src/gallium/drivers/r300/r300_chipset.h
parent963431829055f63ec94d88c97a5d07d30e49833a (diff)
r300g: emit US_FORMAT on R520 only
Diffstat (limited to 'src/gallium/drivers/r300/r300_chipset.h')
-rw-r--r--src/gallium/drivers/r300/r300_chipset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_chipset.h b/src/gallium/drivers/r300/r300_chipset.h
index 3777f0cfae3..d0050bed2e8 100644
--- a/src/gallium/drivers/r300/r300_chipset.h
+++ b/src/gallium/drivers/r300/r300_chipset.h
@@ -90,7 +90,7 @@ struct r300_capabilities {
boolean high_second_pipe;
/* DXTC texture swizzling. */
boolean dxtc_swizzle;
- /* Whether R500_US_FORMAT0_0 is supported (depends on DRM). */
+ /* Whether R500_US_FORMAT0_0 exists (R520-only and depends on DRM). */
boolean has_us_format;
};