Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/MesaLib/dist Import mesa 19.1.7



details:   https://anonhg.NetBSD.org/xsrc/rev/6432bf8276eb
branches:  trunk
changeset: 10386:6432bf8276eb
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Sep 24 16:19:11 2019 +0000

description:
Import mesa 19.1.7

New features in mesa 19.1.0:

    GL_ARB_parallel_shader_compile on all drivers.
    GL_EXT_gpu_shader4 on all GL 3.1 drivers.
    GL_EXT_shader_image_load_formatted on radeonsi.
    GL_EXT_texture_buffer_object on all GL 3.1 drivers.
    GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).
    GL_NV_compute_shader_derivatives on iris and i965.
    GL_KHR_parallel_shader_compile on all drivers.
    VK_EXT_buffer_device_address on Intel and RADV.
    VK_EXT_depth_clip_enable on Intel and RADV.
    VK_KHR_ycbcr_image_arrays on Intel.
    VK_EXT_inline_uniform_block on Intel and RADV.
    VK_EXT_external_memory_host on Intel.
    VK_EXT_host_query_reset on Intel and RADV.
    VK_KHR_surface_protected_capabilities on Intel and RADV.
    VK_EXT_pipeline_creation_feedback on Intel and RADV.
    VK_KHR_8bit_storage on RADV.
    VK_AMD_gpu_shader_int16 on RADV.
    VK_AMD_gpu_shader_half_float on RADV.
    VK_NV_compute_shader_derivatives on Intel.
    VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8).
    VK_KHR_shader_atomic_int64 on Intel.
    VK_EXT_descriptor_indexing on Intel.
    VK_KHR_shader_float16_int8 on Intel and RADV.
    GL_INTEL_conservative_rasterization on iris.
    VK_EXT_memory_budget on Intel.

New features in mesa 19.0.0:

    GL_AMD_texture_texture4 on all GL 4.0 drivers.
    GL_EXT_shader_implicit_conversions on all drivers (ES extension).
    GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).
    GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).
    GL_EXT_render_snorm on gallium drivers (ES extension).
    GL_EXT_texture_view on drivers supporting texture views (ES extension).
    GL_OES_texture_view on drivers supporting texture views (ES extension).
    GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).
    Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.
    VK_ANDROID_external_memory_android_hardware_buffer on Intel
    Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV
    VK_EXT_scalar_block_layout on Intel and RADV
    VK_KHR_depth_stencil_resolve on Intel
    VK_KHR_draw_indirect_count on Intel
    VK_EXT_conditional_rendering on Intel
    VK_EXT_memory_budget on RADV

Also, bug fixes.

