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
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for a mirrored repeat wrap mode
Robert Bragg
2011-11-01
2
-0
/
+5
*
features: Support more than 32 features!
Robert Bragg
2011-11-01
3
-20
/
+95
*
make COGL_FEATURE_VBOS a private feature
Robert Bragg
2011-11-01
2
-4
/
+6
*
make COGL_FEATURE_PBOS a private feature
Robert Bragg
2011-11-01
1
-1
/
+1
*
make COGL_FEATURE_FOUR_CLIP_PLANES a private feature
Robert Bragg
2011-11-01
2
-2
/
+2
*
make COGL_FEATURE_OFFSCREEN_BLIT a private feature
Robert Bragg
2011-11-01
2
-2
/
+2
*
make COGL_FEATURE_STENCIL_BUFFER private
Robert Bragg
2011-11-01
2
-2
/
+2
*
Remove beneign GL_MESA_ycbcr_texture check
Robert Bragg
2011-11-01
1
-7
/
+0
*
offscreen: Adds support for offscreen multisampling
Robert Bragg
2011-10-28
1
-2
/
+2
*
Add the missing check for COGL_FEATURE_POINT_SPRITE on the GL driver
Neil Roberts
2011-08-01
1
-0
/
+4
*
Don't use the 'NULL' GModule to resolve GL symbols
Neil Roberts
2011-07-27
2
-4
/
+6
*
gles: Or in private features into ctx->private_feature_flags
Robert Bragg
2011-07-19
1
-1
/
+1
*
Combine _cogl_context_check_gl_version and update_features into one
Neil Roberts
2011-07-18
2
-22
/
+16
*
Use MESA_pack_invert to avoid read_pixels flip
Robert Bragg
2011-07-13
1
-0
/
+3
*
Dynamically load the GL or GLES library
Neil Roberts
2011-07-11
3
-31
/
+24
*
Move the cogl texture driver functions to a vtable
Neil Roberts
2011-07-08
2
-46
/
+84
*
cogl-context: Remove the driver private data
Neil Roberts
2011-07-08
2
-69
/
+0
*
Use all core GL functions through indirect pointers
Neil Roberts
2011-07-08
4
-125
/
+170
*
Move all of the GL function pointers directly to CoglContext
Neil Roberts
2011-07-07
8
-714
/
+80
*
gles: Fix the name of the GLeglImageOES type
Neil Roberts
2011-07-01
1
-2
/
+2
*
Add _cogl_egl_texture_2d_new_from_image API
Robert Bragg
2011-06-01
4
-2
/
+36
*
Add internal _cogl_get_proc_address
Robert Bragg
2011-06-01
2
-34
/
+4
*
Add CoglDepthState API
Robert Bragg
2011-05-16
2
-1
/
+3
*
cogl-gl.c: remove really_enable_npot hack for OSX
Robert Bragg
2011-05-05
1
-33
/
+4
*
GL_IMG_TEXTURE_NPOT extension enables TEXTURE_NPOT features on GLES
James Athey
2011-04-13
1
-1
/
+1
*
Moves all GLX code down from Clutter to Cogl
Robert Bragg
2011-04-11
4
-29
/
+162
*
cogl: consolidate _create_context_driver + _features_init
Robert Bragg
2011-04-11
6
-202
/
+46
*
cogl: rename cogl-context.h cogl-context-private.h
Robert Bragg
2011-04-11
6
-6
/
+6
*
cogl-gles: Check for the GL_ANGLE_framebuffer_blit extension
Neil Roberts
2011-02-15
1
-0
/
+18
*
cogl-buffer: Support mapping buffers for write on GLES
Neil Roberts
2011-01-13
2
-1
/
+15
*
cogl: Enable the VBOs feature for GLES2
Neil Roberts
2011-01-13
1
-5
/
+0
*
cogl-texture-driver-gles: Don't copy the bitmap if alignment matches
Neil Roberts
2011-01-10
1
-48
/
+55
*
Remove the GLES2 wrapper
Neil Roberts
2010-12-13
7
-1467
/
+7
*
cogl: upload matrices with uniforms on GLES2
Neil Roberts
2010-12-13
1
-0
/
+2
*
cogl: Add a vertend to generate GLSL
Neil Roberts
2010-12-13
1
-11
/
+8
*
cogl-pipeline: Move texture enabling/disabling to fixed fragend
Neil Roberts
2010-12-13
1
-37
/
+30
*
cogl-context: Get rid of the features_cached member
Neil Roberts
2010-11-24
2
-2
/
+0
*
Remove the fragment shader generation from the GLES2 wrapper
Neil Roberts
2010-11-24
3
-857
/
+13
*
cogl-texture-driver-gles: Fix image height for uploading 3D textures
Neil Roberts
2010-11-23
1
-1
/
+1
*
cogl-shader: Prepend boilerplate for portable shaders
Robert Bragg
2010-11-10
3
-60
/
+66
*
cogl-gles2-wrapper: Fix a reference to the old name for CoglPipeline
Neil Roberts
2010-11-04
1
-1
/
+1
*
gles2: disable vbos until while we rework backend
Robert Bragg
2010-11-03
1
-0
/
+5
*
cogl: rename CoglMaterial -> CoglPipeline
Robert Bragg
2010-11-03
2
-4
/
+4
*
Merge cogl-program-{gl,gles}.c into one cogl-program.c
Neil Roberts
2010-10-28
7
-1166
/
+71
*
build: Fix EGL/CEX100 build with GLES2
Damien Lespiau
2010-10-18
2
-2
/
+2
*
build: Start moving to a non-recursive layout
Emmanuele Bassi
2010-09-29
19
-196
/
+10
*
cogl-program: Adds use_uniform_xyz methods
Robert Bragg
2010-08-12
2
-88
/
+196
*
cogl: Allow setting ARBfp source on a CoglShader
Robert Bragg
2010-08-09
3
-30
/
+192
*
cogl: Adds a COGL_FEATURE_SHADERS_ARBFP feature flag
Robert Bragg
2010-08-09
1
-2
/
+2
*
cogl-program: gles2: bind programs lazily as for GL
Robert Bragg
2010-08-03
2
-8
/
+5
[next]