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
*
Fix Visual C++ build
Chun-wei Fan
2012-08-06
5
-15
/
+63
*
quaternion: Fix typo in the init_from_z_rotation documentation
Damien Lespiau
2012-08-06
1
-1
/
+1
*
doc: Hide the private fields of CoglQuaternion
Damien Lespiau
2012-08-06
1
-0
/
+1
*
doc: Include the documentation for CoglEuler
Damien Lespiau
2012-08-06
1
-2
/
+2
*
quaternion: Document init_from_quaternion()
Damien Lespiau
2012-08-06
1
-0
/
+7
*
quaternion: Document init_from_euler()
Damien Lespiau
2012-08-06
1
-0
/
+7
*
matrix: Add a init_translation() constructor
Damien Lespiau
2012-08-06
2
-0
/
+58
*
Add support for the WebOS version of SDL
Neil Roberts
2012-08-06
1
-2
/
+38
*
Fixes for building with --disable-gl
Neil Roberts
2012-08-06
4
-8
/
+13
*
buffer: Use GL_STREAM_DRAW on GLES2
Neil Roberts
2012-08-06
1
-14
/
+19
*
Don't typedef CoglMemoryStack twice
Neil Roberts
2012-08-06
1
-2
/
+2
*
Allow npot Texture2D creation with only basic npot support
Robert Bragg
2012-08-06
4
-50
/
+85
*
Add a cogl-version header
Neil Roberts
2012-08-06
6
-22
/
+192
*
journal: avoiding some _cogl_matrix_entry_get()'s
Robert Bragg
2012-08-06
1
-2
/
+4
*
Re-design the matrix stack using a graph of ops
Robert Bragg
2012-08-06
23
-772
/
+1454
*
Adds a "magazine" allocator for chunks of fixed size
Robert Bragg
2012-08-06
3
-0
/
+162
*
Adds internal CoglMemoryStack utility API
Robert Bragg
2012-08-06
3
-0
/
+241
*
build: Include stdint.h
Robert Bragg
2012-08-06
1
-0
/
+1
*
Replace cogl_path_{stroke,fill} with framebuffer API
Neil Roberts
2012-08-06
5
-51
/
+162
*
Switch use of primitive glib types to c99 equivalents
Robert Bragg
2012-08-06
198
-1744
/
+1786
*
Removes all remaining use of CoglHandle
Robert Bragg
2012-08-06
68
-343
/
+306
*
Add _COGL_STATIC_ASSERT macro
Robert Bragg
2012-08-06
3
-3
/
+67
*
bitmap-pixbuf: Fix the bitmap loader on Quartz
Neil Roberts
2012-08-06
1
-8
/
+13
*
Add a context member to CoglPath
Neil Roberts
2012-08-06
3
-13
/
+14
*
Don't include any GL header from the public GL headers
Neil Roberts
2012-08-06
10
-15
/
+56
*
Fix cogl.symbols
Chun-wei Fan
2012-08-06
1
-2
/
+1
*
cogl/Makefile.am: Fix filters for MSVC projects
Chun-wei Fan
2012-08-06
1
-3
/
+3
*
winsys-glx: Remove unused variable
Damien Lespiau
2012-08-06
1
-1
/
+0
*
Rework sdl integration api
Robert Bragg
2012-04-12
6
-1
/
+301
*
kms: defer setting crtc modes until first swap buffers
Robert Bragg
2012-04-11
4
-49
/
+104
*
kms: Add mirror support and env var configurability
Robert Bragg
2012-04-11
2
-82
/
+396
*
kms: Implement the swap buffers notify feature
Neil Roberts
2012-04-11
1
-10
/
+89
*
egl-kms: Use drmModePageFlip
Neil Roberts
2012-04-11
1
-16
/
+110
*
kms: Use GBM surfaces
Neil Roberts
2012-04-11
3
-171
/
+75
*
fix cogl_context_new crash if fail to connect renderer
Robert Bragg
2012-04-11
2
-8
/
+11
*
Fix including a non-existent header
Neil Roberts
2012-04-05
1
-1
/
+0
*
Add a workaround for slow read pixels on Mesa
Neil Roberts
2012-04-05
4
-6
/
+150
*
Add a mechanism for determining GPU driver details
Neil Roberts
2012-04-05
6
-0
/
+359
*
Use GL_PACK_ALIGNMENT of 1 whenever possible
Neil Roberts
2012-04-05
8
-11
/
+55
*
Use ffs to calculate the GL_{UN,}PACK_ALIGNMENT
Neil Roberts
2012-04-05
1
-16
/
+12
*
Use GL_ARB_sampler_objects
Neil Roberts
2012-04-05
15
-264
/
+669
*
Fix places that ignore the COGL_TEXTURE_NO_AUTO_MIPMAP flag
Neil Roberts
2012-04-05
2
-2
/
+22
*
Add constructors which take a CoglBitmap to all primitive textures
Neil Roberts
2012-04-05
12
-92
/
+154
*
Add a CoglPrimitiveTexture interface
Neil Roberts
2012-04-04
12
-13
/
+215
*
bitmap: Store a pointer to the context
Neil Roberts
2012-04-04
9
-22
/
+35
*
pipeline: Use cogl_depth_state_init to init default depth state
Neil Roberts
2012-04-03
2
-7
/
+2
*
texture: Fix error handling in get_texture_bits_via_offscreen
Adel Gadllah
2012-04-02
2
-5
/
+9
*
gles2: Support the GL_EXT_unpack_subimage extension
Neil Roberts
2012-03-23
3
-10
/
+56
*
gles: Support the GL_EXT_texture_format_BGRA8888 extension
Neil Roberts
2012-03-23
3
-3
/
+30
*
Add a context parameter to all of the texture driver virtuals
Neil Roberts
2012-03-23
9
-175
/
+201
[next]