Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915: Correct and make use of the defines for 32-bit depth texture modes. | Eric Anholt | 2009-10-29 | 1 | -3/+3 |
| | | | | | Previously, S8_Z24 depth textures would always be treated as intensity. Fixes piglit depth-tex-modes. | ||||
* | intel: Add support for EXT_provoking_vertex. | Eric Anholt | 2009-08-04 | 1 | -0/+2 |
| | |||||
* | i915: Add support for EXT_stencil_two_side and ATI_separate_stencil. | Eric Anholt | 2009-07-29 | 1 | -0/+2 |
| | | | | Passes tests/stencil_twoside and glean/stencil2. | ||||
* | i915: Add an option for testing the effect of early Z in classic mode. | Eric Anholt | 2009-06-09 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | i915: Don't rely on fence regs when we don't have to. | Eric Anholt | 2009-06-04 | 1 | -14/+0 |
| | | | | | 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. | ||||
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -118/+0 |
| | | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | ||||
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -0/+118 |
| | | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c | ||||
* | i915: Convert to using VBs instead of inline prims. | Eric Anholt | 2008-06-23 | 1 | -112/+0 |
| | |||||
* | Emit a flush after the swapbuffers blit, so contents end up on the screen. | Eric Anholt | 2008-05-23 | 1 | -6/+0 |
| | | | | | | | 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. | ||||
* | Replace duplicated intel_reg.h with a shared header. | Eric Anholt | 2007-10-04 | 1 | -2/+0 |
| | |||||
* | Move i915tex driver into place as just i915. | Eric Anholt | 2007-09-24 | 1 | -0/+866 |
| | |||||
* | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | 2007-09-24 | 1 | -835/+0 |
| | |||||
* | fix typo in subrect_disable packet | Keith Whitwell | 2007-03-18 | 1 | -1/+1 |
| | |||||
* | Fix STENCIL_WRITE_MASK defn for bug 5902 | Keith Whitwell | 2006-02-17 | 1 | -1/+1 |
| | |||||
* | Add Intel 945GM support | Alan Hourihane | 2006-01-23 | 1 | -0/+2 |
| | | | | | Add rotation support (Tungsten Graphics) | ||||
* | Add Intel i915GM support, and these extensions. | Alan Hourihane | 2005-01-06 | 1 | -59/+13 |
| | | | | | | | | | | | | | | | * 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) | ||||
* | add missing license texts | Keith Whitwell | 2004-06-18 | 1 | -0/+20 |
| | |||||
* | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell | 2004-06-10 | 1 | -0/+859 |