aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+1409
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-945/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* i915: Make sure extensions that require TTM actually work.Michel Dänzer2007-10-161-0/+2
* i915: Re-enable __DRItexOffsetExtension.Michel Dänzer2007-10-161-0/+6
* Merge branch 'dri2'Kristian Høgsberg2007-10-121-66/+43
|\
| * Drop no longer implemented MESA allocate extension from i915.Kristian Høgsberg2007-10-111-8/+0
| * Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-1/+1
| * Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-8/+1
| * Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-0/+8
| * Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+1
| * Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-2/+8
| * Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-46/+27
| * Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-5/+5
| * Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
| * Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-17/+16
* | i915: only enable TTM path if drm minor is > 11 for superioctlDave Airlie2007-10-121-0/+1
* | i915: workout max relocs from batch buffer sizeDave Airlie2007-10-091-3/+4
* | i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-041-0/+2
* | i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-1/+1
|/
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+955
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-690/+0
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-051-0/+3
* i915: Add support for 945GME chipWang Zhenyu2007-05-311-0/+1
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
* fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* Fix a leak of the screen's option cache on cleanup (copied from radeon).Eric Anholt2006-09-071-0/+3
* We always have a back buffer. Fixes visual problems.Alan Hourihane2006-04-041-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+3
* Check DDX for 1.5.0Alan Hourihane2006-02-081-1/+1
* add vblank support to i915 driverDave Airlie2006-02-061-8/+44
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* use front.size instead of sPriv->fbSizeAlan Hourihane2006-01-241-1/+1
* use screen->front.map instead of pFB from libdriAlan Hourihane2006-01-241-1/+1
* Add Intel 945GM supportAlan Hourihane2006-01-231-79/+204
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-18/+20
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-091-2/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-15/+25
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+6
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+1
* Add a check which compares the passed in size of the DDX driver private DRIAlan Hourihane2005-08-141-0/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-7/+4
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+12
* typoAlan Hourihane2005-07-261-1/+1
* support GLX_DIRECT_COLOR in 1.4.0Alan Hourihane2005-07-261-3/+1
* Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bitAlan Hourihane2005-07-261-4/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-14/+11