diffstat:

 external/mit/MesaLib/dist/.dir-locals.el                             |     18 +
 external/mit/MesaLib/dist/.editorconfig                              |     40 +
 external/mit/MesaLib/dist/.mailmap                                   |    474 +
 external/mit/MesaLib/dist/.travis.yml                                |     40 +
 external/mit/MesaLib/dist/README.rst                                 |     60 +
 external/mit/MesaLib/dist/REVIEWERS                                  |    137 +
 external/mit/MesaLib/dist/VERSION                                    |      2 +-
 external/mit/MesaLib/dist/appveyor.yml                               |     92 +
 external/mit/MesaLib/dist/bin/.cherry-ignore                         |     17 +
 external/mit/MesaLib/dist/bin/.editorconfig                          |      2 +
 external/mit/MesaLib/dist/bin/get-extra-pick-list.sh                 |     45 +
 external/mit/MesaLib/dist/bin/install_megadrivers.py                 |      8 +-
 external/mit/MesaLib/dist/bin/meson-cmd-extract.py                   |     88 +
 external/mit/MesaLib/dist/bin/meson-options.py                       |     63 +
 external/mit/MesaLib/dist/bin/perf-annotate-jit.py                   |    251 +
 external/mit/MesaLib/dist/docs/application-issues.html               |      2 +
 external/mit/MesaLib/dist/docs/bugs.html                             |      2 +-
 external/mit/MesaLib/dist/docs/codingstyle.html                      |      1 -
 external/mit/MesaLib/dist/docs/contents.html                         |     29 +-
 external/mit/MesaLib/dist/docs/debugging.html                        |      8 +-
 external/mit/MesaLib/dist/docs/devinfo.html                          |      4 +-
 external/mit/MesaLib/dist/docs/dispatch.html                         |      2 +-
 external/mit/MesaLib/dist/docs/download.html                         |     20 +-
 external/mit/MesaLib/dist/docs/egl.html                              |     41 +-
 external/mit/MesaLib/dist/docs/envvars.html                          |      3 +
 external/mit/MesaLib/dist/docs/faq.html                              |     28 +-
 external/mit/MesaLib/dist/docs/features.txt                          |     90 +-
 external/mit/MesaLib/dist/docs/index.html                            |    100 +
 external/mit/MesaLib/dist/docs/install.html                          |     51 +-
 external/mit/MesaLib/dist/docs/llvmpipe.html                         |     10 +-
 external/mit/MesaLib/dist/docs/mesa.css                              |     48 +-
 external/mit/MesaLib/dist/docs/meson.html                            |    362 +-
 external/mit/MesaLib/dist/docs/opengles.html                         |      4 +-
 external/mit/MesaLib/dist/docs/osmesa.html                           |     11 +-
 external/mit/MesaLib/dist/docs/precompiled.html                      |      2 +-
 external/mit/MesaLib/dist/docs/release-calendar.html                 |    115 +-
 external/mit/MesaLib/dist/docs/releasing.html                        |    161 +-
 external/mit/MesaLib/dist/docs/relnotes.html                         |     15 +
 external/mit/MesaLib/dist/docs/relnotes/10.2.html                    |      6 +-
 external/mit/MesaLib/dist/docs/relnotes/10.3.html                    |      2 +-
 external/mit/MesaLib/dist/docs/relnotes/11.0.0.html                  |      2 +
 external/mit/MesaLib/dist/docs/relnotes/11.1.0.html                  |      4 +-
 external/mit/MesaLib/dist/docs/relnotes/17.3.5.html                  |      5 +-
 external/mit/MesaLib/dist/docs/relnotes/18.1.1.html                  |      2 +-
 external/mit/MesaLib/dist/docs/relnotes/18.1.2.html                  |      2 +-
 external/mit/MesaLib/dist/docs/relnotes/18.2.5.html                  |    172 +
 external/mit/MesaLib/dist/docs/relnotes/18.2.6.html                  |    179 +
 external/mit/MesaLib/dist/docs/relnotes/18.2.7.html                  |    167 +
 external/mit/MesaLib/dist/docs/relnotes/18.2.8.html                  |    183 +
 external/mit/MesaLib/dist/docs/relnotes/18.3.0.html                  |      4 +-
 external/mit/MesaLib/dist/docs/relnotes/18.3.6.html                  |    169 +
 external/mit/MesaLib/dist/docs/relnotes/19.0.0.html                  |   2471 ++
 external/mit/MesaLib/dist/docs/relnotes/19.0.1.html                  |    159 +
 external/mit/MesaLib/dist/docs/relnotes/19.0.2.html                  |    122 +
 external/mit/MesaLib/dist/docs/relnotes/19.0.3.html                  |    148 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.0.html                  |   4610 +++
 external/mit/MesaLib/dist/docs/relnotes/19.1.1.html                  |    154 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.2.html                  |    194 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.3.html                  |    191 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.4.html                  |    227 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.5.html                  |    119 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.6.html                  |    132 +
 external/mit/MesaLib/dist/docs/relnotes/19.1.7.html                  |    152 +
 external/mit/MesaLib/dist/docs/shading.html                          |      3 +-
 external/mit/MesaLib/dist/docs/sourcetree.html                       |      2 +-
 external/mit/MesaLib/dist/docs/specs/EGL_MESA_query_driver.txt       |     95 +
 external/mit/MesaLib/dist/docs/specs/MESA_query_renderer.spec        |     43 +-
 external/mit/MesaLib/dist/docs/submittingpatches.html                |    116 +-
 external/mit/MesaLib/dist/docs/versions.html                         |      6 +-
 external/mit/MesaLib/dist/docs/vmware-guest.html                     |     16 +-
 external/mit/MesaLib/dist/include/CL/cl.h                            |   1772 +-
 external/mit/MesaLib/dist/include/CL/cl.hpp                          |  12039 ++++++++-
 external/mit/MesaLib/dist/include/CL/cl2.hpp                         |   9690 ++++++++
 external/mit/MesaLib/dist/include/CL/cl_d3d10.h                      |      9 +-
 external/mit/MesaLib/dist/include/CL/cl_d3d11.h                      |      9 +-
 external/mit/MesaLib/dist/include/CL/cl_dx9_media_sharing.h          |     11 +-
 external/mit/MesaLib/dist/include/CL/cl_dx9_media_sharing_intel.h    |    182 +
 external/mit/MesaLib/dist/include/CL/cl_egl.h                        |    101 +-
 external/mit/MesaLib/dist/include/CL/cl_ext.h                        |    664 +-
 external/mit/MesaLib/dist/include/CL/cl_ext_intel.h                  |    423 +
 external/mit/MesaLib/dist/include/CL/cl_gl.h                         |    143 +-
 external/mit/MesaLib/dist/include/CL/cl_gl_ext.h                     |     39 +-
 external/mit/MesaLib/dist/include/CL/cl_platform.h                   |    609 +-
 external/mit/MesaLib/dist/include/CL/cl_va_api_media_sharing_intel.h |    172 +
 external/mit/MesaLib/dist/include/CL/cl_version.h                    |     86 +
 external/mit/MesaLib/dist/include/CL/opencl.h                        |     21 +-
 external/mit/MesaLib/dist/include/D3D9/d3d9caps.h                    |      3 +
 external/mit/MesaLib/dist/include/EGL/egl.h                          |      8 +-
 external/mit/MesaLib/dist/include/EGL/eglext.h                       |     24 +-
 external/mit/MesaLib/dist/include/d3dadapter/.editorconfig           |      3 +
 external/mit/MesaLib/dist/include/d3dadapter/drm.h                   |      7 +-
 external/mit/MesaLib/dist/include/drm-uapi/README                    |     21 +
 external/mit/MesaLib/dist/include/drm-uapi/drm.h                     |     16 +
 external/mit/MesaLib/dist/include/drm-uapi/drm_fourcc.h              |    222 +
 external/mit/MesaLib/dist/include/drm-uapi/drm_mode.h                |     36 +-
 external/mit/MesaLib/dist/include/drm-uapi/i915_drm.h                |     94 +
 external/mit/MesaLib/dist/include/drm-uapi/lima_drm.h                |    169 +
 external/mit/MesaLib/dist/include/drm-uapi/panfrost_drm.h            |    140 +
 external/mit/MesaLib/dist/include/drm-uapi/tegra_drm.h               |    492 +-
 external/mit/MesaLib/dist/include/drm-uapi/v3d_drm.h                 |     47 +-
 external/mit/MesaLib/dist/include/meson.build                        |      9 +-
 external/mit/MesaLib/dist/include/pci_ids/i965_pci_ids.h             |     34 +-
 external/mit/MesaLib/dist/include/vulkan/vk_layer.h                  |    195 +
 external/mit/MesaLib/dist/include/vulkan/vulkan.h                    |     15 +-
 external/mit/MesaLib/dist/include/vulkan/vulkan_android.h            |     11 +-
 external/mit/MesaLib/dist/meson.build                                |    377 +-
 external/mit/MesaLib/dist/meson_options.txt                          |     62 +-
 107 files changed, 37000 insertions(+), 3258 deletions(-)

