summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_reg.h
Commit message (Collapse)AuthorAgeFilesLines
* i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt2009-10-291-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 Anholt2009-08-041-0/+2
|
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-0/+2
| | | | Passes tests/stencil_twoside and glean/stencil2.
* i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-091-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 Anholt2009-06-041-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 Airlie2008-08-241-118/+0
| | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a.
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-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 Anholt2008-06-231-112/+0
|
* Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-231-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 Anholt2007-10-041-2/+0
|
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+866
|
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-835/+0
|
* fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
|
* Fix STENCIL_WRITE_MASK defn for bug 5902Keith Whitwell2006-02-171-1/+1
|
* Add Intel 945GM supportAlan Hourihane2006-01-231-0/+2
| | | | | Add rotation support (Tungsten Graphics)
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-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 textsKeith Whitwell2004-06-181-0/+20
|
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+859