History log of /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
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

d8407755 24-Sep-2019 maya <maya@NetBSD.org>

Merge mesa 19.1.7

7e102996 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.

993e1d59 01-Jun-2019 mrg <mrg@NetBSD.org>

initial import of mesa-18.3.6

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/compiler/glsl/glcpp/README
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp-lex.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp-lex.l
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp-parse.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp-parse.h
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp-parse.y
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/glcpp.h
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/meson.build
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/pp.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/001-define.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/001-define.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/002-define-chain.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/002-define-chain.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/004-define-recursive.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/004-define-recursive.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/008-define-empty.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/008-define-empty.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/009-undef.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/009-undef.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/010-undef-re-define.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/010-undef-re-define.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/011-define-func-empty.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/011-define-func-empty.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/021-define-func-compose.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/021-define-func-compose.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/040-token-pasting.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/040-token-pasting.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/041-if-0.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/041-if-0.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/042-if-1.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/042-if-1.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/043-if-0-else.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/043-if-0-else.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/044-if-1-else.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/044-if-1-else.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/045-if-0-elif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/045-if-0-elif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/047-if-elif-else.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/047-if-elif-else.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/048-if-nested.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/048-if-nested.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/050-if-defined.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/050-if-defined.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/051-if-relational.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/051-if-relational.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/052-if-bitwise.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/052-if-bitwise.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/054-if-with-macros.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/054-if-with-macros.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/057-empty-arguments.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/057-empty-arguments.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/063-comments.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/063-comments.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/064-version.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/064-version.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/069-repeated-argument.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/069-repeated-argument.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/071-punctuator.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/071-punctuator.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/074-elif-undef.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/074-elif-undef.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/077-else-without-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/077-else-without-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/078-elif-without-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/078-elif-without-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/079-endif-without-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/079-endif-without-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/080-if-without-expression.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/080-if-without-expression.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/082-invalid-paste.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/083-unterminated-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/083-unterminated-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/087-if-comments.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/087-if-comments.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/090-hash-error.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/090-hash-error.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/091-hash-line.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/091-hash-line.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/095-recursive-define.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/095-recursive-define.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/096-paste-twice.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/096-paste-twice.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/098-elif-undefined.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/098-elif-undefined.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/099-c99-example.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/099-c99-example.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/115-line-continuations.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/115-line-continuations.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/119-elif-after-else.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/119-elif-after-else.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/120-undef-builtin.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/127-pragma-empty.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/127-pragma-empty.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/128-space-before-hash.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/128-space-before-hash.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/130-define-comment.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/130-define-comment.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/140-null-directive.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/140-null-directive.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/143-multiple-else.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/143-multiple-else.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/144-implicit-version.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/144-implicit-version.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/145-version-first.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/145-version-first.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/146-version-first-hash.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/146-version-first-hash.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/148-legal-characters.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/148-legal-characters.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c.expected
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/glcpp-test.sh
/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/glcpp_test.py