index
:
delta/gnome/cogl.git
cogl-1.10
cogl-1.12
cogl-1.14
cogl-1.16
cogl-1.18
cogl-1.20
cogl-1.22
cogl-1.8
cogl-latest-win
cogl.dllexport
cogl.msvc.new
cogl.windows.fixes
fosdem-2012
halfline/wip/render-node
lionel/cogl-gst-1.18
lionel/introspection-next
master
msvc-support
msvc-support-1.8
rbradford/cogl-1.12/wayland-0.99
rbradford/wayland-resize
rbradford/wayland-update
rstrode/wip/prepare-for-mutter-merge
wip/cogl-1.12
wip/cogl-1.14
wip/cogl-1.14-fixes
wip/cogl-1.7.0
wip/cogl-2.0
wip/cogl-hair-no-banding
wip/cogl-sharp
wip/color-mask
wip/depth-texture
wip/drm-driver
wip/egl-platforms
wip/emscripten
wip/example-crate
wip/expose-glx-egl-context
wip/expose-glx-egl-context-1.18
wip/for-cairo-cogl
wip/frame-synchronization
wip/framebuffer-discard
wip/gles2-context
wip/gles2-flip-fbo
wip/glsl-unified
wip/journal-reorg
wip/lantw/support-automake-1.16
wip/lazy-texture-allocate
wip/lionel/introspection
wip/lionel/introspection-1.18
wip/mir
wip/onscreen-flip
wip/osx
wip/out-of-memory-checks
wip/outputs
wip/piotrdrag/unicode-typography
wip/pipeline-cleanup
wip/pixel-format-2101010
wip/port-clutter-tests
wip/public-atlas-apis
wip/quadbuffer-stereo
wip/release-1.7.4
wip/rib/cogl-1.12
wip/rib/cogl-1.18
wip/rib/frame-synchronization
wip/rib/gles2-context
wip/rib/introspection
wip/rib/introspection-1.18
wip/rib/master-next
wip/rig
wip/rob/kms-winsys
wip/rstrode/prepare-for-mutter-merge
wip/sdl2-android-example
wip/smcv/test-premult-use-after-free
wip/sparse
wip/split-cogl-path
wip/ulib
wip/unref-virtual
wip/virtual-framebuffer
wip/vts
wip/wayland
wip/wayland-for-demo
gitlab.gnome.org: GNOME/cogl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cogl
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename CoglFrameTimings to CoglSwapInfo
Robert Bragg
2013-01-23
9
-155
/
+158
*
move outputs member up to CoglRenderer
Robert Bragg
2013-01-23
3
-17
/
+13
*
use c99 types if applicable and s/gboolean/CoglBool/
Robert Bragg
2013-01-23
2
-4
/
+4
*
pedantic style fixes
Robert Bragg
2013-01-23
2
-18
/
+34
*
Add CoglFrameTimings
Owen W. Taylor
2013-01-23
11
-15
/
+764
*
Prefer OML_sync_control over SGI_video_sync when waiting for swap
Owen W. Taylor
2013-01-23
2
-7
/
+50
*
Add missing cogl-output.c
Owen W. Taylor
2013-01-23
1
-0
/
+110
*
Add CoglOutput and track for the GLX backend
Owen W. Taylor
2013-01-23
7
-8
/
+579
*
Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.
Patrick Welche
2013-01-22
2
-4
/
+0
*
bitmap: Don't try to token paste the typenames from stdint.h
Neil Roberts
2013-01-22
2
-86
/
+90
*
build: update to build with automake 1.13
Robert Bragg
2013-01-22
1
-4
/
+4
*
disable viewport scissor workaround for clear
Robert Bragg
2013-01-22
1
-0
/
+37
*
Reorder some struct members to avoid padding due to alignment
Neil Roberts
2013-01-22
6
-23
/
+23
*
Fix filling the array of texture pointers for sliced textures
Neil Roberts
2013-01-22
1
-2
/
+0
*
Don't try to use clip planes on GL3
Neil Roberts
2013-01-22
1
-10
/
+13
*
framebuffer: Support the GL_RED texture workaround when querying bits
Neil Roberts
2013-01-22
1
-0
/
+10
*
Query the framebuffer stencil bits instead of assuming it's global
Neil Roberts
2013-01-22
7
-38
/
+55
*
Add a public cogl_framebuffer_get_depth_bits() function
Neil Roberts
2013-01-22
4
-2
/
+32
*
framebuffer: Bind the framebuffer before querying the bits
Neil Roberts
2013-01-22
7
-89
/
+70
*
Query glX* functions before getting the context to fix GL3 driver
Neil Roberts
2013-01-22
3
-172
/
+183
*
Also flip the virtual coordinates when iterating spans
Neil Roberts
2013-01-22
1
-6
/
+9
*
texture-2d-slice: Fix the foreach_sub_texture_in_region implementation
Neil Roberts
2013-01-22
1
-11
/
+17
*
texture: Adds cogl_texture_set_data convenience api
Robert Bragg
2013-01-22
2
-0
/
+88
*
Allow lazy texture storage allocation
Robert Bragg
2013-01-22
33
-402
/
+699
*
texture: add width/height members to base CoglTexture
Robert Bragg
2013-01-22
18
-228
/
+104
*
Move _cogl_texture_get_gl_format to -texture-gl.c
Robert Bragg
2013-01-22
10
-17
/
+17
*
framebuffer: split out GL read_pixels code
Robert Bragg
2013-01-22
9
-363
/
+414
*
Remove cogl-internal.h
Robert Bragg
2013-01-22
56
-217
/
+155
*
build: Hide cogl_pipeline_cache_{new,free}()
Damien Lespiau
2013-01-22
4
-8
/
+6
*
enum-types: Fix the header guard #endif comment
Damien Lespiau
2013-01-22
1
-1
/
+1
*
doc: Fix the remaining broken internal cross-references
Damien Lespiau
2013-01-22
14
-57
/
+57
*
doc: Use Docbook's <constant> for external constants
Damien Lespiau
2013-01-22
2
-11
/
+16
*
doc: Add a missing '*' to the documentation of CoglFilterReturn
Damien Lespiau
2013-01-22
1
-1
/
+1
*
doc: Put the opening '{' at the end of combined typedefs
Damien Lespiau
2013-01-22
2
-6
/
+3
*
doc: Fix FALSE documentation
Damien Lespiau
2013-01-22
1
-1
/
+1
*
doc: Fixup type references
Damien Lespiau
2013-01-22
3
-5
/
+5
*
doc: Don't use '::' to denote an object property
Damien Lespiau
2013-01-22
1
-13
/
+13
*
doc: Populate cogl-types a bit more and move it to the general section
Damien Lespiau
2013-01-22
2
-16
/
+15
*
doc: Don't use the HTML <ul> but the DocBook equivalent
Damien Lespiau
2013-01-22
1
-7
/
+8
*
doc: Fix the remaining warning around the depth state
Damien Lespiau
2013-01-22
3
-10
/
+9
*
doc: Expose CoglDepthState
Damien Lespiau
2013-01-22
1
-5
/
+9
*
doc: Use <ulink> to make Gimbal Lock reactive
Damien Lespiau
2013-01-22
1
-3
/
+5
*
doc: Unhide cogl-matrix-stack.h
Damien Lespiau
2013-01-22
1
-1
/
+1
*
doc: Document CoglColor
Damien Lespiau
2013-01-22
1
-0
/
+4
*
doc: Document the members of CoglPollFDEvent
Damien Lespiau
2013-01-22
1
-0
/
+7
*
doc: Fix various mismatches between arguments and their documentation
Damien Lespiau
2013-01-22
13
-20
/
+39
*
doc: Make a pass on CoglRenderer argument documentation
Damien Lespiau
2013-01-22
2
-2
/
+18
*
doc: Finish describing the arguments of cogl_error_matches()
Damien Lespiau
2013-01-22
1
-1
/
+3
*
doc: Fix small typo of sequence
Damien Lespiau
2013-01-22
1
-1
/
+1
*
doc: Update the section name and description of CoglIndices
Damien Lespiau
2013-01-22
1
-3
/
+2
[next]