summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_screen.c
AgeCommit message (Expand)Author
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-16i915: Make sure extensions that require TTM actually work.Michel Dänzer
2007-10-16i915: Re-enable __DRItexOffsetExtension.Michel Dänzer
2007-10-12Merge branch 'dri2'Kristian Høgsberg
2007-10-12i915: only enable TTM path if drm minor is > 11 for superioctlDave Airlie
2007-10-11Drop no longer implemented MESA allocate extension from i915.Kristian Høgsberg
2007-10-11Add a version field to __DRIextension.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-09i915: workout max relocs from batch buffer sizeDave Airlie
2007-10-04i915: add superioctl support to the ttm codepaths.Dave Airlie
2007-10-03i915: add superioctl initial support inside bufmgr ttmDave Airlie
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915: Add support for 945GME chipWang Zhenyu
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06fix for bug#10182Xiang, Haihao
2006-09-07Fix a leak of the screen's option cache on cleanup (copied from radeon).Eric Anholt
2006-04-04We always have a back buffer. Fixes visual problems.Alan Hourihane
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-02-08Check DDX for 1.5.0Alan Hourihane
2006-02-06add vblank support to i915 driverDave Airlie
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-24use front.size instead of sPriv->fbSizeAlan Hourihane
2006-01-24use screen->front.map instead of pFB from libdriAlan Hourihane
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-08-14Add a check which compares the passed in size of the DDX driver private DRIAlan Hourihane
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26typoAlan Hourihane
2005-07-26support GLX_DIRECT_COLOR in 1.4.0Alan Hourihane
2005-07-26Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bitAlan Hourihane
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick