summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Check for -fstack-protectorBernd Kuhls2018-08-211-1/+4
| | | | | | | | Not all toolchains provide support for -fstack-protector. This patch provides a configure check to avoid build errors like /home/buildroot/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-uclibc/6.4.0/../../../../x86_64-buildroot-linux-uclibc/bin/ld: cannot find -lssp_nonshared /home/buildroot/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-uclibc/6.4.0/../../../../x86_64-buildroot-linux-uclibc/bin/ld: cannot find -lssp
* Add '-fstack-protector' to CFLAGSHaihao Xiang2018-03-151-0/+1
| | | | Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* build: delete shaders targets at distcleanVíctor Manuel Jáquez Leal2018-02-111-0/+7
|
* build: remove undefined variableVíctor Manuel Jáquez Leal2018-02-111-1/+1
| | | | WAYLAND_CFLAGS is not defined by configure.ac
* build: Add libdrm_intel dependencyVíctor Manuel Jáquez Leal2018-02-111-1/+1
| | | | Fixes: #326
* Remove generated file from tree and on cleanPhilipp Kerling2017-06-281-0/+6
| | | | Signed-off-by: Philipp Kerling <pkerling@casix.org>
* Move source lists into Makefile.sourcesChih-Wei Huang2017-05-021-134/+1
| | | | | | | Factor the source lists into a shared makefile. This prevents duplicate of source lists, and hence prevents the Android build from breaking as often. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
* Improve the HEVC encoding quality on SKL/APL/KBLpeng.chen2017-04-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | V1: 1, Update the commit date 2, Add extern to a function prototype 3, Reallocate resource for different resolution pictures 4, Move static constant array ftq_25i[] 5, Free res_pak_slice_batch_buffer before flush the batch buffer 6, Add cache attribute setting 7, Fix write domain issue of output surface 8, Remove the wrong bit setting in pipe_select 9, Correct the licensing declaration 10, Move hevc enc apis declaration to the enc common api file 11, Add two field bits in PAK pic_state V2: 1, Move QM/FM default tables out of the function 2, Set the private_data for obj_surface before allocating the surface 3, Move hevc_qpc_table[] into gen9_hevc_encoder.c 4, Alocate independent ME gpe context for each HMEs 5, Reconfigure the VFE state 6, Remove the i965_zero_gpe_resource in ALLOC_GPE_RESOURCE 7, Unify the coding style V3: 1, Fix memory clear size mistake in intra_distortion 2, Disable multi-slices support for HEVC encoding Signed-off-by: peng.chen <peng.c.chen@intel.com>
* Add the new kernel binary for the improved HEVC encoder on SKL/APL/KBLpeng.chen2017-04-131-0/+1
| | | | | | | | | | V1: Move kernel binary into new file V2: Unify the coding style Signed-off-by: peng.chen <peng.c.chen@intel.com>
* ENC: add VME pipeline for AVC encoderPengfei Qu2017-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | VME pipeline: add resource and surface allocation and free function add init table for frame mbbrc update add scaling kernel for AVC encoder add BRC init reset kernel for AVC RC logic add BRC frame update-kernel for AVC RC logic add BRC MB level update kernel for AVC RC logic add REF frame QA caculation and MB level const data add MBENC kernel for AVC encoder add ME kernel for AVC encoder add WP/SFD kernel for AVC encoder add kernel init/destroy function for AVC encoder add kernel related parameter check function for AVC add VME pipeline init prepare/run function for AVC encoder v1: allocate the 32x surface accordlingly. Fixes #43 Reviewed-by: Sean V Kelley<seanvk@posteo.de> Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
* ENC: add AVC common structure and functionsPengfei Qu2017-03-021-0/+2
| | | | | | | | | v1:add kernel pointer for different platform Fixes #43 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Reviewed-by: Sean V Kelley<seanvk@posteo.de>
* ENC: add kernel related structure and define for AVCPengfei Qu2017-03-021-0/+1
| | | | | | | Fixes #43 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Reviewed-by: Sean V Kelley<seanvk@posteo.de>
* ENC: add AVC kernel binary on SKLPengfei Qu2017-03-021-0/+2
| | | | | | | | | | | v1:move kernal array into the c file v2:add file into Makefile.am v3:use the Apache 2 license header for media kernel binary Fixes #43 Reviewed-by: Sean V Kelley<seanvk@posteo.de> Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
* ENC: add const data/table for AVC encoderPengfei Qu2017-03-021-0/+2
| | | | | | | | | | v1: add fies in the Makefile.am Fixes #43 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Reviewed-by: Sean V Kelley<seanvk@posteo.de>
* ENC: add common structure for AVC encoderPengfei Qu2017-03-021-0/+3
| | | | | | | | | | | | | v1: add context init function for AVC encoder v2: add file in the Makefile.am Fixes #43 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Reviewed-by: Sean V Kelley<seanvk@posteo.de>
* Set the pipeline to use the new VP8 encoding shaders on SKL/BXT/KBLXiang, Haihao2017-02-221-0/+1
| | | | | | | | | | | | v2: correct the license header in gen9_encoder_vp8.c This is a portion of patches for VP8 rework on SKL/BXT/KBL Fixes github.com/01org/intel-vaapi-driver/issues/40 now Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Set the pipeline to use the new VP8 encoding shaders on BSWXiang, Haihao2017-02-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only one temporal layer is supported v2: Use OUT_RELOC64 instead of OUT_RELOC for 48 bits address Fix the calculation of min_bit_rate in i965_encoder_vp8_get_misc_parameters() Fix the calculation of average_bitrate and max_bitrate in i965_encoder_vp8_vme_brc_init_reset_set_curbe() Move the constant tables copied & pasted from libvpx to separate files Use the common MOCS state v3: Move all VP8 probability tables from a .h to a .c file Rename vp8_quant.h to vpx_quant.h which can be used for both VP8 and VP9 Remove the unused search path in vp8_search_path and update the comment Correct the license header in some files v4: Move all VP8 quantization tables from a .h to a .c file Add 'static' or 'static const' to variables in local file scope Free the private surface data if required This is a portion of patches for VP8 rework on BSW Fixes github.com/01org/intel-vaapi-driver/issues/39 now Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
* config: Explicitly handle wayland-client pkgconfigSean V Kelley2017-02-041-1/+1
| | | | | | | | Ensure deps are more robustly covered. fixes #29 Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* Revert "ENC:support more quality level and switch to new AVC encoder ↵Sean V Kelley2017-01-171-11/+0
| | | | | | solution on SKL" This reverts commit dcf071516da00e752afd15ca9527e1e8493c1028.
* ENC:support more quality level and switch to new AVC encoder solution on SKLPengfei Qu2017-01-101-0/+11
| | | | | Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* Rewrite Media_kernel to optimize the YUV420 8Bit-scaling on Gen9+Zhao Yakui2016-11-291-0/+1
| | | | | | | | | | | | | V1->V2: Add the support of clearing background color for NV12 The following conversion is supported: NV12->NV12 NV12->I420 I420->NV12 I420->I420 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Xiang, Haihao<haihao.xiang@intel.com>
* Move some VPP structures/functions into the common files to support more ↵Zhao Yakui2016-11-291-0/+2
| | | | | | | | | | platforms This is to define some common structures/functions so that they can be used on more platforms when adding new VPP functions. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Xiang, Haihao<haihao.xiang@intel.com>
* i965: compile driver source as convenience libraryU. Artie Eoff2016-09-071-4/+13
| | | | | | | | | Compile driver source into a noinst convenience library and link it into the driver module. This allows for tests to link to the driver library, too, for testing. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
* Don't check WAYLAND_SCANNER if wayland isn't used or foundXiang, Haihao2016-06-031-2/+5
| | | | | | | | | | | | | | checking for WAYLAND... no checking for LIBVA_WAYLAND_DEPS... no checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for WAYLAND_SCANNER... no configure: error: Package requirements (wayland-scanner) were not met: No package 'wayland-scanner' found Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* Add the low-level implementation of VP9 encodingZhao Yakui2016-05-271-0/+7
| | | | | | | | | | The following are includes: a. The definition of data structure related with VP9 encoding b. VME/PAK pipeline related with VP9 encoding c. The required helper function Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* Refine vp9_probs.h so that the prob table can be used for encodingZhao Yakui2016-05-261-0/+1
| | | | | | | | Otherwise the prob definition will be defined twice if it is included in two files. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* Implement low power mode on SKLXiang, Haihao2016-05-091-0/+2
| | | | | | | | VDEnc is one of the fixed function pipelines in VDBox which is a dedicated engine for low power mode Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Reviewed-By: Sean V Kelley <sean.v.kelley@intel.com>
* VP9 HWDEC:add vp9 table fileSirisha Muppavarapu2015-12-071-0/+1
| | | | | | | Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Signed-off-by: Sirisha Muppavarapu <sirisha.muppavarapu@intel.com> Signed-off-by: peng.chen <peng.c.chen@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
* render: extract out yuv->rgb coefsLionel Landwerlin2015-11-091-0/+2
| | | | | | Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
* Wrapper the DriverContextP of backend driverZhao Yakui2015-09-061-0/+1
| | | | | | | | | | | | The default directory of backend driver is used.(LIBVA_DRIVERS_PATH). Only when the backend driver exists, the wrapper is initialized and added. Otherwise it won't be initialized. And the option of "enable-wrapper" is added, which is used to determine whether the wrapper of backend driver is supported. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* Add Android.mk to the corresponding EXTRA_DISTXiang, Haihao2015-06-041-1/+1
| | | | | | | 'make dist' can include all Android.mk files in the release package Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90541 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* HEVC ENC:Added PAK pipelineQu,Pengfei2015-03-191-0/+1
| | | | | | | | Signed-off-by: Qu,Pengfei <Pengfei.Qu@intel.com> [Fix PAK-BSE data start offset in HCP_SLICE_STATE] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 3f47222004c6c2e575b170c7c7c3be00f61df302)
* HEVC ENC:Added PAK context for HEVCQu,Pengfei2015-03-191-0/+1
| | | | | Signed-off-by: Qu,Pengfei <Pengfei.Qu@intel.com> (cherry picked from commit 41f23f3dcfe24ca9493b36cb00bab5317584b099)
* VP8 HWEnc: Build VP8 PAK pipeline and enabling I frameZhong Li2015-03-191-0/+1
| | | | | | | | Signed-off-by: Zhong Li <zhong.li@intel.com> (cherry picked from commit a18ce4664113d5b1a9b29ed45bf137df6b7a7898) Conflicts: src/i965_encoder_utils.c
* Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao2014-12-141-0/+2
| | | | | | | The hcp (HEVC codec pipeline) for decoding will be built later Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit f5de561ddbf6f70efbbd9a2663327cce4ba5f0fb)
* Add the initial support for VPP on SKLXiang, Haihao2014-12-141-0/+2
| | | | | | | | | | | | | | There are only a few changes on media pipeline between BDW and SKL, so we can reuse most BDW VPP code. I will follow the DOCs to fix media pipeline states for SKL and add shaders for each processing Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 31f09369d4f934e19909616b2a2e94bc54ef3e64) Conflicts: src/gen8_post_processing.c
* Skl: Add the initial support for media encodingZhao Yakui2014-12-141-0/+2
| | | | | | | | | | | | | | The separated file are added for the media encoding on SKL, which is copied from that on Gen8 and the function name is changed from gen8_xxx to gen9_xxx. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit f6da8bbc29d7449a3bc9e586906496eab4011c25) Cleanup packed header insertion for MVC encoding Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit dde2a653519f757a167d4a1a55c516b1ec8d716e)
* Skl: Add the initial support for rendering on SklZhao Yakui2014-12-141-0/+1
| | | | | | | | | | The seperated file of gen9_render.c is added for the rendering, which is copied from gen8_render.c and the function name is changed from gen8_XXX to gen9_XXX. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 9f9e5d144bd4131876371df0dfc00085a39049e8)
* vpp: factor out calculation of AVS coefficients.Gwenole Beauchesne2014-11-111-0/+2
| | | | | | | | | | | Split calculation of AVS coefficients into separate helper functions in view to supporting alternate algorithms, but we stick to bilinear interpolation for now. Actually fix bilinear filtering coefficients if the sharp 8x8 filter is used. This is still disabled by default though. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Add final header to fix 'make dist'Emil Velikov2014-11-101-0/+1
| | | | | | | | Add the autogenerated header wayland-drm-client-protocol.h to noinst_HEADERS thus silence 'make distcheck' about about it being left out. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* Do not overlink i965_drv_videoEmil Velikov2014-11-101-1/+0
| | | | | | | The va backend does not use any of the libva functions. As such there is no need to link against it. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* i965_drv_video: add git commit id to VA driver version string.Gwenole Beauchesne2014-09-091-2/+37
| | | | | | | | v2: renamed i965_drv_version.h to intel_version.h, changed macro definition to INTEL_DRIVER_GIT_VERSION, and displayed the git version string only in "pre" version modes. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Move all of PCIIDs and codec info into separated filesXiang, Haihao2014-05-261-0/+2
| | | | | | | | | | The redundant code will be removed soon. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit d20db5984989626728f62eb3e02b60093d914d01) Conflicts: src/i965_drv_video.c
* Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_videoZhao Yakui2014-04-231-0/+1
| | | | | | | This is helpful to avoid the typo error when using VA_FOURCC(A, B, C, D). Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> (cherry picked from commit ab3e02d63fe672e3f81631f2beb5bc2b7ab17af0)
* Add the seperated file for Video post-processing on BDWZhao Yakui2014-04-231-0/+1
| | | | | | | | Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> (cherry picked from commit 6e1baecded9d23b32daa8e34828b6a5d32a27c46) Conflicts: src/i965_post_processing.c
* Add the seperated file for rendering on BDWZhao Yakui2014-04-231-0/+1
| | | | | | | | This is to avoid the interference between the new platform and previous platform. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> (cherry picked from commit fbd6b7ff33ed5beb15f0122ec70668ed0c8479d2)
* Add the separated media encoding/decoding files for BDWZhao Yakui2014-02-271-0/+3
| | | | | | | | | | As a lot of changes about the media are added between Haswell and BDW, the separated media encoding/decoding files are added for BDW. This is to avoid complex backward logic for Haswell. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> [Haihao: directly use object instead of id] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* fix the broken package generated by make distXiang, Haihao2013-09-241-0/+1
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-8/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/Makefile.am src/gen6_mfc.c src/gen6_mfd.c src/gen6_vme.c src/gen6_vme.h src/gen75_mfc.c src/gen75_mfd.c src/gen75_vme.c src/gen75_vpp_vebox.c src/gen75_vpp_vebox.h src/gen7_mfd.c src/i965_avc_bsd.c src/i965_decoder.h src/i965_decoder_utils.c src/i965_defines.h src/i965_drv_video.c src/i965_drv_video.h src/i965_encoder.c src/i965_encoder.h src/i965_output_dri.c src/i965_post_processing.c src/i965_post_processing.h src/i965_render.c src/i965_structs.h src/intel_driver.c src/object_heap.c src/shaders/post_processing/Common/AYUV_Load_16x8.asm src/shaders/post_processing/Common/AYUV_Load_16x8.inc src/shaders/post_processing/Common/Init_All_Regs.asm src/shaders/post_processing/Makefile.am src/shaders/post_processing/gen5_6/Common/AYUV_Load_16x8.asm src/shaders/post_processing/gen5_6/Common/AYUV_Load_16x8.inc src/shaders/post_processing/gen5_6/Common/Init_All_Regs.asm src/shaders/post_processing/gen5_6/Common/NV12_Load_8x4.asm src/shaders/post_processing/gen5_6/Common/RGBX_Load_16x8.asm src/shaders/post_processing/gen5_6/Common/RGBX_Load_16x8.inc src/shaders/post_processing/gen5_6/Makefile.am src/shaders/post_processing/gen5_6/nv12_avs_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_avs_nv12.g6b src/shaders/post_processing/gen5_6/nv12_dn_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_dn_nv12.g6b src/shaders/post_processing/gen5_6/nv12_dndi_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_dndi_nv12.g6b src/shaders/post_processing/gen5_6/nv12_load_save_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_load_save_nv12.g6b src/shaders/post_processing/gen5_6/nv12_load_save_pa.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_load_save_pa.g6b src/shaders/post_processing/gen5_6/nv12_load_save_pl3.g4b.gen5 src/shaders/post_processing/gen5_6/nv12_load_save_pl3.g6b src/shaders/post_processing/gen5_6/pa_load_save_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/pa_load_save_nv12.g6b src/shaders/post_processing/gen5_6/pa_load_save_pl3.g4b.gen5 src/shaders/post_processing/gen5_6/pa_load_save_pl3.g6b src/shaders/post_processing/gen5_6/pl3_load_save_nv12.g4b.gen5 src/shaders/post_processing/gen5_6/pl3_load_save_nv12.g6b src/shaders/post_processing/gen5_6/pl3_load_save_pa.g4b.gen5 src/shaders/post_processing/gen5_6/pl3_load_save_pa.g6b src/shaders/post_processing/gen5_6/pl3_load_save_pl3.g4b.gen5 src/shaders/post_processing/gen5_6/pl3_load_save_pl3.g6b src/shaders/post_processing/gen7/EOT.g4a src/shaders/post_processing/gen7/Makefile.am src/shaders/post_processing/gen7/PA_AVS_Buf_0.g4a src/shaders/post_processing/gen7/PA_AVS_Buf_1.g4a src/shaders/post_processing/gen7/PA_AVS_Buf_2.g4a src/shaders/post_processing/gen7/PA_AVS_Buf_3.g4a src/shaders/post_processing/gen7/PL2_AVS_Buf_0.g4a src/shaders/post_processing/gen7/PL2_AVS_Buf_1.g4a src/shaders/post_processing/gen7/PL2_AVS_Buf_2.g4a src/shaders/post_processing/gen7/PL2_AVS_Buf_3.g4a src/shaders/post_processing/gen7/PL3_AVS_Buf_0.g4a src/shaders/post_processing/gen7/PL3_AVS_Buf_1.g4a src/shaders/post_processing/gen7/PL3_AVS_Buf_2.g4a src/shaders/post_processing/gen7/PL3_AVS_Buf_3.g4a src/shaders/post_processing/gen7/Save_AVS_NV12.g4a src/shaders/post_processing/gen7/Save_AVS_PA.g4a src/shaders/post_processing/gen7/Save_AVS_PL3.g4a src/shaders/post_processing/gen7/Save_AVS_RGB.g4a src/shaders/post_processing/gen7/Set_AVS_Buf_0123_BGRA.g4a src/shaders/post_processing/gen7/Set_AVS_Buf_0123_PL2.g4a src/shaders/post_processing/gen7/Set_AVS_Buf_0123_PL3.g4a src/shaders/post_processing/gen7/Set_AVS_Buf_0123_VUYA.g4a src/shaders/post_processing/gen7/Set_AVS_Buf_0123_VYUA.g4a src/shaders/post_processing/gen7/Set_Layer_0.g4a src/shaders/post_processing/gen7/VP_Setup.g4a src/shaders/vme/Makefile.am src/shaders/vme/inter_frame_haswell.asm src/shaders/vme/inter_frame_haswell.g75b src/shaders/vme/intra_frame_haswell.asm src/shaders/vme/intra_frame_haswell.g75b src/shaders/vme/vme75.inc src/shaders/vme/vme7_mpeg2.inc
| * Automake 1.13 fixupsArmin K2013-03-191-1/+1
| | | | | | | | | | | | | | | | | | error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Added NOCONFIGURE check to autogen.sh