diff options
author | Eric Anholt <[email protected]> | 2005-05-30 03:32:52 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2005-05-30 03:32:52 +0000 |
commit | 0936eeb456e005535b976fd22eed1a54157edfaa (patch) | |
tree | 67921700a5a1962be61ec28dac64f5317cf99c5b /src/mesa/drivers/dri/mga/mgacontext.h | |
parent | f2149a7a66f251da1cf55eca27d58dd651881757 (diff) |
Add the no_rast debug option, which I used in some testing.
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgacontext.h')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgacontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mga/mgacontext.h b/src/mesa/drivers/dri/mga/mgacontext.h index 602f8aca9d4..72c1841fedd 100644 --- a/src/mesa/drivers/dri/mga/mgacontext.h +++ b/src/mesa/drivers/dri/mga/mgacontext.h @@ -62,6 +62,7 @@ #define MGA_FALLBACK_STENCIL 0x20 #define MGA_FALLBACK_DEPTH 0x40 #define MGA_FALLBACK_BORDER_MODE 0x80 +#define MGA_FALLBACK_DISABLE 0x100 /* Use the templated vertex formats: |