summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-12cairo-drm support.HEADmasterChris Wilson2-87/+83
2009-11-12cogl: Create textures for external GEM objects.Chris Wilson9-2/+175
2009-11-09Revert changes to test-cogl-primitives.c from 272e227109origin/masterorigin/HEADNeil Roberts1-14/+0
2009-11-09build: Make the glib-mkenums generated files depend on their templatesDamien Lespiau1-2/+2
2009-11-09build: Fix --with-imagebackend configure switchEmmanuele Bassi1-1/+1
2009-11-09cogl: Add an initialiser for enable_flags in cogl_begin_glNeil Roberts1-1/+1
2009-11-09text: Add a NULL preedit string checkEmmanuele Bassi1-1/+3
2009-11-09Fix cursor position in preedit statusRaymond Liu1-2/+12
2009-11-06Clean up cogl.h templateEmmanuele Bassi1-8/+9
2009-11-06osx: CGBitmapContextCreate can't make 24bpp, alphaless offscreen pixmapsTim Horton1-15/+3
2009-11-06script: Coding style clean-upsEmmanuele Bassi1-19/+19
2009-11-06script: Document private functionsEmmanuele Bassi1-4/+67
2009-11-06Do not pass flags to g_module_open(NULL)Emmanuele Bassi4-7/+7
2009-11-06Merge branch 'josh-osx-fixes'Emmanuele Bassi4-151/+132
2009-11-06tests: Remove a spurious #includeJoshua Lock1-2/+0
2009-11-06osx: Fix a warning on Snow LeopardJoshua Lock1-2/+6
2009-11-06docs: Fix OS X docs to install Ports in correct orderJoshua Lock1-30/+37
2009-11-06osx: Implement the updated ClutterStageWindow interfaceJoshua Lock3-119/+89
2009-11-06behaviour: Implement the implicit alpha parsingEmmanuele Bassi3-24/+45
2009-11-06conform: Add unit for properties holding objectsEmmanuele Bassi4-0/+40
2009-11-06script: Generic assignment of properties requiring objectsEmmanuele Bassi1-10/+52
2009-11-06conformance: Add unit on the implicit alpha definitionEmmanuele Bassi4-0/+42
2009-11-06script: Apply properties when constructing implicit timelinesEmmanuele Bassi1-0/+1
2009-11-05Remove all internal use of deprecated cogl_clip_* APIRobert Bragg5-17/+19
2009-11-05[clip-stack] stop using deprecated cogl_clip_push_window_rect APIRobert Bragg1-1/+1
2009-11-05[cogl-clip] deprecate parts and cleanup the APIRobert Bragg5-28/+144
2009-11-05[clip-stack] Internally track model space clip rects as (x0,y0)(x1,y1) pairsRobert Bragg1-54/+59
2009-11-05[clip-stack] move lots of supporting code from cogl.c to cogl-clip-stack.cRobert Bragg2-264/+250
2009-11-05[debug] Adds a COGL_DEBUG=force-scanline-pathsRobert Bragg3-3/+6
2009-11-05tests: Clean up interactive test buildEmmanuele Bassi27-162/+260
2009-11-05layout: Add layout properties introspectionEmmanuele Bassi2-49/+130
2009-11-05box-layout: Add get_child_meta_type() overrideEmmanuele Bassi1-0/+8
2009-11-05bin-layout: Add get_child_meta_type() overrideEmmanuele Bassi1-0/+8
2009-11-05layout: Add LayoutManager::get_child_meta_type()Emmanuele Bassi2-0/+10
2009-11-04script: Allow parsing child propertiesEmmanuele Bassi7-1/+297
2009-11-04[cogl-primitives] Get rid of driver specific cogl-primitives codeRobert Bragg5-837/+482
2009-11-04script: Clean up Color parsing rulesEmmanuele Bassi2-10/+13
2009-11-04script: Simplify boxed types parsingEmmanuele Bassi1-90/+57
2009-11-04script: Separate construction from properties applicationEmmanuele Bassi3-79/+88
2009-11-04script: Move all parser code inside ClutterScriptParserEmmanuele Bassi3-1373/+1438
2009-11-04conform: Add the beginnings of a ClutterScript test suiteEmmanuele Bassi6-5/+55
2009-11-04tests: Allow getting data files from the tests/data directoryEmmanuele Bassi3-5/+16
2009-11-04Add new conformance tests to the ignore listEmmanuele Bassi1-0/+3
2009-11-04script: Take a copy of property nodesEmmanuele Bassi1-1/+4
2009-11-04script: Use JsonObject direct accessorsEmmanuele Bassi1-6/+10
2009-11-04Merge commit 'cogl-reorg-draw-buffers'Robert Bragg55-1545/+5130
2009-11-04[test-fbo] greatly simplify the testorigin/cogl-reorg-draw-buffersRobert Bragg1-158/+34
2009-11-04[tests] test-backface-culling: test culling with offscreen renderingRobert Bragg1-61/+111
2009-11-04[tests] Adds test-cogl-readpixels.c for very basic cogl_read_pixels testingRobert Bragg3-0/+155
2009-11-04[tests] Adds test-cogl-offscreen to validate offscreen draw bufferRobert Bragg3-0/+171