blob: 74d806ec79a3bbe0108e7a67e68b9b1242252f67 [file] [log] [blame]
Ady Abraham91e1a572023-09-07 13:34:46 -07001package: "com.android.graphics.libgui.flags"
Oriol Prieto Gasco33fd22e2024-02-06 18:34:41 +00002container: "system"
Ady Abraham91e1a572023-09-07 13:34:46 -07003
4flag {
5 name: "bq_setframerate"
6 namespace: "core_graphics"
7 description: "This flag controls plumbing setFrameRate thru BufferQueue"
8 bug: "281695725"
9 is_fixed_read_only: true
Ady Abraham1d0cae92024-06-14 13:41:12 -070010} # bq_setframerate
Ady Abraham91e1a572023-09-07 13:34:46 -070011
Alec Mouri21d94322023-10-17 19:51:39 +000012flag {
13 name: "frametimestamps_previousrelease"
14 namespace: "core_graphics"
15 description: "Controls a fence fixup for timestamp apis"
16 bug: "310927247"
17 is_fixed_read_only: true
Ady Abraham1d0cae92024-06-14 13:41:12 -070018} # frametimestamps_previousrelease
John Reckdb164ff2024-04-03 16:59:28 -040019
20flag {
21 name: "bq_extendedallocate"
22 namespace: "core_graphics"
23 description: "Add BQ support for allocate with extended options"
24 bug: "268382490"
25 is_fixed_read_only: true
Ady Abraham1d0cae92024-06-14 13:41:12 -070026} # bq_extendedallocate
27
28flag {
29 name: "trace_frame_rate_override"
30 namespace: "core_graphics"
31 description: "Trace FrameRateOverride fps"
32 bug: "347314033"
33 is_fixed_read_only: true
34 metadata {
35 purpose: PURPOSE_BUGFIX
36 }
37} # trace_frame_rate_override
Jim Shargo40cc62c2024-07-17 19:47:39 +000038
39flag {
40 name: "wb_platform_api_improvements"
41 namespace: "core_graphics"
42 description: "Simple improvements to Surface and ConsumerBase classes"
43 bug: "340933794"
44 is_fixed_read_only: true
45} # wb_platform_api_improvements
Marzia Favaroc9918bf2024-07-10 14:45:35 +000046
47flag {
48 name: "edge_extension_shader"
49 namespace: "windowing_frontend"
50 description: "Enable edge extension via shader"
51 bug: "322036393"
52 is_fixed_read_only: true
53} # edge_extension_shader