Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / drivers / dri / i965 / intel_screen.c
2020-08-18 Bas Nieuwenhuizendriconf: Support selection by Vulkan applicationName.
2020-08-08 Timothy Arcerii965: add support for force_gl_vendor
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-04 Lionel Landwerlini965: fix export of GEM handles
2020-06-04 Lionel Landwerlini965: don't forget to set screen on duped image
2020-05-15 Rafael Antognolliintel: Store the aperture size in devinfo.
2020-05-01 Caio Marcelo de... intel/fs: Add an option to lower variable group size...
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-11 Lionel Landwerlini965: share buffer managers across screens
2020-04-11 Lionel Landwerlini965: store DRM fd on intel_screen
2020-02-20 Danylo Piliaievi965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
2020-02-07 Leandro Ribeiroi965: remove duplicated comment
2020-01-13 Gurchetan Singhi965: track if image is created by a dmabuf
2019-12-17 Tapani Pällii965: expose MESA_FORMAT_B8G8R8X8_SRGB visual
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-09-18 Haihao Xiangi965: support AYUV/XYUV for external import only
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-11 Eric Anholtdri: Use DRM_FORMAT_* instead of defining our own copy.
2019-08-29 Tapani Pällii965: initialize bo_reuse when creating brw_bufmgr
2019-08-28 Jordan Justeni965: Exit with error if gen12+ is detected
2019-08-21 Lionel Landwerlini965: honor scanout requirement from DRI
2019-08-21 Kevin Strasseri965: Add handling for fp16 configs
2019-08-21 Kevin Strasseri965: Add helper function for allowed config formats
2019-08-21 Alejandro Piñeiroi965: Enable OpenGL 4.6 for Gen8+
2019-08-10 Danylo Piliaievi965: Use force_compat_profile driconf option
2019-08-09 Lionel Landwerlini965: don't use p_compiler.h types
2019-08-01 Mark Janesi965: Move device info initialization to common code
2019-06-14 Haihao Xiangi965: support UYVY for external import only
2019-04-17 Lionel Landwerlini965: store device revision in gen_device_info
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-14 Tapani Pällii965: remove scaling factors from P010, P012
2019-03-05 Kenneth Graunkei965: Implement threaded GL support.
2019-02-26 Kasireddy, Viveki965: Add support for sampling from XYUV images
2019-02-15 Tapani Pällidrirc/i965: add option to disable 565 configs and visuals
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-12 Tapani Pällii965: add P0x formats and propagate required scaling...
2019-02-05 Caio Marcelo de... i965: skip bit6 swizzle detection in Gen8+
2018-11-12 Lionel Landwerlini965: add support for sampling from AYUV
2018-11-08 Aditya Swarupi965: Lift restriction in external textures for EGLImag...
2018-10-03 Emil Velikovi965: reference __DRI_ATTRIB_SWAP_COPY token over the...
2018-09-26 Jason Ekstrandintel/isl: Add a unit suffixes to some struct fields...
2018-08-30 Jason Ekstrandi965/screen: Allow modifiers on sRGB formats
2018-08-21 Chad Versacei965: Implement EGL_KHR_mutable_render_buffer
2018-08-20 Timothy Arcerimesa: drop legacy no_rast dri option
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-08-07 Chad Versacedri: Add param driCreateConfigs(mutable_render_buffer)
2018-06-07 Jason Ekstrandi965/screen: Sanity check that all formats we advertise...
2018-06-07 Jason Ekstrandi965/screen: Use RGBA non-sRGB formats for images
2018-06-07 Jason Ekstrandi965/screen: Return false for unsupported formats in...
2018-06-07 Jason Ekstrandi965/screen: Refactor query_dma_buf_formats
2018-05-29 Eric Engestromdri: fix error value returned by driGLFormatToImageFormat()
2018-05-23 Miguel Casasi965: add {X,A}BGR2101010 to 'intel_image_formats'
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-04-24 Tapani Pällii965: expose MESA_FORMAT_R8G8B8A8_SRGB visual
2018-04-10 Kenneth Graunkei965: Remove brw_bo_alloc_tiled_2d from intel_detect_sw...
2018-04-09 Xiong, Jamesi965: return the fourcc saved in __DRIimage when possible
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-02-28 Tapani Pällii965: use context priority definitions from gen_defines.h
2018-02-27 Jordan Justeni965: Use gen_get_pci_device_id_override
2018-02-22 Jason Ekstrandi965: Use finish_external instead of make_shareable...
2018-02-17 Kenneth Graunkei965: Use absolute addressing for constant buffer 0...
2018-02-17 Kenneth Graunkei965: Stop restoring the default L3 configuration on...
2018-02-17 Daniel Stonei965: Fix aux-surface size check
2018-02-16 Anuj Phogati965/icl: Update switch statements
2018-02-12 Daniel Stonei965: Fix bugs in intel_from_planar
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-07 Tapani Pällii965: add __DRI2_BLOB support and set cache functions
2018-02-01 Kenneth Graunkei965: Bump official kernel requirement to Linux v3.9.
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-22 Jason Ekstrandi965: Set tiling on BOs imported with modifiers
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-18 Jason Ekstrandi965: Mark BOs as external when we export their handle
2017-11-14 Julien Isorcei965: implement (un)mapImage
2017-11-09 Tapani Pällii965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
2017-11-06 Neil Robertsi965: Enable flush control
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-10-23 Kenneth Graunkei965: Revert absolute mode for constant buffer pointers.
2017-10-20 Chris Wilsoni965: Report supported context priorities to EGL/DRI
2017-10-20 Chris Wilsoni965: Record the presence of the kernel scheduler
2017-10-13 Mario Kleineri965: Complete 'expose RGBA visuals only on Android'
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-04 Matt Turneri965: Add Atom graphics names to parse_devid_override()
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-09-25 Kenneth Graunkei965: Use atomic ops in get_new_program_id().
2017-09-20 Louis-Francis Ratt... i965: Fix duplication of DRI images
2017-09-14 Jason Ekstrandi965/screen: Implement queryDmaBufFormatModifierAttirbs
2017-09-14 Jason Ekstrandi965/screen: Report the correct number of image planes
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
next