History log of /xsrc/external/mit/MesaLib/dist/src/gallium/tests/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1463c08d 09-May-2022 mrg <mrg@NetBSD.org>

merge mesa 21.3.7.

7ec681f3 09-May-2022 mrg <mrg@NetBSD.org>

initial import of mesa 21.3.7

main changes since 19.1.7 include:
- more support for Vulkan functions
- better supported for newer radeonsi (both amdgpu and radeon backends)
- various bug fixes in many drivers
- many fixes and enhancements for intel drivers
- some fixes for nvidia
- OpenGL 4.6 for some drivers (intel, radeonsi)
- intel Tigerlake and Rocketlake support
- Vulkan 1.2 for some drivers
- OpenGL 4.5, GLES 3.2, and more on llvmpipe
- working Panfrost and Midgard drivers
- fix warnings in radeonsi vs newer llvm


/external/mit/MesaLib/dist/src/gallium/tests/graw/clear.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-fragcoord.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-frontface.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-write-z.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/graw_util.h
/external/mit/MesaLib/dist/src/gallium/tests/graw/gs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/graw/occlusion-query.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-sample.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/shader-leak.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-srgb.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-swizzle.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-gs.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-instanced.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-large.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/vs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/trivial/compute.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/trivial/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/unit/translate_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_cache_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_half_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_prim_verts_test.c
d8407755 24-Sep-2019 maya <maya@NetBSD.org>

Merge mesa 19.1.7

9f464c52 24-Sep-2019 maya <maya@NetBSD.org>

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.

01e04c3f 10-Mar-2019 mrg <mrg@NetBSD.org>

from maya:

Import mesa 18.3.4.

Mesa 18.3.4 implements the OpenGL 4.5 API.
Some drivers don't support all the features required in OpenGL 4.5.


/external/mit/MesaLib/dist/src/gallium/tests/graw/SConscript
/external/mit/MesaLib/dist/src/gallium/tests/graw/clear.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-fragcoord.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-frontface.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-write-z.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/graw_util.h
/external/mit/MesaLib/dist/src/gallium/tests/graw/gs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/graw/occlusion-query.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-sample.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/shader-leak.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-srgb.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-swizzle.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-gs.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-instanced.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-large.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/trivial/Makefile.am
/external/mit/MesaLib/dist/src/gallium/tests/trivial/Makefile.in
/external/mit/MesaLib/dist/src/gallium/tests/trivial/compute.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/trivial/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/Makefile.am
/external/mit/MesaLib/dist/src/gallium/tests/unit/Makefile.in
/external/mit/MesaLib/dist/src/gallium/tests/unit/SConscript
/external/mit/MesaLib/dist/src/gallium/tests/unit/meson.build
/external/mit/MesaLib/dist/src/gallium/tests/unit/pipe_barrier_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/translate_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_cache_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_format_test.c
b167d5e7 18-Dec-2014 mrg <mrg@NetBSD.org>

merge Mesa 10.3.5.

af69d88d 18-Dec-2014 mrg <mrg@NetBSD.org>

initial import of MesaLib-10.3.5


/external/mit/MesaLib/dist/src/gallium/tests/graw/SConscript
/external/mit/MesaLib/dist/src/gallium/tests/graw/clear.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/disasm.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-abs.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-add.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-dst.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-face.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-flr.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-frc.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-kil.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-lit.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-mad.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-max.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-min.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-mov.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-mul.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-sge.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-slt.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-sub.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-fragcoord.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-frontface.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/fs-write-z.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/add-mix.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/add.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/line.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/mov.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/geometry-shader/multi-line.txt
/external/mit/MesaLib/dist/src/gallium/tests/graw/graw_util.h
/external/mit/MesaLib/dist/src/gallium/tests/graw/gs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/occlusion-query.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-sample.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/shader-leak.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-srgb.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tex-swizzle.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tgsi_dump.gdb
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-gs.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-instanced.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri-large.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-abs.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-add.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-arl.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-arr.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-dst.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-flr.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-frc.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-imul_hi.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-lit.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-mad.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-max.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-min.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-mov.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-mul.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-sge.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-slt.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-sub.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-umul_hi.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
/external/mit/MesaLib/dist/src/gallium/tests/graw/vs-test.c
/external/mit/MesaLib/dist/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
/external/mit/MesaLib/dist/src/gallium/tests/trivial/Makefile.am
/external/mit/MesaLib/dist/src/gallium/tests/trivial/Makefile.in
/external/mit/MesaLib/dist/src/gallium/tests/trivial/compute.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/quad-tex.c
/external/mit/MesaLib/dist/src/gallium/tests/trivial/tri.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/Makefile.am
/external/mit/MesaLib/dist/src/gallium/tests/unit/Makefile.in
/external/mit/MesaLib/dist/src/gallium/tests/unit/SConscript
/external/mit/MesaLib/dist/src/gallium/tests/unit/pipe_barrier_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/translate_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_format_compatible_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_format_test.c
/external/mit/MesaLib/dist/src/gallium/tests/unit/u_half_test.c
3464ebd5 09-Jul-2014 riastradh <riastradh@NetBSD.org>

import MesaLib 7.11.2

Brings in support for Intel Sandy Bridge and Ivy Bridge hardware, a
new shader language compiler, and various other improvements too
numerous to list here; see <http://www.mesa3d.org/relnotes.html> for
details.