mesa/src/freedreno
Kristian H. Kristensen f4e64e9f53 freedreno/ir3: Avoid {0} initializer for struct reginfo
First element is not a scalar.  Just initialize the struct like we do
elsewhere.

src/freedreno/ir3/disasm-a3xx.c:958:33: warning: suggest braces around
initialization of subobject [-Wmissing-braces]

Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5174>
2020-05-26 12:46:18 -07:00
..
common freedreno/uuid: Generate meaningful device and driver UUID 2020-05-14 19:05:02 +00:00
computerator freedreno: Replace OUT_RELOCW with OUT_RELOC. 2020-05-12 16:30:57 +00:00
drm freedreno/drm: disallow exported buffers in bo cache 2020-05-25 20:47:24 +00:00
drm-shim drm-shim: Let the driver choose to overwrite the first render node. 2020-04-23 17:54:54 +00:00
fdl freedreno/a5xx: Add the outline of a unit test for a5xx layout. 2020-05-21 17:09:42 -07:00
ir3 freedreno/ir3: Avoid {0} initializer for struct reginfo 2020-05-26 12:46:18 -07:00
perfcntrs Properly check mmap return value 2020-05-22 17:15:30 +00:00
registers freedreno: Use explicit *_NONE enum for undefined formats 2020-05-26 18:35:03 +00:00
vulkan turnip: Use {} initializer to silence warning 2020-05-26 12:46:18 -07:00
.dir-locals.el freedreno: Make emacs indent the way robclark's eclipse does. 2019-05-13 15:37:01 -07:00
.editorconfig freedreno: Make .editorconfig match .dir-locals.el. 2019-05-13 15:37:01 -07:00
Android.drm.mk freedreno/drm: android: add libfreedreno_registers static dependency 2020-05-09 16:19:14 +00:00
Android.ir3.mk mesa: android: freedreno: build libfreedreno_{drm,ir3} static libs 2019-05-06 11:29:26 +00:00
Android.mk freedreno/perfcntrs: move to shared location 2019-11-21 20:01:03 +00:00
Android.perfcntrs.mk freedreno: android: fix build of perfcounters. 2020-02-07 16:34:49 +00:00
Android.registers.mk freedreno: android: add adreno-pm4-pack.xml.h generation to android build 2020-05-09 16:19:14 +00:00
Makefile.sources freedreno/ir3: add simple validate pass 2020-05-19 16:06:17 +00:00
meson.build freedreno: Centralize UUID generation into new files freedreno_uuid.c/h 2020-05-14 19:05:02 +00:00