summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/i915: Remove driverDylan Baker64-23418/+0
2021-08-26i915: remove use of backtrace and backtrace_symbolsSimon Zeni1-56/+4
2021-08-24intel: Use env_var_as_boolean for INTEL_NO_HWNanley Chery1-1/+2
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+1
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-121/+0
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák2-8/+8
2021-06-25i915: Prevent invalid framebuffer usagePhilippe Normand1-2/+4
2021-06-17mesa: add gallium flush_flags param into ctx->Driver.FlushMarek Olšák1-1/+1
2021-06-05i915: Implement __DRI2_FLUSH version 4Ville Syrjälä1-5/+19
2021-06-05i915: Implement __DRI_IMAGE_ATTRIB_OFFSET queryVille Syrjälä1-1/+4
2021-05-03i915c: Add a symlink for i830_dri.soAdam Jackson3-0/+9
2021-04-09dri: Use __DRI_BUFFER_COUNT consistently internallyAdam Jackson1-1/+1
2021-04-06mesa: Remove unused gl_config::mutableRenderBufferAdam Jackson1-2/+2
2021-03-30mesa: Remove the pretense of aux buffer supportAdam Jackson2-3/+1
2021-02-25i915: use align_calloc for the context to fix m32 crashesMarek Olšák3-5/+8
2021-02-15mesa: optimize set_varying_vp_inputs by precomputing the conditionsMarek Olšák1-0/+2
2020-12-01mesa: replace ParameterValueOffset[i] with Parameters[i].ValueOffsetMarek Olšák1-1/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák5-50/+50
2020-12-01mesa: don't allocate matrices with mallocMarek Olšák1-2/+0
2020-11-24util: Add helgrind support for simple_mtxRob Clark1-1/+1
2020-11-06mesa: Enable GL_MESA_pack_invert unconditionallyAdam Jackson1-1/+0
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt1-9/+9
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt1-7/+15
2020-09-25driconf: Use nesting macros for defining options.Eric Anholt1-15/+8
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-1/+1
2020-07-15mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer1-1/+1
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom1-1/+1
2020-06-22driconf: drop now unused translation facilityEric Engestrom2-5/+5
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-2/+2
2020-04-27mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák1-7/+7
2020-04-21remove final imports.h and imports.c bitsDylan Baker8-51/+45
2020-04-21replace imports memory functions with utils memory functionsDylan Baker1-15/+14
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker4-0/+4
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker1-1/+1
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák3-5/+5
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák9-9/+10
2020-02-11vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák1-1/+1
2019-12-04mesa: Silence unused parameter warningIan Romanick1-1/+1
2019-10-31i915: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom1-2/+2
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt3-3/+3
2019-09-15driconfig: add a new engine name/version parameterLionel Landwerlin1-1/+1
2019-09-11dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt1-11/+12
2019-06-19meson: Search for execinfo.hJory Pratt1-1/+1
2019-05-13mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2-2/+2
2019-05-02meson: lift driver-collection out into parent build-fileErik Faye-Lund1-3/+0
2019-04-24st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri1-1/+1
2019-04-15Delete autotoolsDylan Baker1-43/+0
2019-03-14mesa: rename logging functions to reflect that they format stringsMark Janes2-14/+14
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom4-5/+5