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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This re-licenses Cogl under the MIT license
Robert Bragg
2014-01-14
327
-4474
/
+6574
*
pipeline-cache: Prune old unused pipelines when the cache gets too big
Neil Roberts
2014-01-14
8
-87
/
+334
*
winsys-glx: Fix swap region to remain disabled for old mesa
Adel Gadllah
2014-01-06
1
-1
/
+1
*
winsys-glx: Reenable swap_region for llvmpipe and swrast
Adel Gadllah
2014-01-06
1
-10
/
+14
*
texture: fix cogl_texture_get_components prototype
Robert Bragg
2014-01-02
2
-2
/
+2
*
remove internal_format and redundant error arguments
Robert Bragg
2014-01-01
60
-549
/
+308
*
introduce texture loaders to make allocations lazy
Robert Bragg
2014-01-01
28
-838
/
+1599
*
get_texture_bits_via_offscreen(): use meta texture format
Robert Bragg
2014-01-01
3
-25
/
+69
*
texture: return ints from _get_width/height
Robert Bragg
2014-01-01
2
-4
/
+4
*
texture: make cogl_texture_get_format api private
Robert Bragg
2014-01-01
18
-33
/
+23
*
atlas: defer checks until allocation
Robert Bragg
2014-01-01
1
-24
/
+24
*
atlas: make zero size a programmer error
Robert Bragg
2014-01-01
1
-9
/
+2
*
texture: allocate on slicing/hw repeat queries
Robert Bragg
2014-01-01
1
-0
/
+6
*
ensure texture allocated in _get_gl_texture() in preparation
Robert Bragg
2014-01-01
1
-0
/
+3
*
framebuffer: defer calculating level size until allocation
Robert Bragg
2014-01-01
4
-34
/
+53
*
framebuffer: if size unknown; allocate for size/vp queries
Robert Bragg
2014-01-01
1
-0
/
+32
*
offscreen: allocate texture before querying slicing
Robert Bragg
2014-01-01
1
-3
/
+5
*
framebuffer: make format internal
Robert Bragg
2014-01-01
5
-17
/
+11
*
cogl-gst: video-sink: fix YV12/I420 support
Robert Bragg
2014-01-01
1
-3
/
+3
*
cogl-gst: video-sink: fix ayuv pipeline setup
Lionel Landwerlin
2013-12-11
1
-2
/
+2
*
cogl-gst: video-sink: fix YV12/I420 support
Lionel Landwerlin
2013-12-11
1
-4
/
+49
*
cogl-framebuffer: Don't mark the clear clip dirty from the journal
Jasper St. Pierre
2013-12-04
3
-1
/
+11
*
Fix calculating the bounds when clipping from a primitive
Neil Roberts
2013-12-03
2
-2
/
+2
*
Add a test for cogl_framebuffer_push_path_clip
Neil Roberts
2013-12-03
3
-1
/
+71
*
Remove the framebuffer's stack of clip stacks
Neil Roberts
2013-11-29
8
-257
/
+20
*
Update .gitignore
Neil Roberts
2013-11-29
1
-0
/
+3
*
Make cogl-sdl.h a top-level header
Robert Bragg
2013-11-28
4
-7
/
+32
*
configure: improve the error message if gbm missing
Robert Bragg
2013-11-28
1
-1
/
+1
*
build: fix building introspection data
Robert Bragg
2013-11-28
8
-1
/
+142
*
wayland: Add a convenience function to update a region from SHM buffer
Neil Roberts
2013-11-28
3
-61
/
+123
*
Use COGL_FLAGS_* for the context's private feature flags
Neil Roberts
2013-11-28
45
-226
/
+291
*
Declare interface types as void and remove cast macros
Robert Bragg
2013-11-27
58
-142
/
+268
*
Add API to control per-framebuffer depth writing
Hans Petter Jansson
2013-10-28
6
-8
/
+109
*
egl: forward declare wl_resource for compatibility
Robert Bragg
2013-10-28
1
-0
/
+21
*
wayland-server: Use wl_resource instead of wl_buffer
Neil Roberts
2013-10-15
4
-6
/
+5
*
Fix build on big-endian
Emilio Pozuelo Monfort
2013-10-15
1
-1
/
+1
*
cogl.symbols: Make Sure cogl_is_atlas_texture is Exported
Chun-wei Fan
2013-10-15
1
-0
/
+1
*
framebuffer: NOP _set_color_mask if mask isn't changing
Robert Bragg
2013-10-15
1
-0
/
+3
*
Remove padding from eulers and quaternions
Robert Bragg
2013-10-14
2
-16
/
+2
*
Avoid conflicting client/server wayland includes
Robert Bragg
2013-10-14
1
-3
/
+0
*
util: simplify _COGL_STATIC_ASSERT definition
Robert Bragg
2013-10-14
1
-20
/
+2
*
pipeline: notify all progends of changes
Robert Bragg
2013-10-14
1
-15
/
+28
*
conform: check we invalidate ancestor cached state
Robert Bragg
2013-10-14
3
-0
/
+96
*
cogl-gst: add missing annotations
Lionel Landwerlin
2013-10-14
1
-4
/
+5
*
fence: add scope annotation
Lionel Landwerlin
2013-10-14
1
-3
/
+3
*
buffer: add missing transfer annotations
Lionel Landwerlin
2013-10-14
1
-2
/
+4
*
pixel-buffer: add missing transfer annotation
Lionel Landwerlin
2013-10-14
1
-0
/
+2
*
frame-info: add missing annotation
Lionel Landwerlin
2013-10-14
1
-2
/
+2
*
matrix-stack: add missing transfer annotation
Lionel Landwerlin
2013-10-14
1
-1
/
+1
*
matrix: add missing transfer annotation
Lionel Landwerlin
2013-10-14
1
-2
/
+2
[prev]
[next]