Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Windowing system
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Windowing systems with APIs== ===SurfaceFlinger=== [[Google]] developed a display server called SurfaceFlinger<ref name="Android system architecture">{{cite web |url=http://androidteam.googlecode.com/files/Anatomy-Physiology-of-an-Android.pdf |archive-url=https://web.archive.org/web/20160408053917/http://androidteam.googlecode.com/files/Anatomy-Physiology-of-an-Android.pdf |archive-date=2016-04-08 |title=Android system architecture }}</ref> for [[Android (operating system)|Android]]: Everything in Android is rendered to a "surface"; "surfaces" are produced by applications and placed into a queue that is managed by SurfaceFlinger.<ref>{{cite web |url=https://developer.android.com/reference/android/view/Surface.html |title=Android Developer: Surface}}</ref><ref>{{cite web |url=https://source.android.com/devices/graphics/arch-sf-hwc.html |title=Android Developer: SurfaceFlinger and Hardware Composer}}</ref> Yet another Android-specific solution is "Gralloc". Gralloc handles device memory i.e. it does allocation, arbitration, it handles synchronization via Android/Linux fence file descriptors. Gralloc competes with other solutions like e.g. Mesa's [[Generic Buffer Management]] (GBM) or Nvidia's EGLStreams. The Gralloc [[Hardware abstraction#In operating systems|hardware abstraction layer (HAL)]] is used to allocate the buffers that underlie "surfaces". For compositing in Android, Surfaces are sent to SurfaceFlinger, which uses OpenGL ES to do the compositing. Hardware Composer HAL (HWC) was introduced in Android 3.0 and has evolved steadily over the years. Its primary purpose is to determine the most efficient way to composite buffers with the available hardware. As a HAL, its implementation is device-specific and usually done by the display hardware OEM. ===Quartz Compositor=== For Apple's [[macOS]] family of operating systems, [[Quartz Compositor]] fulfils the tasks of a display server and of a window manager in the windowing system. ===Desktop Window Manager=== For [[Microsoft Windows]], from [[Windows Vista]] onward, [[Desktop Window Manager]] enables the use of hardware acceleration to render the graphical user interface. It was originally created to enable portions of the new "Windows Aero" user experience, which allowed for effects such as transparency, 3D window switching and more. It is also included with Windows Server 2008, but requires the "Desktop Experience" feature and compatible graphics drivers to be installed. From Windows 8 onwards DWM can't be disabled and is [[Software rendering|software rendered]] if no suitable graphics card is installed.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Windowing system
(section)
Add topic