aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-111-11/+12
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* i915: Delete swizzling detection logic.Kenneth Graunke2018-11-171-26/+0
* i915: reference __DRI_ATTRIB_SWAP_COPY token over the GLX oneEmil Velikov2018-10-031-1/+1
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-211-1/+0
* i915: remove early_z dri optionTimothy Arceri2018-08-211-4/+0
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-2/+2
* dri: fix error value returned by driGLFormatToImageFormat()Eric Engestrom2018-05-291-1/+1
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-9/+9
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-5/+6
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-1/+0
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-1/+1
* i915: remove local vblank_mode optionEmil Velikov2017-07-191-1/+0
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+1
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-301-9/+12
* i915: On Gen <= 3 there is no W-tilingIan Romanick2017-06-261-4/+3
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-6/+5
* i915: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+5
* Revert "i915: Always enable GL 2.0 support."Matt Turner2017-02-151-2/+19
* i915: Add XRGB8888 format to intel_screen_make_configsDerek Foreman2017-01-131-1/+2
* i915/sync: Implement DRI2_Fence extensionMauro Rossi2016-10-141-0/+1
* i915: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* i915: remove unnecessary `if`Eric Engestrom2016-08-241-3/+1
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-2/+2
* i915: Remove IS_9XX macroIan Romanick2015-03-091-2/+2
* i915: Fix black buffers when importing prime fdsAndreas Pokorny2014-09-231-0/+2
* dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov2014-08-151-3/+0
* i915: Fix up intelInitScreen2 for DRI3Adel Gadllah2014-07-171-1/+2
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-3/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-011-1/+1
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-221-4/+0
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-1/+1
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-301-0/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-6/+6
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-5/+5
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* 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