mesa/src/gallium/drivers/vc4
Eric Engestrom 4a8085d67c replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
All squashed into a single commit because it shouldn't have any
behaviour change, except that it might work now on platforms where it
was broken because F_DUPFD_CLOEXEC is not supported but FD_CLOEXEC is.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5369>
2020-06-18 02:09:56 +00:00
..
kernel
.dir-locals.el
.editorconfig
Android.mk drm-uapi: use local files, not system libdrm 2019-02-14 11:20:00 +00:00
Makefile.sources
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
vc4_blit.c vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0 2020-03-03 19:06:03 +00:00
vc4_bufmgr.c vc4_bufmgr: fix time_t printf 2020-06-07 18:07:47 +02:00
vc4_bufmgr.h gallium/hash_table: remove some function wrappers 2020-02-26 20:35:50 +00:00
vc4_cl.c
vc4_cl.h
vc4_cl_dump.c
vc4_cl_dump.h
vc4_context.c
vc4_context.h vc4: Upload CS/VS UBO uniforms together. 2019-04-10 11:45:30 -07:00
vc4_draw.c gallium: add pipe cap for scissored clears and pass scissor state to clear() hook 2020-04-29 18:05:06 +00:00
vc4_emit.c
vc4_fence.c replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
vc4_formats.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
vc4_job.c vc4: Use _mesa_hash_table_remove_key() where appropriate. 2019-04-26 12:42:30 -07:00
vc4_nir_lower_blend.c vc4: Use NIR shader's num_outputs for generating our new output. 2020-04-23 18:52:46 +00:00
vc4_nir_lower_io.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
vc4_nir_lower_txf_ms.c vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions(). 2019-07-18 11:28:56 -07:00
vc4_opt_algebraic.c
vc4_opt_coalesce_ff_writes.c
vc4_opt_constant_folding.c
vc4_opt_copy_propagation.c
vc4_opt_dead_code.c
vc4_opt_peephole_sf.c
vc4_opt_small_immediates.c
vc4_opt_vpm.c
vc4_program.c vc4: don't relay on intr->num_components for non-vectorized intrinsics 2020-06-16 02:48:18 +00:00
vc4_qir.c util: rename list_empty() to list_is_empty() 2019-10-28 11:24:38 +00:00
vc4_qir.h vc4: Upload CS/VS UBO uniforms together. 2019-04-10 11:45:30 -07:00
vc4_qir_emit_uniform_stream_resets.c
vc4_qir_live_variables.c util/hash_table: update users to use new optimal integer hash functions 2020-01-23 17:06:57 +00:00
vc4_qir_lower_uniforms.c
vc4_qir_schedule.c util: rename list_empty() to list_is_empty() 2019-10-28 11:24:38 +00:00
vc4_qir_validate.c
vc4_qpu.c
vc4_qpu.h
vc4_qpu_defines.h
vc4_qpu_disasm.c
vc4_qpu_emit.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
vc4_qpu_schedule.c util: rename list_empty() to list_is_empty() 2019-10-28 11:24:38 +00:00
vc4_qpu_validate.c vc4: prepare for p_compiler.h dependency removal 2019-08-09 22:59:43 +03:00
vc4_query.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
vc4_register_allocate.c util/ra: spiff out select_reg_callback 2020-03-10 16:01:39 +00:00
vc4_reorder_uniforms.c
vc4_resource.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
vc4_resource.h
vc4_screen.c gallium: add shader caps INT16 and FP16_DERIVATIVES 2020-06-02 20:01:18 +00:00
vc4_screen.h gallium: rename 'state tracker' to 'frontend' 2020-05-13 13:46:53 -04:00
vc4_simulator.c
vc4_simulator_validate.h
vc4_state.c gallium: change comments to remove 'state tracker' 2020-05-13 13:47:27 -04:00
vc4_tiling.c
vc4_tiling.h
vc4_tiling_lt.c
vc4_tiling_lt_neon.c
vc4_uniforms.c vc4: Upload CS/VS UBO uniforms together. 2019-04-10 11:45:30 -07:00