mesa/src/panfrost/lib
Yonggang Luo 660b110494 util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.h
Use "util/detect_os.h" instead of "pipe/p_config.h" and "pipe/p_compiler.h"
in src/util/os_mman.h

This is a prepare to implement os_mman on windows

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19645>
2022-11-15 19:55:01 +00:00
..
genxml panfrost: Don't use lower_wpos_pntc on Midgard 2022-10-26 01:56:08 +00:00
tests
.gitignore
meson.build meson/panfrost: Add dep_valgrind for libpanfrost_pixel_format to fixes the compiling error: 2022-08-31 20:22:41 +00:00
pan_afbc.c
pan_attributes.c
pan_blend.c panfrost: Assert that blend shaders are nontrivial 2022-08-21 19:37:10 +00:00
pan_blend.h
pan_blitter.c panfrost: Simplify blitter blend shader creation 2022-08-21 19:37:10 +00:00
pan_blitter.h
pan_bo.c util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.h 2022-11-15 19:55:01 +00:00
pan_bo.h
pan_clear.c
pan_cs.c panfrost: Remove out-of-band CRC support 2022-11-09 15:56:20 +00:00
pan_cs.h panfrost: Adapt emit_shared_memory for indirect dispatch 2022-09-19 15:18:40 +00:00
pan_device.h
pan_earlyzs.c
pan_earlyzs.h
pan_encoder.h
pan_format.c panfrost: Enable rendering to 16-bit and 32-bit 2022-10-29 18:23:55 +00:00
pan_format.h
pan_indirect_dispatch.c panfrost: Compile indirect dispatch shader on first use 2022-11-10 14:22:56 +00:00
pan_indirect_dispatch.h panfrost: Compile indirect dispatch shader on first use 2022-11-10 14:22:56 +00:00
pan_indirect_draw.c
pan_indirect_draw.h
pan_layout.c panfrost: Require 64-byte alignment on imports 2022-11-10 14:37:18 +00:00
pan_pool.h
pan_props.c panfrost: Enable Mali-T620 2022-10-31 13:02:06 +00:00
pan_samples.c
pan_scoreboard.h
pan_scratch.c
pan_shader.c panfrost: Don't use nir_variable to link varyings 2022-11-02 16:52:11 +00:00
pan_shader.h panfrost: Handle untyped_color_outputs on Bifrost 2022-08-21 19:37:10 +00:00
pan_texture.c panfrost: Require 64-byte alignment on imports 2022-11-10 14:37:18 +00:00
pan_texture.h panfrost: Require 64-byte alignment on imports 2022-11-10 14:37:18 +00:00
pan_tiler.c
pan_util.c
pan_util.h panfrost: Precompile shaders 2022-11-02 16:52:11 +00:00
wrap.h