mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
Merge commit 'origin/master' into 1.0-integration
Conflicts: clutter/clutter-texture.c clutter/cogl/gl/cogl-fbo.c
This commit is contained in:
@@ -428,6 +428,8 @@ ClutterTextureQuality
|
||||
clutter_texture_new
|
||||
clutter_texture_new_from_file
|
||||
clutter_texture_new_from_actor
|
||||
|
||||
<SUBSECTION>
|
||||
CLUTTER_TEXTURE_ERROR
|
||||
ClutterTextureError
|
||||
clutter_texture_set_from_file
|
||||
@@ -435,6 +437,7 @@ clutter_texture_set_from_rgb_data
|
||||
clutter_texture_set_from_yuv_data
|
||||
clutter_texture_set_area_from_rgb_data
|
||||
clutter_texture_get_base_size
|
||||
clutter_texture_get_pixel_format
|
||||
clutter_texture_get_filter_quality
|
||||
clutter_texture_set_filter_quality
|
||||
clutter_texture_get_max_tile_waste
|
||||
@@ -443,6 +446,16 @@ clutter_texture_get_cogl_texture
|
||||
clutter_texture_set_cogl_texture
|
||||
clutter_texture_get_cogl_material
|
||||
clutter_texture_set_cogl_material
|
||||
clutter_texture_get_sync_size
|
||||
clutter_texture_set_sync_size
|
||||
clutter_texture_get_repeat
|
||||
clutter_texture_set_repeat
|
||||
clutter_texture_get_keep_aspect_ratio
|
||||
clutter_texture_set_keep_aspect_ratio
|
||||
clutter_texture_get_load_async
|
||||
clutter_texture_set_load_async
|
||||
clutter_texture_get_load_data_async
|
||||
clutter_texture_set_load_data_async
|
||||
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TEXTURE
|
||||
@@ -1220,6 +1233,7 @@ clutter_model_set_sort
|
||||
clutter_model_resort
|
||||
ClutterModelFilterFunc
|
||||
clutter_model_set_filter
|
||||
clutter_model_get_filter_set
|
||||
clutter_model_filter_iter
|
||||
clutter_model_filter_row
|
||||
|
||||
|
@@ -103,6 +103,13 @@ cogl_path_stroke_preserve
|
||||
cogl_color
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-bitmap</FILE>
|
||||
<TITLE>Bitmaps</TITLE>
|
||||
cogl_bitmap_new_from_file
|
||||
cogl_bitmap_get_size_from_file
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>cogl-texture</FILE>
|
||||
<TITLE>Textures</TITLE>
|
||||
@@ -130,12 +137,6 @@ cogl_texture_get_gl_texture
|
||||
cogl_texture_get_data
|
||||
cogl_texture_set_filters
|
||||
cogl_texture_set_region
|
||||
|
||||
<SUBSECTION>
|
||||
CoglBitmap
|
||||
cogl_bitmap_new_from_file
|
||||
cogl_bitmap_free
|
||||
cogl_bitmap_get_size_from_file
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -148,7 +149,8 @@ cogl_is_shader
|
||||
cogl_shader_source
|
||||
cogl_shader_compile
|
||||
cogl_shader_get_info_log
|
||||
cogl_shader_get_parameteriv
|
||||
cogl_shader_get_type
|
||||
cogl_shader_is_compiled
|
||||
<SUBSECTION>
|
||||
cogl_create_program
|
||||
cogl_program_ref
|
||||
@@ -172,9 +174,7 @@ cogl_offscreen_new_to_texture
|
||||
cogl_offscreen_ref
|
||||
cogl_offscreen_unref
|
||||
cogl_is_offscreen
|
||||
cogl_offscreen_blit
|
||||
cogl_offscreen_blit_region
|
||||
cogl_draw_buffer
|
||||
cogl_set_draw_buffer
|
||||
<SUBSECTION Private>
|
||||
cogl_offscreen_new_multisample
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user