Mir
|
Graphics subsystem. Mediates interaction between core system and the graphics environment. More...
Namespaces | |
android | |
detail | |
mesa | |
nested | |
offscreen | |
Classes | |
class | Buffer |
class | BufferBasic |
class | BufferIpcMessage |
struct | BufferProperties |
Buffer creation properties. More... | |
class | Cursor |
class | CursorImage |
class | DefaultDisplayConfigurationPolicy |
class | Display |
Interface to the display subsystem. More... | |
class | DisplayBuffer |
Interface to an output framebuffer. More... | |
class | DisplayConfiguration |
Interface to a configuration of display cards and outputs. More... | |
struct | DisplayConfigurationCard |
Configuration information for a display card. More... | |
struct | DisplayConfigurationMode |
Configuration information for a display output mode. More... | |
struct | DisplayConfigurationOutput |
Configuration information for a display output. More... | |
class | DisplayConfigurationPolicy |
class | DisplayReport |
class | EGLContextStore |
struct | EGLExtensions |
class | EGLSurfaceStore |
class | EventHandlerRegister |
class | GLConfig |
Interface for customizing aspects of the GL config used by the server. More... | |
class | GLContext |
class | GLExtensionsBase |
struct | GLPrimitive |
class | GLProgram |
class | GLProgramFactory |
class | GLShader |
class | GLTexture |
class | GLTextureCache |
struct | GLVertex |
class | GraphicBufferAllocator |
Interface to graphic buffer allocation. More... | |
class | NativeBuffer |
class | NestedContext |
class | OverlappingOutputGroup |
class | OverlappingOutputGrouping |
Helper class that groups overlapping outputs together. More... | |
class | Platform |
Interface to platform specific support for graphics operations. More... | |
class | PlatformIpcOperations |
struct | PlatformIPCPackage |
Platform data to be sent to the clients over IPC. More... | |
struct | PlatformOperationMessage |
class | ProgramFactory |
class | Renderable |
class | SimpleGLProgram |
class | SoftwareCursor |
class | SurfacelessEGLContext |
struct | UserDisplayConfigurationOutput |
Mirror of a DisplayConfigurationOutput, with some fields limited to being read-only, preventing users from changing things they shouldn't. More... | |
Typedefs | |
typedef struct MirBufferPackage | NativeBuffer |
typedef IntWrapper< BufferIdTag, uint32_t > | BufferID |
typedef std::function< bool()> | DisplayPauseHandler |
typedef std::function< bool()> | DisplayResumeHandler |
typedef std::function< void()> | DisplayConfigurationChangeHandler |
typedef IntWrapper< detail::GraphicsConfCardIdTag > | DisplayConfigurationCardId |
typedef IntWrapper< detail::GraphicsConfOutputIdTag > | DisplayConfigurationOutputId |
typedef std::shared_ptr< Platform >(* | CreateHostPlatform) (std::shared_ptr< options::Option > const &options, std::shared_ptr< EmergencyCleanupRegistry > const &emergency_cleanup_registry, std::shared_ptr< DisplayReport > const &report) |
Function prototype used to return a new host graphics platform. More... | |
typedef std::shared_ptr< Platform >(* | CreateGuestPlatform) (std::shared_ptr< DisplayReport > const &report, std::shared_ptr< NestedContext > const &nested_context) |
Function prototype used to return a new guest graphics platform. More... | |
typedef void(* | AddPlatformOptions) (boost::program_options::options_description &config) |
Function prototype used to add platform specific options to the platform-independant server options. More... | |
typedef PlatformPriority(* | PlatformProbe) () |
typedef ModuleProperties const *(* | DescribeModule) () |
typedef std::list< std::shared_ptr< Renderable > > | RenderableList |
Graphics subsystem. Mediates interaction between core system and the graphics environment.
typedef IntWrapper<BufferIdTag, uint32_t> mir::graphics::BufferID |
typedef ModuleProperties const*(* mir::graphics::DescribeModule) () |
typedef IntWrapper<detail::GraphicsConfCardIdTag> mir::graphics::DisplayConfigurationCardId |
typedef std::function<void()> mir::graphics::DisplayConfigurationChangeHandler |
typedef IntWrapper<detail::GraphicsConfOutputIdTag> mir::graphics::DisplayConfigurationOutputId |
typedef std::function<bool()> mir::graphics::DisplayPauseHandler |
typedef std::function<bool()> mir::graphics::DisplayResumeHandler |
typedef struct MirBufferPackage mir::graphics::NativeBuffer |
typedef PlatformPriority(* mir::graphics::PlatformProbe) () |
typedef std::list<std::shared_ptr<Renderable> > mir::graphics::RenderableList |
|
strong |
|
strong |
|
strong |
enum mir::graphics::PlatformPriority : uint32_t |
A measure of how well a platform supports a device.
Enumerator | |
---|---|
unsupported |
Unable to function at all on this device. |
supported |
Capable of providing a functioning Platform on this device, possibly with degraded performance or features. |
best |
Capable of providing a Platform with the best features and performance this device is capable of. |
void mir::graphics::add_graphics_platform_options | ( | boost::program_options::options_description & | config | ) |
int mir::graphics::alpha_channel_depth | ( | MirPixelFormat | format | ) |
int mir::graphics::blue_channel_depth | ( | MirPixelFormat | format | ) |
bool mir::graphics::contains_alpha | ( | MirPixelFormat | format | ) |
std::shared_ptr<Platform> mir::graphics::create_guest_platform | ( | std::shared_ptr< DisplayReport > const & | report, |
std::shared_ptr< NestedContext > const & | nested_context | ||
) |
std::shared_ptr<Platform> mir::graphics::create_host_platform | ( | std::shared_ptr< options::Option > const & | options, |
std::shared_ptr< EmergencyCleanupRegistry > const & | emergency_cleanup_registry, | ||
std::shared_ptr< DisplayReport > const & | report | ||
) |
ModuleProperties const* mir::graphics::describe_graphics_module | ( | ) |
int mir::graphics::green_channel_depth | ( | MirPixelFormat | format | ) |
std::shared_ptr< mir::SharedLibrary > mir::graphics::module_for_device | ( | std::vector< std::shared_ptr< SharedLibrary >> const & | modules | ) |
|
inline |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationCard const & | val1, |
mg::DisplayConfigurationCard const & | val2 | ||
) |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationMode const & | val1, |
mg::DisplayConfigurationMode const & | val2 | ||
) |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationOutput const & | val1, |
mg::DisplayConfigurationOutput const & | val2 | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationCard const & | val | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationMode const & | val | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationOutput const & | val | ||
) |
|
inline |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationCard const & | val1, |
mg::DisplayConfigurationCard const & | val2 | ||
) |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationMode const & | val1, |
mg::DisplayConfigurationMode const & | val2 | ||
) |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationOutput const & | val1, |
mg::DisplayConfigurationOutput const & | val2 | ||
) |
PlatformPriority mir::graphics::probe_graphcis_platform | ( | ) |
int mir::graphics::red_channel_depth | ( | MirPixelFormat | format | ) |
mg::GLPrimitive mir::graphics::tessellate_renderable_into_rectangle | ( | mg::Renderable const & | renderable | ) |
bool mir::graphics::valid_pixel_format | ( | MirPixelFormat | format | ) |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015