diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index 517a3fa844a..b85191c4b26 100644 --- a/src/gallium/drivers/svga/svga_screen.h +++ b/src/gallium/drivers/svga/svga_screen.h @@ -47,6 +47,9 @@ struct svga_screen SVGA3dHardwareVersion hw_version; + /** Device caps */ + boolean haveLineStipple, haveLineSmooth; + float maxLineWidth, maxLineWidthAA; float maxPointSize; unsigned max_color_buffers; |