mesa/src
Dylan Baker 383032c700 anv: anv_entrypoints_gen.py: directly write files instead of piping
This changes the output to be written as a file rather than being piped.
This had one critical advantage, it encapsulates the encoding. This
prevents bugs where a symbol (generally unicode like © [copyright]) is
printed and the system being built on doesn't have a unicode locale.

v2: - Update Android.mk
v3: - Don't generate both files at once
    - Fix Android.mk
    - drop --outdir, since the filename is passed in as an argument

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2017-03-22 16:22:00 -07:00
..
amd radv: Invalidate L2 for TRANSFER_WRITE barriers 2017-03-23 09:20:31 +10:00
compiler glsl: Link glsl_compiler with CLOCK_LIB. 2017-03-22 14:58:18 -07:00
egl Android: drop Android 4.4 (KitKat) support 2017-03-22 17:53:31 +00:00
gallium util/rand_xor: add function to seed rand 2017-03-23 08:16:29 +11:00
gbm gbm: Disallow INVALID modifiers returned upon image creation 2017-03-21 14:48:11 -07:00
getopt
glx glx: Implement __DRI_BACKGROUND_CALLABLE 2017-03-16 14:14:18 +11:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv: anv_entrypoints_gen.py: directly write files instead of piping 2017-03-22 16:22:00 -07:00
loader loader: use drmGetDevice[s]2 API 2017-03-15 11:37:55 +00:00
mapi mesa: disable glthread when glNewList() is called 2017-03-20 10:22:20 +11:00
mesa drirc: add force_glsl_abs_sqrt() for "Spec Ops: The Line" 2017-03-22 22:02:20 +01:00
util util/disk_cache: use rand_xorshift128plus() to get our random int 2017-03-23 08:16:29 +11:00
vulkan vulkan/wsi: include builddir for generated headers 2017-03-13 16:04:20 +01:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
SConscript