mesa/src/mapi
Dylan Baker fbf192a67e meson: Use consistent style
Currently the meosn build has a mix of two styles:
arg : [foo, ...
       bar],

and
arg : [
  foo, ...,
  bar,
]

For consistency let's pick one. I've picked the later style, which I
think is more readable, and is more common in the mesa code base.

v2: - fix commit message

Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
2018-01-11 15:40:02 -08:00
..
es1api meson: Use consistent style 2018-01-11 15:40:02 -08:00
es2api meson: Use consistent style 2018-01-11 15:40:02 -08:00
glapi mesa: Tidy up the 4.6 section of GL4x.xml 2018-01-06 09:28:45 +01:00
shared-glapi meson: Use consistent style 2018-01-11 15:40:02 -08:00
.gitignore
Android.mk egl/dri: link directly to libglapi.so 2017-10-02 16:26:46 +01:00
entry.c mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
entry.h
entry_ppc64le_tls.h mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
entry_ppc64le_tsd.h mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
entry_x86-64_tls.h
entry_x86_tls.h
entry_x86_tsd.h
Makefile.am mapi/shared-glapi/test: rework glapitable.h handling 2017-10-13 11:12:08 -07:00
Makefile.sources mapi: Enable assembly language API acceleration for PPC64LE (V2) 2017-06-28 08:20:45 +01:00
mapi_abi.py
mapi_glapi.c
mapi_tmp.h
meson.build meson: add variable for mapi_abi.py instead of going back up the tree 2017-11-23 09:44:16 +00:00
stub.c
stub.h
table.c
table.h
u_current.c
u_current.h
u_execmem.c
u_execmem.h