aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák2020-04-271-7/+7
* remove final imports.h and imports.c bitsDylan Baker2020-04-218-51/+45
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-15/+14
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-214-0/+4
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-1/+1
* mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák2020-04-063-5/+5
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-279-9/+10
* vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák2020-02-111-1/+1
* mesa: Silence unused parameter warningIan Romanick2019-12-041-1/+1
* i915: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-203-3/+3
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+1
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-111-11/+12
* meson: Search for execinfo.hJory Pratt2019-06-191-1/+1
* 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