summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+6
* i915: Actually enable __DRI2rendererQueryExtensionRecIan Romanick2013-11-151-0/+1
* dri: Change value param to unsignedIan Romanick2013-11-131-1/+1
* i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick2013-11-131-2/+6
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-121-1/+2
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-0/+1
* dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2013-11-071-49/+4
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-071-2/+2
* i915: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick2013-11-071-0/+81
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-241-2/+15
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-4/+9
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-27/+9
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-261-8/+0
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+3
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-2/+1
* i915: Drop 965+ GL version setup.Eric Anholt2013-06-281-22/+1
* i915: Drop chipset detection code for 965+ chipsets.Eric Anholt2013-06-281-9/+1
* i915: Drop all has_llc code.Eric Anholt2013-06-281-6/+0
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-281-21/+4
* i915: Remove separate stencil code.Eric Anholt2013-06-281-48/+7
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-281-20/+0
* i915: Remove all the MSAA support code.Eric Anholt2013-06-281-64/+6
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-5/+1
* 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