Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | i915: Correct and make use of the defines for 32-bit depth texture modes. | Eric Anholt | |
Previously, S8_Z24 depth textures would always be treated as intensity. Fixes piglit depth-tex-modes. | |||
2009-08-04 | intel: Add support for EXT_provoking_vertex. | Eric Anholt | |
2009-07-29 | i915: Add support for EXT_stencil_two_side and ATI_separate_stencil. | Eric Anholt | |
Passes tests/stencil_twoside and glean/stencil2. | |||
2009-06-09 | i915: Add an option for testing the effect of early Z in classic mode. | Eric Anholt | |
The early Z stuff is supposed to be unsafe without some more work in the enable/disable path (in particular, how do we want to get it disabled on the way out to the X Server?), but at the moment is 6% in OA. | |||
2009-06-04 | i915: Don't rely on fence regs when we don't have to. | Eric Anholt | |
We're on the way to telling the kernel about when we need fence regs on our objects or not, and this will cut the number of places needing them. | |||
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | |
This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | |||
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie | |
This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c | |||
2008-06-23 | i915: Convert to using VBs instead of inline prims. | Eric Anholt | |
2008-05-23 | Emit a flush after the swapbuffers blit, so contents end up on the screen. | Eric Anholt | |
Otherwise, since the MI_FLUSH at the end of every batch had been removed, non-automatic-flushing chips (965) wouldn't get flushed and apps with static rendering would get partial screen contents until the server's blockhandler flush kicked in. | |||
2007-10-04 | Replace duplicated intel_reg.h with a shared header. | Eric Anholt | |
2007-09-24 | Move i915tex driver into place as just i915. | Eric Anholt | |
2007-09-24 | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | |
2007-03-18 | fix typo in subrect_disable packet | Keith Whitwell | |
2006-02-17 | Fix STENCIL_WRITE_MASK defn for bug 5902 | Keith Whitwell | |
2006-01-23 | Add Intel 945GM support | Alan Hourihane | |
Add rotation support (Tungsten Graphics) | |||
2005-01-06 | Add Intel i915GM support, and these extensions. | Alan Hourihane | |
* 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) | |||
2004-06-18 | add missing license texts | Keith Whitwell | |
2004-06-10 | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell | |