summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* pipeline: Implements _cogl_pipeline_hash functionRobert Bragg2010-12-071-0/+520
* pipeline: generalize _cogl_pipeline_equalRobert Bragg2010-12-071-91/+196
* pipeline: remove layer->backend_priv[] arrayRobert Bragg2010-12-071-24/+0
* pipeline simple optimization for _needs_blending_enabledRobert Bragg2010-12-031-4/+13
* pipeline: inline _get_parent and _get_authorityRobert Bragg2010-12-031-17/+0
* cogl-pipeline: Fix comparing layer states for finding codgen authorityNeil Roberts2010-12-011-2/+9
* cogl-pipeline: Fix the codgen authority for texture target changesNeil Roberts2010-12-011-15/+14
* cogl_pipeline_equal: Fix the comparison for layer texture equalityNeil Roberts2010-11-261-1/+8
* pipeline: Simplify layer change notifications to backendRobert Bragg2010-11-251-12/+10
* Disable the fixed function backend for GLES2Neil Roberts2010-11-241-0/+2
* cogl-pipeline: Add getters for the alpha test stateNeil Roberts2010-11-241-0/+25
* cogl: Separate out state flags for the alpha test func and refNeil Roberts2010-11-241-24/+86
* Move need_texture_combine_separate to cogl-pipelineNeil Roberts2010-11-241-0/+74
* Move find_arbfp_authority to cogl-pipeline.cNeil Roberts2010-11-241-0/+142
* primitives: validate with _cogl_pipeline_foreach_layerRobert Bragg2010-11-231-2/+4
* cogl: remove WrapModeOverrides from FlushOptionsRobert Bragg2010-11-231-55/+0
* cogl-pipeline: Use layer overrides as CoglHandles instead of GLuintNeil Roberts2010-11-111-93/+12
* pipeline: Avoid costly checking of lighting propertiesRobert Bragg2010-11-041-18/+24
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-0/+5725