mesa/src/gallium/drivers/lima
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
..
ir lima/ppir: use a ready list in node_to_instr 2020-05-27 21:15:33 +00:00
standalone lima: add support for R and RG formats 2020-03-20 17:00:10 +00:00
Android.mk lima/ppir: duplicate consts in nir 2020-05-09 11:30:07 +00:00
lima_bo.c gallium: rename 'state tracker' to 'frontend' 2020-05-13 13:46:53 -04:00
lima_bo.h lima: implement BO cache 2019-09-22 19:20:59 -07:00
lima_context.c lima: remove its hash table entry when invalidating a resource 2020-02-24 20:53:31 +00:00
lima_context.h lima: avoid situations when scissor minx > maxx or miny > maxy 2020-04-05 18:52:11 +00:00
lima_draw.c gallium: add pipe cap for scissored clears and pass scissor state to clear() hook 2020-04-29 18:05:06 +00:00
lima_fence.c replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
lima_fence.h
lima_format.c lima: add support for R and RG formats 2020-03-20 17:00:10 +00:00
lima_format.h lima: add support for R and RG formats 2020-03-20 17:00:10 +00:00
lima_gpu.h lima: add RGBA5551 and RGBA4444 formats 2020-03-02 12:48:44 -08:00
lima_job.c lima: split pixel and texel format tables 2020-03-20 17:00:10 +00:00
lima_job.h lima: rename lima_submit to lima_job 2020-02-17 02:54:15 +00:00
lima_parser.c lima: decode depth/stencil write bits in RSW 2020-03-18 08:36:17 +00:00
lima_parser.h lima/parser: Extend rsw parsing showing strings instead of numbers 2020-02-14 21:48:25 +00:00
lima_program.c nir: add callback to nir_remove_dead_variables() 2020-06-03 02:22:23 +00:00
lima_program.h lima: add support for R and RG formats 2020-03-20 17:00:10 +00:00
lima_query.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_resource.c gallium: rename 'state tracker' to 'frontend' 2020-05-13 13:46:53 -04:00
lima_resource.h lima: implement zsbuf reload 2020-03-18 08:36:17 +00:00
lima_screen.c lima: disable Z16 format 2020-03-18 08:36:17 +00:00
lima_screen.h gallium/hash_table: turn it into a wrapper around util/hash_table 2020-02-26 20:35:50 +00:00
lima_state.c lima: rename lima_submit to lima_job 2020-02-17 02:54:15 +00:00
lima_texture.c lima: split pixel and texel format tables 2020-03-20 17:00:10 +00:00
lima_texture.h lima: add new findings to texture descriptor 2020-01-13 22:50:36 -08:00
lima_util.c lima: move dump check to macro for lima_dump_command_stream_print 2020-02-17 02:54:15 +00:00
lima_util.h lima: move dump check to macro for lima_dump_command_stream_print 2020-02-17 02:54:15 +00:00
meson.build lima/ppir: duplicate consts in nir 2020-05-09 11:30:07 +00:00