head 1.1; branch 1.1.1; access; symbols netbsd-11-0-RC5:1.1.1.3 netbsd-11-0-RC4:1.1.1.3 netbsd-11-0-RC3:1.1.1.3 netbsd-11-0-RC2:1.1.1.3 netbsd-11-0-RC1:1.1.1.3 netbsd-11:1.1.1.3.0.4 netbsd-11-base:1.1.1.3 netbsd-10-1-RELEASE:1.1.1.3 netbsd-9-4-RELEASE:1.1.1.1 netbsd-10-0-RELEASE:1.1.1.3 netbsd-10-0-RC6:1.1.1.3 netbsd-10-0-RC5:1.1.1.3 netbsd-10-0-RC4:1.1.1.3 netbsd-10-0-RC3:1.1.1.3 netbsd-10-0-RC2:1.1.1.3 netbsd-10-0-RC1:1.1.1.3 netbsd-10:1.1.1.3.0.2 netbsd-10-base:1.1.1.3 netbsd-9-3-RELEASE:1.1.1.1 mesa-21-3-7:1.1.1.3 netbsd-9-2-RELEASE:1.1.1.1 netbsd-9-1-RELEASE:1.1.1.1 netbsd-9-0-RELEASE:1.1.1.1 netbsd-9-0-RC2:1.1.1.1 netbsd-9-0-RC1:1.1.1.1 mesalib-19-1-7:1.1.1.2 netbsd-9:1.1.1.1.0.2 netbsd-9-base:1.1.1.1 mesa-18-3-6:1.1.1.1 mesa-18-3-4:1.1.1.1 xorg:1.1.1; locks; strict; comment @# @; 1.1 date 2019.03.10.03.42.44; author mrg; state Exp; branches 1.1.1.1; next ; commitid r12jo1Nf3ebQKLeB; 1.1.1.1 date 2019.03.10.03.42.44; author mrg; state Exp; branches; next 1.1.1.2; commitid r12jo1Nf3ebQKLeB; 1.1.1.2 date 2019.09.24.17.14.35; author maya; state Exp; branches; next 1.1.1.3; commitid KJXusGl8fi9AAhEB; 1.1.1.3 date 2022.05.09.01.23.32; author mrg; state Exp; branches; next ; commitid UEBs6hNk81DdQjDD; desc @@ 1.1 log @Initial revision @ text @# Copyright © 2017 Intel Corporation # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. files_r600 = files( 'r600d_common.h', 'compute_memory_pool.c', 'compute_memory_pool.h', 'eg_asm.c', 'eg_debug.c', 'eg_sq.h', 'evergreen_compute.c', 'evergreen_compute.h', 'evergreen_compute_internal.h', 'evergreend.h', 'evergreen_hw_context.c', 'evergreen_state.c', 'r600_asm.c', 'r600_asm.h', 'r600_blit.c', 'r600d.h', 'r600_formats.h', 'r600_hw_context.c', 'r600_isa.c', 'r600_isa.h', 'r600_opcodes.h', 'r600_pipe.c', 'r600_pipe.h', 'r600_public.h', 'r600_shader.c', 'r600_shader.h', 'r600_sq.h', 'r600_state.c', 'r600_state_common.c', 'r600_uvd.c', 'r700_asm.c', 'r700_sq.h', 'cayman_msaa.c', 'r600_buffer_common.c', 'r600_cs.h', 'r600_gpu_load.c', 'r600_perfcounter.c', 'r600_pipe_common.c', 'r600_pipe_common.h', 'r600_query.c', 'r600_query.h', 'r600_streamout.c', 'r600_test_dma.c', 'r600_texture.c', 'r600_viewport.c', 'radeon_uvd.c', 'radeon_uvd.h', 'radeon_vce.c', 'radeon_vce.h', 'radeon_video.c', 'radeon_video.h', 'sb/sb_bc_builder.cpp', 'sb/sb_bc_decoder.cpp', 'sb/sb_bc_dump.cpp', 'sb/sb_bc_finalize.cpp', 'sb/sb_bc.h', 'sb/sb_bc_parser.cpp', 'sb/sb_context.cpp', 'sb/sb_core.cpp', 'sb/sb_dce_cleanup.cpp', 'sb/sb_def_use.cpp', 'sb/sb_dump.cpp', 'sb/sb_expr.cpp', 'sb/sb_expr.h', 'sb/sb_gcm.cpp', 'sb/sb_gvn.cpp', 'sb/sb_if_conversion.cpp', 'sb/sb_ir.cpp', 'sb/sb_ir.h', 'sb/sb_liveness.cpp', 'sb/sb_pass.cpp', 'sb/sb_pass.h', 'sb/sb_peephole.cpp', 'sb/sb_psi_ops.cpp', 'sb/sb_public.h', 'sb/sb_ra_checker.cpp', 'sb/sb_ra_coalesce.cpp', 'sb/sb_ra_init.cpp', 'sb/sb_sched.cpp', 'sb/sb_sched.h', 'sb/sb_shader.cpp', 'sb/sb_shader.h', 'sb/sb_ssa_builder.cpp', 'sb/sb_valtable.cpp', ) egd_tables_h = custom_target( 'egd_tables.h', input : ['egd_tables.py', 'evergreend.h'], output : 'egd_tables.h', command : [prog_python, '@@INPUT@@'], capture : true, ) r600_c_args = [] if with_gallium_opencl r600_c_args += '-DHAVE_OPENCL' endif libr600 = static_library( 'r600', [files_r600, egd_tables_h], c_args : [c_vis_args, r600_c_args], cpp_args : [cpp_vis_args], include_directories : [ inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_amd_common, inc_gallium_drivers, ], dependencies: [dep_libdrm_radeon, dep_elf, dep_llvm], ) driver_r600 = declare_dependency( compile_args : '-DGALLIUM_R600', link_with : [libr600, libradeonwinsys], ) @ 1.1.1.1 log @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. @ text @@ 1.1.1.2 log @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. @ text @d124 1 a124 1 c_args : [c_vis_args, r600_c_args, '-Wstrict-overflow=0'], @ 1.1.1.3 log @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 @ text @a37 2 'r600_dump.c', 'r600_dump.h', d106 1 a106 77 'sfn/sfn_alu_defines.cpp', 'sfn/sfn_alu_defines.h', 'sfn/sfn_callstack.cpp', 'sfn/sfn_callstack.h', 'sfn/sfn_conditionaljumptracker.cpp', 'sfn/sfn_conditionaljumptracker.h', 'sfn/sfn_defines.h', 'sfn/sfn_debug.cpp', 'sfn/sfn_debug.h', 'sfn/sfn_emitaluinstruction.cpp', 'sfn/sfn_emitaluinstruction.h', 'sfn/sfn_emitinstruction.cpp', 'sfn/sfn_emitinstruction.h', 'sfn/sfn_emitssboinstruction.cpp', 'sfn/sfn_emitssboinstruction.h', 'sfn/sfn_emittexinstruction.cpp', 'sfn/sfn_emittexinstruction.h', 'sfn/sfn_emitinstruction.h', 'sfn/sfn_instruction_alu.cpp', 'sfn/sfn_instruction_alu.h', 'sfn/sfn_instruction_base.cpp', 'sfn/sfn_instruction_base.h', 'sfn/sfn_instruction_block.cpp', 'sfn/sfn_instruction_block.h', 'sfn/sfn_instruction_cf.cpp', 'sfn/sfn_instruction_cf.h', 'sfn/sfn_instruction_export.cpp', 'sfn/sfn_instruction_export.h', 'sfn/sfn_instruction_fetch.cpp', 'sfn/sfn_instruction_fetch.h', 'sfn/sfn_instruction_gds.cpp', 'sfn/sfn_instruction_gds.h', 'sfn/sfn_instruction_lds.cpp', 'sfn/sfn_instruction_lds.h', 'sfn/sfn_instruction_misc.cpp', 'sfn/sfn_instruction_misc.h', 'sfn/sfn_instruction_tex.cpp', 'sfn/sfn_instruction_tex.h', 'sfn/sfn_ir_to_assembly.cpp', 'sfn/sfn_ir_to_assembly.h', 'sfn/sfn_liverange.cpp', 'sfn/sfn_liverange.h', 'sfn/sfn_nir.cpp', 'sfn/sfn_nir.h', 'sfn/sfn_nir_legalize_image_load_store.cpp', 'sfn/sfn_nir_lower_64bit.cpp', 'sfn/sfn_nir_lower_alu.cpp', 'sfn/sfn_nir_lower_alu.h', 'sfn/sfn_nir_lower_fs_out_to_vector.cpp', 'sfn/sfn_nir_lower_fs_out_to_vector.h', 'sfn/sfn_nir_lower_tess_io.cpp', 'sfn/sfn_nir_vectorize_vs_inputs.c', 'sfn/sfn_shader_base.cpp', 'sfn/sfn_shader_base.h', 'sfn/sfn_shader_compute.cpp', 'sfn/sfn_shader_compute.h', 'sfn/sfn_shader_fragment.cpp', 'sfn/sfn_shader_fragment.h', 'sfn/sfn_shader_geometry.cpp', 'sfn/sfn_shader_geometry.h', 'sfn/sfn_shader_tcs.cpp', 'sfn/sfn_shader_tcs.h', 'sfn/sfn_shader_tess_eval.cpp', 'sfn/sfn_shader_tess_eval.h', 'sfn/sfn_shader_vertex.cpp', 'sfn/sfn_shader_vertex.h', 'sfn/sfn_shaderio.cpp', 'sfn/sfn_shaderio.h', 'sfn/sfn_value.cpp', 'sfn/sfn_value.h', 'sfn/sfn_value_gpr.cpp', 'sfn/sfn_value_gpr.h', 'sfn/sfn_valuepool.cpp', 'sfn/sfn_valuepool.h', 'sfn/sfn_vertexstageexport.cpp', 'sfn/sfn_vertexstageexport.h', ) d124 2 a125 2 c_args : [r600_c_args, '-Wstrict-overflow=0'], gnu_symbol_visibility : 'hidden', d127 1 a127 1 inc_src, inc_mapi, inc_mesa, inc_include, inc_compiler, inc_gallium, inc_gallium_aux, inc_amd_common, d130 1 a130 1 dependencies: [dep_libdrm_radeon, dep_elf, dep_llvm, idep_nir, idep_nir_headers], d135 1 a135 1 link_with : [libr600, libmesa_gallium, libradeonwinsys], @