diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-01-06 14:43:14 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-01-06 14:43:14 +0000 |
commit | 076c5116ae5eda1822da70184cbcc8942b470541 (patch) | |
tree | ee07fbc884b3374284d12a7dbf7c3b30a7cb0413 /src/i830_common.h | |
parent | edb9b6fde0948bb1121a8456500ef9f55f734376 (diff) |
Add:
- Intel i915GM support to 2D DDX and 3D Mesa drivers.
- PanelID identification
- DRI suspend/resume support
- Detection of monitor changes on VT switches
- Support custom video modes if available in the Video BIOS
- 3D enhancements:
* GL_ARB_texture_cube_map
* GL_EXT_blend_equation_separate
* GL_ATI_blend_equation_separate
* GL_ARB_point_parameters
* GL_NV_blend_square
* GL_EXT_cull_vertex
* GL_ARB_depth_texture
* GL_SGIX_depth_texture
* GL_ARB_shadow
* GL_EXT_shadow_funcs
* GL_3DFX_texture_compression_FXT1
By Tungsten Graphics, Keith Whitwell & Alan Hourihane.
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index c5167c11..a0a00ff4 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -55,7 +55,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. typedef struct { enum { I830_INIT_DMA = 0x01, - I830_CLEANUP_DMA = 0x02 + I830_CLEANUP_DMA = 0x02, + I830_RESUME_DMA = 0x03 } func; unsigned int mmio_offset; int sarea_priv_offset; |