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
*
Make stub winsys into a proper winsys backend
Robert Bragg
2011-06-01
10
-93
/
+130
*
cogl-xlib: remove special cases for stub winsys
Robert Bragg
2011-06-01
1
-50
/
+7
*
Make CoglTexture2D public as experimental API
Robert Bragg
2011-06-01
11
-56
/
+338
*
framebuffer: validate width/height in _set_viewport
Robert Bragg
2011-06-01
1
-5
/
+8
*
Revert "Initial build of a Quartz winsys stub"
Robert Bragg
2011-06-01
2
-122
/
+0
*
Revert "quartz: Remove X11 ifdefs"
Robert Bragg
2011-06-01
1
-0
/
+18
*
cogl-journal: Use a pool of vertex arrays
Neil Roberts
2011-06-01
2
-7
/
+63
*
cogl-pipeline-fragend-fixed: Fix enabling texture targets
Neil Roberts
2011-05-27
1
-1
/
+1
*
cogl-pipeline-opengl: Don't use number of tex units on fixed-function
Neil Roberts
2011-05-27
1
-19
/
+50
*
framebuffer: Bail out if the viewport has negative size
Emmanuele Bassi
2011-05-25
1
-0
/
+4
*
quartz: Remove X11 ifdefs
Emmanuele Bassi
2011-05-25
1
-18
/
+0
*
Initial build of a Quartz winsys stub
Emmanuele Bassi
2011-05-24
2
-0
/
+122
*
pipeline: Fix argument checking in set_depth_state()
Emmanuele Bassi
2011-05-18
1
-2
/
+2
*
android: Expose the only android specific symbol as experimental
Damien Lespiau
2011-05-17
1
-0
/
+1
*
debug: Allow to compile a debug Cogl without cairo
Damien Lespiau
2011-05-17
1
-4
/
+8
*
android: Add support for an EGL/Android winsys
Damien Lespiau
2011-05-17
3
-3
/
+84
*
framebuffer: Checks if glBindFramebuffer() exists when using GLES1
Damien Lespiau
2011-05-17
1
-1
/
+3
*
winsys-egl: Use g_clear_error() between two context creation tries
Damien Lespiau
2011-05-17
1
-2
/
+1
*
misc: Add the single include guard to cogl-define.h
Damien Lespiau
2011-05-17
1
-0
/
+4
*
gles1: Include GLES/egl.h or EGL/egl.h depending on the implementation
Damien Lespiau
2011-05-17
3
-27
/
+12
*
Adds missing cogl-depth-state-private.h
Robert Bragg
2011-05-16
1
-0
/
+32
*
Add CoglDepthState API
Robert Bragg
2011-05-16
12
-543
/
+511
*
cogl-primitive: Fix some broken changes for removal of NULL terminator
Neil Roberts
2011-05-16
1
-4
/
+3
*
doc: fix the name of the cogl_quaternion_equal args
Robert Bragg
2011-05-16
1
-2
/
+2
*
Don't include cogl-pango.h when scanning introspection data
Neil Roberts
2011-05-16
1
-2
/
+2
*
Don't pass around NULL terminated CoglAttribute arrays
Robert Bragg
2011-05-16
9
-200
/
+222
*
Rename CoglIndexArray to CoglIndexBuffer
Robert Bragg
2011-05-16
11
-101
/
+85
*
Rename CoglPixelArray to CoglPixelBuffer
Robert Bragg
2011-05-16
8
-71
/
+71
*
Rename CoglVertexArray to CoglAttributeBuffer
Robert Bragg
2011-05-16
20
-229
/
+235
*
Add compile time checks for size of public structs
Robert Bragg
2011-05-16
4
-0
/
+15
*
math: Adds an experimental euler API
Robert Bragg
2011-05-16
7
-0
/
+489
*
math: Adds an experimental quaternion API
Robert Bragg
2011-05-16
10
-2
/
+1220
*
deprecate #include <cogl/cogl-pango.h>
Robert Bragg
2011-05-16
2
-0
/
+34
*
framebuffer: check we have a draw/read_buffer before freeing
Robert Bragg
2011-05-11
1
-8
/
+14
*
wayland: Allow setting foreign display/compositor
Robert Bragg
2011-05-11
3
-8
/
+93
*
Explicitly set EGL_PLATFORM=wayland for wayland winsys
Robert Bragg
2011-05-11
1
-0
/
+6
*
win32: Use the right macro name for COGL_HAS_WIN32_SUPPORT
Neil Roberts
2011-05-11
2
-5
/
+2
*
cogl-pipeline-fragend-arbfp: Fix the comparison for dot3 arguments
Neil Roberts
2011-05-11
1
-1
/
+1
*
cogl-vertex-buffer: Fix the size of the array of attribute pointers
Neil Roberts
2011-05-11
1
-1
/
+1
*
cogl-winsys: Fix freeing a CoglOnscreen
Neil Roberts
2011-05-10
3
-0
/
+21
*
cogl-winsys-wgl: Plug leak on error from SetPixelFormat
Neil Roberts
2011-05-10
1
-64
/
+69
*
Add a WGL winsys
Neil Roberts
2011-05-10
9
-1
/
+948
*
cogl-winsys: Explicitly comment which vfuncs are optional
Neil Roberts
2011-05-10
5
-38
/
+52
*
cogl-winsys: Remove the get_vsync_counter virtual
Neil Roberts
2011-05-10
3
-12
/
+0
*
CoglWinsysVtable: Remove 'has_feature'
Neil Roberts
2011-05-10
1
-3
/
+0
*
Adds wayland support to the cogl EGL winsys
Robert Bragg
2011-05-10
4
-17
/
+304
*
winsys-egl: fix typo in _cogl_winsys_onscreen_init
Robert Bragg
2011-05-10
1
-1
/
+1
*
build: Fix make distcheck
Damien Lespiau
2011-05-06
1
-0
/
+3
*
build: Compile the introspection data
Emmanuele Bassi
2011-05-06
1
-1
/
+4
*
Remove all the options for building cogl standalone
Robert Bragg
2011-05-06
2
-43
/
+0
[next]