summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_state.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Intel 945GM supportAlan Hourihane2006-01-231-2/+2
| | | | | Add rotation support (Tungsten Graphics)
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
| | | | ctx->Driver.Stencil*Separate() functions.
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-3/+3
| | | | backOffset, backPitch, depthOffset, depthPitch, textureOffset fields.
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-196/+8
| | | | | | | | | | | | | | | * 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 (Keith Whitwell, Tungsten Graphics)
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
|
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-64/+138
|
* add missing license textsKeith Whitwell2004-06-181-0/+20
|
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+1183