diff options
author | Nicolai Hähnle <[email protected]> | 2009-05-31 16:32:58 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2009-06-01 19:02:17 +0200 |
commit | c1ccc7d5394c23a371540e1b2c3d35b0da3b30d6 (patch) | |
tree | fa1c0b26357b8d405fc8c1089b3115f8fc4939f8 /src/mesa/drivers/dri/radeon/radeon_screen.h | |
parent | 5dcbcbfca4f3c00de1fdab28d1cc8d691f67edce (diff) |
radeon: Provide a more detailled GL_RENDERER string.
Display the chip family and PCI ID. This can be parsed easily,
and essentially all information that the driver has about the chip can be
deduced from it.
Signed-off-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_screen.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.h b/src/mesa/drivers/dri/radeon/radeon_screen.h index 8605eb4f075..fe5c7d875a0 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.h +++ b/src/mesa/drivers/dri/radeon/radeon_screen.h @@ -59,6 +59,7 @@ typedef struct radeon_screen { int chip_flags; int cpp; int card_type; + int device_id; /* PCI ID */ int AGPMode; unsigned int irq; /* IRQ number (0 means none) */ |