diff options
author | Kristian Høgsberg <[email protected]> | 2010-05-11 10:23:34 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-05-11 10:23:53 -0400 |
commit | db2993faa0211b60efd46016de5d07110cb9777a (patch) | |
tree | 1f58a4a14639ec6310a4be5318749a8602037183 /src/mesa/drivers/dri/common/dri_util.h | |
parent | 4258e3a2e1c3278694ed10f7fc544d2154d91a96 (diff) |
intel: Drop viewport hack when we can
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index ab6c6e57afc..e4c590b1322 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -527,6 +527,7 @@ struct __DRIscreenRec { int enabled; __DRIdri2LoaderExtension *loader; __DRIimageLookupExtension *image; + __DRIuseInvalidateExtension *useInvalidate; } dri2; /* The lock actually in use, old sarea or DRI2 */ |