summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-132-2/+2
* meson: lift driver-collection out into parent build-fileErik Faye-Lund2019-05-021-3/+0
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-1/+1
* Delete autotoolsDylan Baker2019-04-151-43/+0
* mesa: rename logging functions to reflect that they format stringsMark Janes2019-03-142-14/+14
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-144-5/+5
* i915: Delete swizzling detection logic.Kenneth Graunke2018-11-174-31/+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-212-2/+1
* i915: remove early_z dri optionTimothy Arceri2018-08-214-16/+0
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+1
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-2/+2
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-1/+5
* mesa: remove struct gl_extensions::ATI_separate_stencilEmil Velikov2018-06-211-1/+0
* dri: fix error value returned by driGLFormatToImageFormat()Eric Engestrom2018-05-291-1/+1
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* mesa: add GLSLVersionCompat constantTimothy Arceri2018-05-091-0/+1
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-271-1/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-4/+5
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-131-1/+2
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-043-12/+3
* i915: Silence unused parameter warningsIan Romanick2018-01-261-10/+11
* i915: Make intelEmitCopyBlit staticIan Romanick2018-01-263-167/+149
* i915: Use enum color_logic_ops for blitsIan Romanick2018-01-2610-40/+22
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-265-51/+8
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* i915: No longer rely on compatability define in intel_bufmgr.hRhys Kidd2018-01-171-1/+1
* i915: add missing 0 definesEric Engestrom2017-12-121-0/+2
* i915: add missing extensions.h includeEmil Velikov2017-11-162-0/+2
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-162-0/+2
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-9/+9
* intel: Don't flush the old context in intelMakeCurrentNeil Roberts2017-11-061-9/+0
* dri drivers: Always add the sha1 build-idJordan Justen2017-10-311-0/+1
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-5/+6
* meson: Build i915Ville Syrjälä2017-10-131-0/+97
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-1/+0
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-4/+1
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-032-2/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-313-3/+3
* mesa: drop fence type parameter from NewSyncObject()Samuel Pitoiset2017-07-281-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: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-271-2/+2
* i915: On Gen <= 3 there are no array texturesIan Romanick2017-06-264-17/+0
* i915: On Gen <= 3 there is no W-tilingIan Romanick2017-06-264-29/+9