Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
angle
/
86792f442f0c29fcc37da9ff21cafb5b92653c7d
/
BUILD.gn
44b2c0b
Avoid rebase_path() in BUILD.gn.
by Frank Henigman
· 6 years ago
ddc4120
Rename .gypi -> .gni.
by Frank Henigman
· 6 years ago
a7f97a2
Gyp is dead. Long live gn.
by Frank Henigman
· 6 years ago
c93eeaa
Make angle's commit.h depend on git head
by Takuto Ikuta
· 6 years ago
8c1508b
Update name of ANGLE Android apk to match expectations
by Courtney Goeltzenleuchter
· 6 years ago
d07c52e
Initial Android implementation of GetSystemInfo
by Ian Elliott
· 6 years ago
cd70aa4
Always depend on libandroid for angle_util.
by Yuly Novikov
· 6 years ago
b971f49
Migrating ANGLE to split LVL repos
by Tobin Ehlis
· 6 years ago
a4a3c19
Remove manual references to exe_and_shlib_deps
by Tom Anderson
· 6 years ago
b001528
Use libnativewindow for Android builds
by Courtney Goeltzenleuchter
· 6 years ago
4607148
Add build-id for all builds to help debugging
by Courtney Goeltzenleuchter
· 7 years ago
96d292d
Format cleanup
by Courtney Goeltzenleuchter
· 6 years ago
74a7632
Fix libGLESv2 wrong .def file.
by Jamie Madill
· 7 years ago
8073a95
Enable warning for non-virtual destructors
by Olli Etuaho
· 7 years ago
d47044a
Vulkan: Add framework for internal shaders.
by Jamie Madill
· 7 years ago
ddd7724
Add GLESv1_CM to angle library apk
by Courtney Goeltzenleuchter
· 7 years ago
e5db628
Cleanup for "Add angle library apk"
by Courtney Goeltzenleuchter
· 7 years ago
2565d48
Add angle library apk
by Courtney Goeltzenleuchter
· 7 years ago
ec10096
Vulkan: Add build toggle for validation layers.
by Courtney Goeltzenleuchter
· 7 years ago
eb79e33
Vulkan: Do not build mock ICD on Android.
by Jamie Madill
· 7 years ago
08b9e04
Vulkan: Disable warning in Mock ICD.
by Jamie Madill
· 7 years ago
1521526
Enable unneeded-internal-declaration compiler warning
by Courtney Goeltzenleuchter
· 7 years ago
ad4f964
Allow ANGLE libs to have arbitrary suffix.
by Yuly Novikov
· 7 years ago
40a945f
Rename vulkan_loader to libvulkan
by Yuly Novikov
· 7 years ago
8d986bf
Fix missing include files visible to GN.
by Jamie Madill
· 7 years ago
d7ebfb9
Add missing is_fuchsia to system_utils selection.
by Jamie Madill
· 7 years ago
b5db2b4
Enable -Wimplicit-fallthrough for ANGLE.
by Nico Weber
· 7 years ago
4edce33
GLES1: macOS: Add rpath to libGLESv1_CM.dylib
by Lingfeng Yang
· 7 years ago
bac02d7
Vulkan: Fix data_deps on layers
by Yuly Novikov
· 7 years ago
a1134ba
Vulkan: Relocate third-party libraries. (2/2)
by Jamie Madill
· 7 years ago
b62a1c2
Vulkan: Reorganize BUILD.gn files.
by Jamie Madill
· 7 years ago
79de62c
Explicitly suppress -Wimplicit-fallthrough for angle and its deps.
by Nico Weber
· 7 years ago
199f429
Vulkan: Enable on Android
by Yuly Novikov
· 7 years ago
5dd4ad8
Vulkan: Add a perf test for the Pipeline cache.
by Jamie Madill
· 7 years ago
e762400
Fix Android build
by Yuly Novikov
· 7 years ago
2aaa7b4
Add GLES1 targets and stub entry points.
by Geoff Lang
· 7 years ago
e42ec18
Add angle_link_glx arg to standalone gn build.
by Frank Henigman
· 7 years ago
b944053
Add extra warnings for narrowing and bool conversion.
by Geoff Lang
· 7 years ago
ff7aac5
Re-land "Export angle::PlatformMethods."
by Jamie Madill
· 7 years ago
163965d
BUILD.gn: prepare dEQP test support on Mac
by Corentin Wallez
· 7 years ago
aa9c396
Revert "BUILD.gn: prepare dEQP test support on Mac"
by Corentin Wallez
· 7 years ago
4b8b650
BUILD.gn: prepare dEQP test support on Mac
by Corentin Wallez
· 7 years ago
c4f1dd8
Use angle::BitSetIterator optimizations on arm64 as well
by Yuly Novikov
· 7 years ago
6d94f06
Add more complete NULL driver for the GL back-end.
by Jamie Madill
· 7 years ago
fb9051a
Switch from use_libfuzzer to using_fuzzing_engine.
by Jonathan Metzman
· 7 years ago
d0ef13a
Stand-alone build with gn.
by Frank Henigman
· 7 years ago
d736ccc
Add :extra_warnings to all units in BUILD.gn.
by Ben Wagner
· 7 years ago
211bff3
Enable inconsistent-missing-override for Clang
by Ben Wagner
· 7 years ago
f0be43f
Add missing dependency on exe_and_shlib_deps
by Yuly Novikov
· 7 years ago
fcadd08
Provide build target for angle_shader_translator sample.
by Ken Russell
· 7 years ago
5ea762a
Consolidate base:: imports.
by Jamie Madill
· 7 years ago
9216a6e
Introduce MRUCache.
by Jamie Madill
· 7 years ago
26098cb
Add missing dependencies on exe_and_shlib_deps (angle)
by Tom Anderson
· 7 years ago
e1fd475
Apply release asserts config to all dependents.
by Jamie Madill
· 8 years ago
29f148b
Support Vulkan on Linux as well as Windows.
by Frank Henigman
· 8 years ago
6de5185
Optimize angle::BitSetIterator.
by Jamie Madill
· 8 years ago
8f77e5d
gpu_info_util: Implement GetSystemInfo on Windows
by Corentin Wallez
· 8 years ago
16d4e47
BUILD.gn: declare_args() use_lipci
by Corentin Wallez
· 8 years ago
05356e3
BUILD.gn: do not redefine use_libpci if already present
by Corentin Wallez
· 8 years ago
d83f64f
gpu_info_util: Implement GetSystemInfo on OSX
by Corentin Wallez
· 8 years ago
878baf9
gpu_info_util: address comments for CL 438940
by Corentin Wallez
· 8 years ago
7b4e00d
gpu_info_util: Implement GetSystemInfo on Linux
by Corentin Wallez
· 8 years ago
e794cd8
Vulkan: Implement new GLSL translator back-end.
by Jamie Madill
· 8 years ago
949e070
Update BUILD.gn to account for Android default linker script change
by Andrew Grieve
· 8 years ago
dcab56a
Move some file utils to common.
by Jamie Madill
· 8 years ago
80ab03c
Add angle_white_box_tests for libANGLE render tests.
by Jamie Madill
· 8 years ago
192745a
Add varying packing validation for WebGL.
by Jamie Madill
· 8 years ago
a4ab580
Remove libEGL dependency on libANGLE
by Yuly Novikov
· 8 years ago
327ba85
Vulkan: Hook up loader code.
by Jamie Madill
· 8 years ago
120040e
D3D: Move some HLSL-specific code to a new folder.
by Jamie Madill
· 8 years ago
64598b5
Add the ANGLEPlatform entry points to eglGetProcAddress
by Corentin Wallez
· 8 years ago
dfd7fb2
Cleanup after merging translator_lib into translator
by Yuly Novikov
· 8 years ago
ea58654
Cleanup after translator component removal
by Yuly Novikov
· 8 years ago
7f07caa
Rename the build/ directory.
by Corentin Wallez
· 8 years ago
e653403
Remove component translator target and keep static_library.
by Yuly Novikov
· 8 years ago
d08f3b3
Add stubs for a NULL renderer.
by Geoff Lang
· 8 years ago
054f7ed
preprocessor: Miscellaneous cleanups
by Corentin Wallez
· 8 years ago
1db8a26
Fix warning in standalone in new validation.
by Jamie Madill
· 8 years ago
a5615c6
BUILD.gn: Disable pool alloc on all translator dependents when fuzzing
by Corentin Wallez
· 8 years ago
30e11ab
BUILD.gn: make the translator fuzzer a source set
by Corentin Wallez
· 8 years ago
28b6528
Add a fuzzer for the shader translator.
by Corentin Wallez
· 8 years ago
e3352f9
Change angle_util to be a shared library
by Yuly Novikov
· 8 years ago
55033e5
Revert "Change angle_util to be a shared library"
by Yuly Novikov
· 8 years ago
2f9b5e6
Change angle_util to be a shared library
by Yuly Novikov
· 8 years ago
91e71ed
Misc minor WinRT fixes and cleanups
by Austin Kinross
· 8 years ago
509a1d4
GN: Enable more MSVS warnings.
by Jamie Madill
· 8 years ago
ce1ed23
D3D11: Detect driver version for blit workaround.
by Jamie Madill
· 8 years ago
a8503ce
Re-land "GN: Enable chromium_code config instead."
by Jamie Madill
· 8 years ago
5bc93c4
Revert "GN: Enable chromium_code config instead."
by Jamie Madill
· 8 years ago
aeb477f
GN: Enable chromium_code config instead.
by Jamie Madill
· 8 years ago
313d944
Stop linking a static_initializer into the Mac chromium build.
by Dirk Pranke
· 8 years ago
e8d5c5c
Check ozone_platform_gbm before doing gbm stuff.
by Frank Henigman
· 8 years ago
6e4cfce
Refactor ANGLE's image manipulation code into a static library.
by Geoff Lang
· 8 years ago
62ba962
Require libdrm only if use_ozone=1.
by Frank Henigman
· 8 years ago
77df676
Add ozone display gn build.
by Frank Henigman
· 8 years ago
db8ae83
[Mac/GN] Properly set the install_name and rpath for shared_library targets and their consumers.
by Robert Sesek
· 8 years ago
a6426d6
Android GL backend and end2end tests
by Yuly Novikov
· 8 years ago
e2e406c
Add base::numerics for safe math and conversions.
by Jamie Madill
· 8 years ago
e31fd87
Enable Release ASSERT in ANGLE.
by Jamie Madill
· 8 years ago
9e54b5a
Add Vulkan stubs.
by Jamie Madill
· 8 years ago
Next »