summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_context.h
Commit message (Expand)AuthorAgeFilesLines
* i830: Fix collision between I830_UPLOAD_RASTER_RULES and I830_UPLOAD_TEX(0)Ville Syrjälä2015-09-301-4/+4
* i915: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-131-4/+4
* 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
* intel: Move validation of context version into intelInitContextChad Versace2013-01-151-1/+5
* i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-281-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* 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: Fix up i830 for tiled drawing offsets.Eric Anholt2010-03-041-1/+2
* 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-5/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+8
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-1/+7
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-4/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+213
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-218/+0
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-0/+1
* More GLSL code:Michal Krol2006-04-111-1/+1
* Add Intel 945GM supportAlan Hourihane2006-01-231-1/+3
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-2/+3
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-6/+3
* 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/+197