summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_screen.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29glsl: add extra pp tokens workaround and enable for CoRTimothy Arceri1-0/+1
2020-10-19i965: Silence unused parameter warningsIan Romanick1-3/+4
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz1-2/+2
2020-10-06intel: add INTEL_DEBUG expected value in declarationMarcin Ślusarz1-1/+1
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt1-22/+22
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt1-6/+14
2020-10-02driconf: Use DRI_CONF_OPT_I for remaining int optionsEric Anholt1-4/+3
2020-09-25driconf: Use nesting macros for defining options.Eric Anholt1-9/+5
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-1/+1
2020-08-08i965: add support for force_gl_vendorTimothy Arceri1-0/+1
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom1-1/+1
2020-06-22driconf: drop now unused translation facilityEric Engestrom1-3/+3
2020-06-04i965: fix export of GEM handlesLionel Landwerlin1-2/+9
2020-06-04i965: don't forget to set screen on duped imageLionel Landwerlin1-0/+1
2020-05-15intel: Store the aperture size in devinfo.Rafael Antognolli1-12/+1
2020-05-01intel/fs: Add an option to lower variable group size in backendCaio Marcelo de Oliveira Filho1-0/+1
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+1
2020-04-11i965: share buffer managers across screensLionel Landwerlin1-3/+5
2020-04-11i965: store DRM fd on intel_screenLionel Landwerlin1-8/+6
2020-02-20i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev1-11/+23
2020-02-07i965: remove duplicated commentLeandro Ribeiro1-2/+1
2020-01-13i965: track if image is created by a dmabufGurchetan Singh1-0/+1
2019-12-17i965: expose MESA_FORMAT_B8G8R8X8_SRGB visualTapani Pälli1-7/+14
2019-11-27driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke1-0/+3
2019-11-18intel/compiler: Add a flag to avoid compacting push constantsJason Ekstrand1-0/+1
2019-10-28intel: Support HIZ_CCS in isl_surf_get_ccs_surfNanley Chery1-4/+4
2019-09-18i965: support AYUV/XYUV for external import onlyHaihao Xiang1-0/+2
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-35/+35
2019-08-29i965: initialize bo_reuse when creating brw_bufmgrTapani Pälli1-1/+11
2019-08-28i965: Exit with error if gen12+ is detectedJordan Justen1-0/+5
2019-08-21i965: honor scanout requirement from DRILionel Landwerlin1-1/+3
2019-08-21i965: Add handling for fp16 configsKevin Strasser1-1/+24
2019-08-21i965: Add helper function for allowed config formatsKevin Strasser1-31/+34
2019-08-21i965: Enable OpenGL 4.6 for Gen8+Alejandro Piñeiro1-1/+1
2019-08-10i965: Use force_compat_profile driconf optionDanylo Piliaiev1-0/+1
2019-08-09i965: don't use p_compiler.h typesLionel Landwerlin1-1/+1
2019-08-01i965: Move device info initialization to common codeMark Janes1-32/+4
2019-06-14i965: support UYVY for external import onlyHaihao Xiang1-1/+2
2019-04-17i965: store device revision in gen_device_infoLionel Landwerlin1-1/+3
2019-03-14mesa: rename logging functions to reflect that they format stringsMark Janes1-8/+8
2019-03-14i965: remove scaling factors from P010, P012Tapani Pälli1-2/+2
2019-03-05i965: Implement threaded GL support.Kenneth Graunke1-0/+4
2019-02-26i965: Add support for sampling from XYUV imagesKasireddy, Vivek1-0/+3
2019-02-15drirc/i965: add option to disable 565 configs and visualsTapani Pälli1-0/+13
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-2/+2
2019-02-12i965: add P0x formats and propagate required scaling factorsTapani Pälli1-0/+12
2019-02-04i965: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho1-0/+14
2018-11-12i965: add support for sampling from AYUVLionel Landwerlin1-0/+3
2018-11-08i965: Lift restriction in external textures for EGLImage supportAditya Swarup1-2/+0