
Data Fields | |
| struct intel_be_device | base |
| struct { | |
| drm_handle_t handle | |
| struct _DriBufferObject * buffer | |
| struct pipe_surface * surface | |
| struct pipe_texture * texture | |
| char * map | |
| int offset | |
| int pitch | |
| int width | |
| int height | |
| int size | |
| int cpp | |
| } | front |
| int | deviceID |
| int | drmMinor |
| drmI830Sarea * | sarea |
| driOptionCache | optionCache |
| Configuration cache with default values for all contexts. | |
| boolean | havePools |
| struct intel_context * | dummyContext |
| Temporary(?) context to use for SwapBuffers or other situations in which we need a rendering context, but none is currently bound. | |
| unsigned | batch_id |
| struct pipe_winsys * | winsys |
Definition at line 40 of file intel_screen.h.
struct intel_be_device intel_screen::base [read] |
Definition at line 42 of file intel_screen.h.
| drm_handle_t intel_screen::handle |
Definition at line 45 of file intel_screen.h.
struct _DriBufferObject* intel_screen::buffer [read] |
Definition at line 49 of file intel_screen.h.
struct pipe_surface* intel_screen::surface [read] |
Definition at line 50 of file intel_screen.h.
struct pipe_texture* intel_screen::texture [read] |
Definition at line 51 of file intel_screen.h.
| char* intel_screen::map |
Definition at line 53 of file intel_screen.h.
Definition at line 54 of file intel_screen.h.
Definition at line 55 of file intel_screen.h.
Definition at line 56 of file intel_screen.h.
Definition at line 57 of file intel_screen.h.
Definition at line 58 of file intel_screen.h.
Definition at line 59 of file intel_screen.h.
| struct { ... } intel_screen::front |
Definition at line 62 of file intel_screen.h.
Definition at line 63 of file intel_screen.h.
Definition at line 65 of file intel_screen.h.
| driOptionCache intel_screen::optionCache |
Configuration cache with default values for all contexts.
Definition at line 70 of file intel_screen.h.
Definition at line 72 of file intel_screen.h.
struct intel_context* intel_screen::dummyContext [read] |
Temporary(?) context to use for SwapBuffers or other situations in which we need a rendering context, but none is currently bound.
Definition at line 78 of file intel_screen.h.
| unsigned intel_screen::batch_id |
Definition at line 83 of file intel_screen.h.
struct pipe_winsys* intel_screen::winsys [read] |
Definition at line 86 of file intel_screen.h.
1.5.4