aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-301-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+1
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-131-0/+3
* i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu2012-04-091-0/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-9/+9
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-211-10/+0
* i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick2011-04-211-5/+0
* i915: Emit a single relocation per vboChris Wilson2011-02-211-1/+9
* i915: Separate BLEND from general context state.Chris Wilson2011-02-211-11/+15
* i915: suppress repeated sampler state emissionChris Wilson2011-02-211-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-1/+1
* i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2010-06-051-0/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt2010-03-031-0/+1
* i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt2010-01-281-1/+1
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-7/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-301-0/+1
|\
| * i915: Fallback bit define missed on previous commitIan Romanick2009-11-291-0/+1
* | i915: Increase maximum program size to the hardware limits.Eric Anholt2009-10-011-5/+10
|/
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+7
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-1/+4
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-1/+7
* i915: Refine the texture indirect lookup accounting.Eric Anholt2008-10-041-0/+3
* i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao2008-01-071-0/+6
* Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt2007-09-241-15/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+360
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-358/+0
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-0/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
* prototype i915_udpate_fog() to silence warningBrian Paul2006-05-231-0/+1
* Add Intel 945GM supportAlan Hourihane2006-01-231-1/+6
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-0/+1
* 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/+330