blob: c79a2b756933ce3147f44a724d04ffc0d2f15be0 [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 {
Jim Shargoc8845092024-07-23 22:26:53 +000048 name: "wb_stream_splitter"
49 namespace: "core_graphics"
50 description: "Removes IGBP/IGBCs from Camera3StreamSplitter as part of BufferQueue refactors"
51 bug: "340933206"
52 is_fixed_read_only: true
53} # wb_stream_splitter
54
55flag {
Marzia Favaroc9918bf2024-07-10 14:45:35 +000056 name: "edge_extension_shader"
57 namespace: "windowing_frontend"
58 description: "Enable edge extension via shader"
59 bug: "322036393"
60 is_fixed_read_only: true
61} # edge_extension_shader
Patrick Williamsac70bc52024-07-09 17:11:28 -050062
63flag {
64 name: "buffer_release_channel"
65 namespace: "window_surfaces"
66 description: "Enable BufferReleaseChannel to optimize buffer releases"
67 bug: "294133380"
68 is_fixed_read_only: true
69} # buffer_release_channel
Carlos Martinez Romero5bd67f22024-07-23 15:17:09 -070070
71flag {
72 name: "wb_surface_connect_methods"
73 namespace: "core_graphics"
74 description: "Remove redundant connect methods in Surface."
75 bug: "354273690"
76 is_fixed_read_only: true
77} # wb_surface_connect_methods