profile/ivi/clutter.git
2009-11-04 Robert Bragg[test-fbo] greatly simplify the test
2009-11-04 Robert Bragg[tests] test-backface-culling: test culling with offscr...
2009-11-04 Robert Bragg[tests] Adds test-cogl-readpixels.c for very basic...
2009-11-04 Robert Bragg[tests] Adds test-cogl-offscreen to validate offscreen...
2009-11-04 Robert Bragg[tests] test-cogl-viewport tests semantics of over...
2009-11-04 Robert Bragg[test-texture-fbo] comment the colors defined in corner...
2009-11-04 Neil RobertsAdd a conformance test for clutter_texture_new_from_actor
2009-11-04 Robert Bragg[cogl-texture-2d-sliced] allow COGL_FORMAT_ANY with...
2009-11-04 Robert Bragg[texture] fix rounding when calculating update_fbo...
2009-11-04 Robert Bragg[texture] switch to a new design for handling offscreen...
2009-11-04 Robert Bragg[texture] split out fbo update code from cluter_texture...
2009-11-04 Robert Bragg[texture] push/pop draw buffer when painting actors...
2009-11-04 Robert Bragg[texture] Avoid redundant use of cogl_clip_stack_save...
2009-11-04 Robert Bragg[cogl-draw-buffer] fix Cogl -> GL viewport coord conversion
2009-11-04 Robert Bragg[cogl_clip_push_window_rect] fix Cogl -> GL coordinate...
2009-11-04 Robert Bragg[matrix] Adds cogl_matrix_get_inverse API
2009-11-04 Robert Bragg[debug] Adds a COGL_DEBUG=matrices debug option
2009-11-04 Robert Bragg[cogl-matrix] Import Mesa's matrix manipulation code
2009-11-04 Robert Bragg[cogl] avoid any state changes when cogl_set_backface_c...
2009-11-04 Robert Bragg[cogl] Use clockwise face winding for offscreen buffers...
2009-11-04 Robert Bragg[main] Use cogl_read_pixels not glReadPixels in clutter...
2009-11-04 Robert Bragg[cogl_read_pixels] don't force a 4 byte pack alignment
2009-11-04 Robert Bragg[cogl_read_pixels] call cogl_flush() before changing...
2009-11-04 Robert Bragg[cogl_read_pixels] ensure we flush the current draw...
2009-11-04 Robert Bragg[cogl_read_pixels] fixes for calculating the y offset...
2009-11-04 Robert Bragg[read-pixels] don't flip data when reading from offscre...
2009-11-04 Robert Bragg[clip-stack] tidy up transform_point() code
2009-11-04 Robert Bragg[cogl] deprecate cogl_viewport() in favour of cogl_set_...
2009-11-04 Robert Bragg[cogl_read_pixels] use buffer not viewport height to...
2009-11-04 Robert Bragg[draw-buffer] Adds cogl_draw_buffer_get_{width,height...
2009-11-04 Robert Bragg[cogl] Make sure Cogl always knows the current window...
2009-11-04 Robert Bragg[cogl] Make sure we draw upside down to offscreen draw...
2009-11-04 Robert Bragg[cogl] Ensure features are initialized first in cogl_cr...
2009-11-04 Robert Bragg[clip-stack] Handle flipped rectangles in try_pushing_r...
2009-11-03 Robert Bragg[draw-buffers] First pass at overhauling Cogl's framebu...
2009-11-02 Robert Bragg[stage-x11] Ensure viewport is initialized before first...
2009-11-02 Robert Bragg[cogl-fbo] Bring the gles code more in line with gl...
2009-11-02 Robert Bragg[cogl-fbo] Remove poorly documented workaround for...
2009-11-02 Damien Lespiautexture: Don't compare fbo_source with COGL_INVALID_HANDLE
2009-10-30 Emmanuele Bassibuild: Add missing gles/cogl-context-driver.h to dist
2009-10-30 Emmanuele BassiAdd run-time version checks
2009-10-27 Neil Roberts[cogl_polygon] Enable COGL_ENABLE_BLEND when use_color...
2009-10-27 Neil Robertsbuild: Add $(top_buiddir)/clutter/cogl to the include...
2009-10-26 Emmanuele Bassicolor: Fix HLS-to-RGB conversion
2009-10-26 Emmanuele Bassilayout: Do not create a LayoutMeta on remove
2009-10-26 Emmanuele Bassitests: Use the right key symbol for adding children
2009-10-26 Emmanuele Bassibox: Depth level changes should queue a relayout
2009-10-26 Emmanuele Bassibox: Check before using the LayoutManager instance
2009-10-26 Emmanuele Bassitexture: Error handling fix
2009-10-26 Emmanuele Bassitests: Print out the captured event type
2009-10-23 Emmanuele Bassidocs: Add images for layout managers
2009-10-23 Emmanuele Bassicogl: Avoid C99-isms
2009-10-23 Emmanuele Bassicogl: Remove cogl-current-matrix.c
2009-10-23 Emmanuele BassiUpdate Git ignore rules
2009-10-23 Emmanuele BassiPost-release bump to 1.1.3
2009-10-23 Emmanuele BassiRelease 1.1.2 developers snapshot
2009-10-23 Emmanuele Bassibuild: Make COGL pass distcheck
2009-10-23 Emmanuele Bassiactor: Identify allocation cycles
2009-10-23 Emmanuele Bassiactor: Add checks for IN_DESTRUCTION flag
2009-10-23 Emmanuele Bassiactor: Show actor name or type in the state checks...
2009-10-22 Neil RobertsFix some compilation errors in cogl-gles2-wrapper.c
2009-10-22 Emmanuele Bassiclone: Set :source as CONSTRUCT
2009-10-22 Neil RobertsRemove cogl/{gl,gles}/Makefile.am
2009-10-21 Emmanuele Bassidocs: Close the right tag to avoid XML errors
2009-10-21 Emmanuele Bassidocs: Rename the Shader and StageManager sections
2009-10-21 Emmanuele Bassitests: Update test-script
2009-10-21 Emmanuele Bassialpha: Manually parse the :mode property in ClutterScript
2009-10-21 Emmanuele Bassiscript, docs: Update documentation for alphas
2009-10-21 Emmanuele Bassialpha: Allow setting the function in ClutterScript
2009-10-21 Emmanuele Bassiscript: Always allow setting object properties by id...
2009-10-21 Emmanuele Bassibehaviour: Notify changes of the :alpha property
2009-10-21 Owen W. TaylorForce a relayout when showing an actor
2009-10-20 Emmanuele Bassitext: Invalidate caches and sizes in set_text_internal()
2009-10-20 Robert Bragg[group] Fix copy & paste error from 857b0239e (Use...
2009-10-20 Robert Bragg[gles2] remove lots of redundant matrix stack code
2009-10-20 Robert Bragg[cogl] Removes the cogl-current-matrix abstraction
2009-10-20 Robert Bragg[matrix-stack] Adds ctx->flushed_matrix_mode to cache...
2009-10-20 Robert Braggmatrix-stack: more optimization for load_identity case
2009-10-20 Robert Bragg[matrix-stack] avoid redundant clearing of matrix when...
2009-10-20 Robert Bragg[current-matrix] Adds texture matrix stacks + removes...
2009-10-19 Emmanuele Bassitext: Take pre-edit cursor position into account
2009-10-19 Emmanuele Bassidocs: Documentation fixes
2009-10-19 Emmanuele BassiMerge branch 'layout-manager'
2009-10-19 Emmanuele Bassidocs: Reword a link
2009-10-19 Emmanuele Bassilayout, docs: Add more documentation to LayoutManager
2009-10-18 Emmanuele Bassibuild: Add back QUIET_GEN to the GIR generation
2009-10-18 Emmanuele BassiUpdate ignore file
2009-10-18 Emmanuele Bassibuild: De-nest the JSON from the introspection rules
2009-10-18 Emmanuele Bassibuild: Use QUIET_GEN when building ClutterJson GIR
2009-10-18 Emmanuele Bassibuild: Fix up the GIR generation rules
2009-10-16 Emmanuele Bassibuild: Add CPPFLAGS for the g-ir-scanner command line
2009-10-16 Robert Bragg[cogl-primitives] Split the journal out from cogl-primi...
2009-10-16 Robert Bragg[test-backface-culling] Check that inverted tex coords...
2009-10-16 Robert Bragg[cogl-spans] split out cogl-spans code from cogl-textur...
2009-10-16 Vladimir Nadvornik[cogl-texture] Split CoglTexture into an abstract class...
2009-10-16 Robert Bragg[cogl-texture] Seal CoglTexture internals from cogl...
2009-10-16 Robert Bragg[docs] switch gl_handle+gl_target docs for cogl_texture...
2009-10-16 Robert Bragg[cogl] move clutter/pango to clutter/cogl/pango
2009-10-16 Robert BraggIntial Re-layout of the Cogl source code and introducti...
2009-10-16 Robert BraggMake the CoglContext structure a bit more maintainable
next