diffs (truncated from 45436 to 300 lines):

diff -r e0938e8eaa97 -r 6432bf8276eb external/mit/MesaLib/dist/.dir-locals.el
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/MesaLib/dist/.dir-locals.el  Tue Sep 24 16:19:11 2019 +0000
@@ -0,0 +1,18 @@
+((nil . ((show-trailing-whitespace . t)))
+ (prog-mode
+  (indent-tabs-mode . nil)
+  (tab-width . 8)
+  (c-basic-offset . 3)
+  (c-file-style . "stroustrup")
+  (fill-column . 78)
+  (eval . (progn
+           (c-set-offset 'case-label '0)
+           (c-set-offset 'innamespace '0)
+           (c-set-offset 'inline-open '0)))
+  (whitespace-style face indentation)
+  (whitespace-line-column . 79)
+  (eval ignore-errors
+        (require 'whitespace)
+        (whitespace-mode 1)))
+ (makefile-mode (indent-tabs-mode . t))
+ )
diff -r e0938e8eaa97 -r 6432bf8276eb external/mit/MesaLib/dist/.editorconfig
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/MesaLib/dist/.editorconfig   Tue Sep 24 16:19:11 2019 +0000
@@ -0,0 +1,40 @@
+# To use this config on you editor, follow the instructions at:
+# http://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+tab_width = 8
+
+[*.{c,h,cpp,hpp,cc,hh}]
+indent_style = space
+indent_size = 3
+max_line_length = 78
+
+[{Makefile*,*.mk}]
+indent_style = tab
+
+[{*.py,SCons*}]
+indent_style = space
+indent_size = 4
+
+[*.pl]
+indent_style = space
+indent_size = 4
+
+[*.m4]
+indent_style = space
+indent_size = 2
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[*.patch]
+trim_trailing_whitespace = false
+
+[meson.build,meson_options.txt]
+indent_style = space
+indent_size = 2
diff -r e0938e8eaa97 -r 6432bf8276eb external/mit/MesaLib/dist/.mailmap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/MesaLib/dist/.mailmap        Tue Sep 24 16:19:11 2019 +0000
@@ -0,0 +1,474 @@
+Aapo Tahkola <aet%rasterburn.org@localhost> <aapo@aapo-desktop.(none)>
+
+Adam Jackson <ajax%redhat.com@localhost> <ajax%benzedrine.nwnk.net@localhost>
+Adam Jackson <ajax%redhat.com@localhost> <ajax%freedesktop.org@localhost>
+
+Adrian Marius Negreanu <adrian.m.negreanu%intel.com@localhost> Adrian Negreanu <adrian.m.negreanu%intel.com@localhost>
+Adrian Marius Negreanu <adrian.m.negreanu%intel.com@localhost> Negreanu Marius Adrian <adrian.m.negreanu%intel.com@localhost>
+
+Dave Airlie <airlied%redhat.com@localhost> <airliedfreedesktop.org>
+Dave Airlie <airlied%redhat.com@localhost> airlied <airlied%unused-12-215.bne.redhat.com@localhost>
+Dave Airlie <airlied%redhat.com@localhost> <airlied%dhcp-1-203.bne.redhat.com@localhost>
+Dave Airlie <airlied%redhat.com@localhost> <airlied%gmail.com@localhost>
+Dave Airlie <airlied%redhat.com@localhost> <airlied@itt42.(none)>
+Dave Airlie <airlied%redhat.com@localhost> <airlied%linux.ie@localhost>
+Dave Airlie <airlied%redhat.com@localhost> <airlied@nx6125b.(none)>
+Dave Airlie <airlied%redhat.com@localhost> <airlied@panoply-rh.(none)>
+Dave Airlie <airlied%redhat.com@localhost> <airlied@ppcg5.localdomain>
+
+Alan Coopersmith <alan.coopersmith%oracle.com@localhost> <alan.coopersmith%sun.com@localhost>
+
+Alan Hourihane <alanh%vmware.com@localhost> <alanh%tungstengraphics.com@localhost>
+Alan Hourihane <alanh%vmware.com@localhost> <alanh%fairlite.demon.co.uk@localhost>
+Alan Hourihane <alanh%vmware.com@localhost> <alanh@jetpack.(none)>
+
+Alexander Monakov <amonakov%gmail.com@localhost> <amonakov%ispras.ru@localhost>
+
+Alexander von Gluck IV <kallisti5%unixzen.com@localhost> Alexander von Gluck <kallisti5%unixzen.com@localhost>
+
+Alex Corscadden <alexc%vmware.com@localhost> <alexc%alexc-dev1.prom.eng.vmware.com@localhost>
+Alex Corscadden <alexc%vmware.com@localhost> <alexc%alexc-dev1.vmware.com@localhost>
+
+Alex Deucher <alexdeucher%gmail.com@localhost> <alexander.deucher%amd.com@localhost>
+Alex Deucher <alexdeucher%gmail.com@localhost> <agd5f%yahoo.com@localhost>
+Alex Deucher <alexdeucher%gmail.com@localhost> <alex%botch2.com@localhost>
+Alex Deucher <alexdeucher%gmail.com@localhost> <alex@botch2.(none)>
+Alex Deucher <alexdeucher%gmail.com@localhost> <alex@cube.(none)>
+Alex Deucher <alexdeucher%gmail.com@localhost> <alex@samba.(none)>
+
+Andreas Fänger <a.faenger%e-sign.com@localhost> <a.faenger%e-sign.com@localhost>
+
+Andreas Hartmetz <ahartmetz%gmail.com@localhost> <andreas.hartmetz%kdab.com@localhost>
+
+Andre Heider <a.heider%gmail.com@localhost>
+Andreas Heider <andreas%heider.io@localhost>
+
+Andreas Pokorny <andreas.pokorny%canonical.com@localhost> <andreas.pokorny%elektrobit.com@localhost>
+
+Andrew Randrianasulu <randrianasulu%gmail.com@localhost> <randrik_a%yahoo.com@localhost>
+Andrew Randrianasulu <randrianasulu%gmail.com@localhost> <randrik%mail.ru@localhost>
+
+Arthur Huillet <arthur.huillet%free.fr@localhost> Arthur HUILLET <arthur.huillet%free.fr@localhost>
+
+Benjamin Franzke <benjaminfranzke%googlemail.com@localhost> ben <benjaminfranzke%googlemail.com@localhost>
+
+Ben Skeggs <bskeggs%redhat.com@localhost> <darktama@beleth.(none)>
+Ben Skeggs <bskeggs%redhat.com@localhost> <darktama%iinet.net.au@localhost>
+Ben Skeggs <bskeggs%redhat.com@localhost> <darktama%nisroch.keine.ath.cx@localhost>
+Ben Skeggs <bskeggs%redhat.com@localhost> <skeggsb-at-gmail.com>
+Ben Skeggs <bskeggs%redhat.com@localhost> <skeggsb%gmail.com@localhost>
+Ben Skeggs <bskeggs%redhat.com@localhost> <skeggsb@localhost.localdomain>
+Ben Skeggs <bskeggs%redhat.com@localhost> <skeggsb%nisroch.keine.ath.cx@localhost>
+
+Ben Widawsky <benjamin.widawsky%intel.com@localhost> Ben Widawsky <ben%bwidawsk.net@localhost>
+
+Blair Sadewitz <blair.sadewitz%gmail.com@localhost> Blair Sadewitz <blair.sadewitz.gmail.com>
+
+Boris Peterbarg <reist%users.sourceforge.net@localhost> reist <reist>
+
+Brian Paul <brianp%vmware.com@localhost> Brian <brian.paul%tungstengraphics.com@localhost>
+Brian Paul <brianp%vmware.com@localhost> <brian.paul%tungstengraphics.com@localhost>
+Brian Paul <brianp%vmware.com@localhost> <brian.e.paul%gmail.com@localhost>
+Brian Paul <brianp%vmware.com@localhost> <brianp%kemper.freedesktop.org@localhost>
+Brian Paul <brianp%vmware.com@localhost> brian <brian@cvp965.(none)>
+Brian Paul <brianp%vmware.com@localhost> Brian <brian%i915.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> Brian <brian%nostromo.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> Brian <brian%poulsbo.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> Brian <brian%ps3.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> Brian <brianp%vmware.com@localhost>
+Brian Paul <brianp%vmware.com@localhost> Brian <brian%yutani.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> root <brian.paul%tungstengraphics.com@localhost>
+Brian Paul <brianp%vmware.com@localhost> root <root%i915.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> root <root%nostromo.localnet.net@localhost>
+Brian Paul <brianp%vmware.com@localhost> root <root%i965.localnet.net@localhost>
+
+Bruce Merry <bmerry%users.sourceforge.net@localhost> <bmerry%gmail.com@localhost>
+
+Carl-Philip Hänsch <cphaensch%googlemail.com@localhost> Carl-Philip Haensch <s3734770%mail.zih.tu-dresden.de@localhost>
+Carl-Philip Hänsch <cphaensch%googlemail.com@localhost> Carl-Philip Haensch <carli@carli-laptop.(none)>
+Carl-Philip Hänsch <cphaensch%googlemail.com@localhost> Carl-Philip Haensch <Carl-Philip.Haensch%mailbox.tu-dresden.de@localhost>
+
+Chad Versace <chadversary%chromium.org@localhost> <chad%kiwitree.net@localhost>
+Chad Versace <chadversary%chromium.org@localhost> <chad%chad-versace.us@localhost>
+Chad Versace <chadversary%chromium.org@localhost> <Chad Versace chad%chad-versace.us@localhost>
+Chad Versace <chadversary%chromium.org@localhost> <chad.versace%intel.com@localhost>
+Chad Versace <chadversary%chromium.org@localhost> <chad.versace%linux.intel.com@localhost>
+
+Chia-I Wu <olvaffe%gmail.com@localhost> <olv%lunarg.com@localhost>
+Chia-I Wu <olvaffe%gmail.com@localhost> Chia-Wu <olvaffe%gmail.com@localhost>
+
+Chih-Wei Huang <cwhuang%linux.org.tw@localhost> Chih-Wei Huang <cwhuang%android-x86.org@localhost>
+
+Christian König <christian.koenig%amd.com@localhost> Christian Koenig <christian.koenig%amd.com@localhost>
+Christian König <christian.koenig%amd.com@localhost> Christian König <christian.koenig at amd.com>
+Christian König <christian.koenig%amd.com@localhost> Christian König <deathsimple%vodafone.de@localhost>
+
+Christoph Brill <egore911%egore911.de@localhost> Christoph Bill <egore%gmx.de@localhost>
+Christoph Brill <egore911%egore911.de@localhost> <egore%gmx.de@localhost>
+
+Christoph Bumiller <christoph.bumiller%speed.at@localhost> <e0425955%student.tuwien.ac.at@localhost>
+
+Christopher James Halse Rogers <christopher.halse.rogers%canonical.com@localhost> Christopher James Halse Rogers <raof%ubuntu.com@localhost>
+
+Claudio Ciccani <klan%directfb.org@localhost> <klan%users.sf.net@localhost>
+Claudio Ciccani <klan%directfb.org@localhost> <klan%users.sourceforge.net@localhost>
+
+Connor Abbott <cwabbott0%gmail.com@localhost> <connor.w.abbott%intel.com@localhost>
+Connor Abbott <cwabbott0%gmail.com@localhost> <connor.abbott%intel.com@localhost>
+
+Corbin Simpson <MostAwesomeDude%gmail.com@localhost> <mostawesomed...%gmail.com@localhost>
+Corbin Simpson <MostAwesomeDude%gmail.com@localhost> <mostawesomedude%gmail.com@localhost>
+
+Courtney Goeltzenleuchter <courtney%lunarg.com@localhost> <courtney%LunarG.com@localhost>
+
+Daniel Skinner <sio%users.sourceforge.net@localhost> sio <sio>
+
+Daniel Stone <daniels%collabora.com@localhost> <daniel%fooishbar.org@localhost>
+
+David Miller <davem%davemloft.net@localhost> David S. Miller <davem%davemloft.net@localhost>
+David Miller <davem%davemloft.net@localhost> Dave Miller <davem%davemloft.net@localhost>
+David Miller <davem%davemloft.net@localhost> davem69 <davem69>
+
+David Heidelberger <david.heidelberger%ixit.cz@localhost> David Heidelberg <david%ixit.cz@localhost>
+David Heidelberger <david.heidelberger%ixit.cz@localhost> <d.okias%gmail.com@localhost>
+
+David Reveman <reveman%chromium.org@localhost> <c99drn%cs.umu.se@localhost>
+
+Dieter Nützel <Dieter%nuetzel-hh.de@localhost> Dieter Nützel <dieter%nuetzel-hh.de@localhost>
+
+Dmitry Cherkassov <dcherkassov%gmail.com@localhost> Dmitry Cherkasov <dcherkassov%gmail.com@localhost>
+
+Dylan Baker <dylanx.c.baker%intel.com@localhost> <baker.dylan.c%gmail.com@localhost>
+
+Edward O'Callaghan <funfunctor%folklore1984.net@localhost> <eocallaghan%alterapraxis.com@localhost>
+
+Emeric Grange <emeric.grange%gmail.com@localhost> Emeric <emeric.grange%gmail.com@localhost>
+
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emil.velikov%collabora.com@localhost>
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emil.veliko%collabora.com@localhost>
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emil.velikov%collabora.co.uk@localhost>
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emil.veliikov%collabora.com@localhost>
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emil.velikov%gmail.com@localhost>
+Emil Velikov <emil.l.velikov%gmail.com@localhost> <emmil.velikov%collabora.com@localhost>
+
+Eric Anholt <eric%anholt.net@localhost> Eric Anholt <anholt%FreeBSD.org@localhost>
+
+Eric Engestrom <eric%engestrom.ch@localhost> <eric.engestrom%imgtec.com@localhost>
+
+Eugeni Dodonov <eugeni.dodonov%intel.com@localhost> <eugeni%mandriva.com@localhost>
+
+Fabian Bieler <der.fabe%gmx.net@localhost> <fabianbieler%fastmail.fm@localhost>
+Fabian Bieler <der.fabe%gmx.net@localhost> <&lt;der.fabe%gmx.net@localhost&gt>
+
+Feng, Haitao <haitao.feng%intel.com@localhost> Haitao Feng <haitao.feng%intel.com@localhost>
+
+Frank Henigman <fjhenigman%google.com@localhost> <fjhenigman%chromium.org@localhost>
+
+George Sapountzis <gsapountzis%gmail.com@localhost> George Sapountzis <gsap7%yahoo.gr@localhost>
+
+Gwenole Beauchesne <gwenole.beauchesne%intel.com@localhost> <gb.devel%gmail.com@localhost>
+
+Hamish Marson <hmarson%users.sourceforge.net@localhost> hmarson <hmarson>
+
+Hans de Goede <hdegoede%redhat.com@localhost> Hans de Goede <j.w..r..degoede%hhs.nl@localhost>
+
+Homer Hsing <dongsheng.xing%intel.com@localhost> <homer.hsing%gmail.com@localhost>
+
+Hui Qi Tay <hqtay%vmware.com@localhost> <tayhuiqithq%gmail.com@localhost>
+
+Ian Romanick <ian.d.romanick%intel.com@localhost> <idr%freedesktop.org@localhost>
+Ian Romanick <ian.d.romanick%intel.com@localhost> <idr%us.ibm.com@localhost>
+
+Jakob Bornecrantz <wallbraker%gmail.com@localhost> <jakob%vmware.com@localhost>
+Jakob Bornecrantz <wallbraker%gmail.com@localhost> <jakob@aurora.(none)>
+Jakob Bornecrantz <wallbraker%gmail.com@localhost> <jakob%aurora.walkyrie.se@localhost>
+Jakob Bornecrantz <wallbraker%gmail.com@localhost> <jakob%tungstengraphics.com@localhost>
+Jakob Bornecrantz <wallbraker%gmail.com@localhost> <wallbraker 'at' gmail 'dot' com>
+
+Jakub Bogusz <qboosh%pld-linux.org@localhost> <gboosh%pld-linux.org@localhost>
+
+James Legg <jlegg%feralinteractive.com@localhost> <lankyleggy%gmail.com@localhost>
+
+Jan Vesely <jano.vesely%gmail.com@localhost> Jan Vesely <jan.vesely%rutgers.edu@localhost>
+
+Jason Ekstrand <jason%jlekstrand.net@localhost> <jason.ekstrand%intel.com@localhost>
+
+Jeremy Huddleston <jeremyhu%apple.com@localhost> <jeremyhu%freedesktop.org@localhost>
+Jeremy Huddleston <jeremyhu%apple.com@localhost> <jeremy@tifa.local>
+Jeremy Huddleston <jeremyhu%apple.com@localhost> <jeremy@vincent.local>
+Jeremy Huddleston <jeremyhu%apple.com@localhost> <jeremy@yuffie.local>
+Jeremy Huddleston <jeremyhu%apple.com@localhost> Jeremy Huddleston Sequoia <jeremyhu%apple.com@localhost>
+
+Jeremy Kolb <jkolb%freedesktop.org@localhost> <jkolb%brandeis.edu@localhost>
+
+Jerome Glisse <jglisse%redhat.com@localhost> <glisse%freedesktop.org@localhost>
+Jerome Glisse <jglisse%redhat.com@localhost> <glisse%kemper.freedesktop.org@localhost>
+Jerome Glisse <jglisse%redhat.com@localhost> John Doe <glisse@barney.(none)>
+Jerome Glisse <jglisse%redhat.com@localhost> John Doe <glisse@localhost.localdomain>
+
+Jesse Barnes <jesse.barnes%intel.com@localhost> <jbarnes%hobbes.lan@localhost>
+Jesse Barnes <jesse.barnes%intel.com@localhost> <jbarnes@hobbes.(none)>
+Jesse Barnes <jesse.barnes%intel.com@localhost> <jbarnes@jbarnes-desktop.localdomain>
+Jesse Barnes <jesse.barnes%intel.com@localhost> <jbarnes@jbarnes-t61.(none)>
+Jesse Barnes <jesse.barnes%intel.com@localhost> <jbarnes%virtuousgeek.org@localhost>
+
+Joakim Sindholt <bacn%zhasha.com@localhost> <opensource%zhasha.com@localhost>
+Joakim Sindholt <bacn%zhasha.com@localhost> <zhasha@gallium-dev.(none)>
+
+Jochen Gerlach <jtg%users.sourceforge.net@localhost> jtg <jtg>
+
+Joel Bosveld <joel.bosveld%gmail.com@localhost> <Joel.Bosveld%gmail.com@localhost>
+
+Jonathan Adamczewski <jadamcze%utas.edu.au@localhost> <jadamcze%utas.edu@localhost.a>
+
+Jon Turney <jon.turney%dronecode.org.uk@localhost> Jon TURNEY <jon.turney%dronecode.org.uk@localhost>
+
+José Fonseca <jfonseca%vmware.com@localhost> Jose Fonseca <jfonseca%vmware.com@localhost>
+José Fonseca <jfonseca%vmware.com@localhost> Jose Fonseca <jrfonseca%tungstengraphics.com@localhost>
+José Fonseca <jfonseca%vmware.com@localhost> <jfonseca@pegasus.(none)>
+José Fonseca <jfonseca%vmware.com@localhost> <jfonseca@titan.(none)>
+José Fonseca <jfonseca%vmware.com@localhost> <jose.r.fonseca%gmail.com@localhost>



Home | Main Index | Thread Index | Old Index