1
0
Fork 0
mutter-performance-source/doc/reference/cogl-2.0
Robert Bragg 07c0b9f89f Add CoglDepthState API
Instead of simply extending the cogl_pipeline_ namespace to add api for
controlling the depth testing state we now break the api out. This adds
a CoglDepthState type that can be stack allocated. The members of the
structure are private but we have the following API to setup the state:

    cogl_depth_state_init
    cogl_depth_state_set_test_enabled
    cogl_depth_state_get_test_enabled
    cogl_depth_state_set_test_function
    cogl_depth_state_get_test_function
    cogl_depth_state_set_writing_enabled
    cogl_depth_state_get_writing_enabled
    cogl_depth_state_set_range
    cogl_depth_state_get_range

This removes the following experimental API which is now superseded:

    cogl_material_set_depth_test_enabled
    cogl_material_get_depth_test_enabled
    cogl_material_set_depth_test_function
    cogl_material_get_depth_test_function
    cogl_material_set_depth_writing_enabled
    cogl_material_get_depth_writing_enabled
    cogl_material_set_depth_range
    cogl_material_get_depth_range

Once a CoglDepthState structure is setup it can be set on a pipeline
using cogl_pipeline_set_depth_state().
2011-05-16 18:36:44 +01:00
..
blend-strings.xml Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00
cogl-docs.xml.in math: Adds an experimental quaternion API 2011-05-16 14:11:47 +01:00
cogl-sections.txt Add CoglDepthState API 2011-05-16 18:36:44 +01:00
cogl_ortho.png Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00
fill-rule-even-odd.png Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00
fill-rule-non-zero.png Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00
Makefile.am Add CoglDepthState API 2011-05-16 18:36:44 +01:00
quad-indices-order.png Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00
quad-indices-triangles.png Adds experimental cogl 2.0 reference 2011-05-10 16:36:40 +01:00