mesa/src/mesa
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
..
drivers meson: Use consistent style 2018-01-11 15:40:02 -08:00
main glsl: remove Lower{TCS,TES}PatchVerticesIn 2018-01-10 08:21:02 +01:00
math tree-wide: remove trailing backslash 2017-06-07 01:18:09 +01:00
program program: Don't reset SamplersValidated when restoring from shader cache 2017-12-13 00:31:06 -08:00
sparc tree-wide: remove trailing backslash 2017-06-07 01:18:09 +01:00
state_tracker nir: fix st_nir_assign_var_locations for patch variables 2018-01-08 10:12:53 +11:00
swrast mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes 2017-11-09 14:13:59 -07:00
swrast_setup mesa: replace VP/FP/ATIfs _Enabled flags with helper functions 2017-06-22 01:51:02 +02:00
tnl tnl: fix not having texture coords in ATI_fs in swrast 2017-12-25 14:32:23 +01:00
tnl_dd mesa: replace ctx->Polygon._FrontBit with a helper function 2017-06-22 01:51:02 +02:00
vbo mesa: shrink VERT_ATTRIB bitfields to 32 bits 2017-11-25 17:18:22 +01:00
x86 mesa: move _mesa_exec_malloc/free() prototypes to their own header 2017-10-10 11:28:31 -06:00
x86-64
.gitignore
Android.gen.mk mesa: Fix Android build 2017-06-28 14:41:45 -07:00
Android.libmesa_dricore.mk Android: add libmesa_nir dependency to libmesa_dricore 2017-10-16 14:49:37 -05:00
Android.libmesa_git_sha1.mk buildsys: move file regeneration logic to the script itself 2017-10-27 13:38:37 +01:00
Android.libmesa_glsl_utils.mk
Android.libmesa_sse41.mk android: pass sse4.1 flag as appropriate 2017-03-30 08:02:49 +03:00
Android.libmesa_st_mesa.mk svga: fix git_sha1.h include path in Android.mk (v3) 2017-06-15 15:46:44 +01:00
Android.mesa_gen_matypes.mk
Android.mk svga: fix git_sha1.h include path in Android.mk (v3) 2017-06-15 15:46:44 +01:00
gl.pc.in
Makefile.am mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12 2017-09-07 14:13:43 +02:00
Makefile.sources mesa: add GL_ARB_gl_spirv boilerplate 2017-12-12 08:18:32 +01:00
meson.build mesa: add GL_ARB_gl_spirv boilerplate 2017-12-12 08:18:32 +01:00
SConscript build: Remove HAVE_DLOPEN 2017-10-02 19:41:22 -07:00