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
/
cogl-texture-2d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow npot Texture2D creation with only basic npot support
Robert Bragg
2012-08-06
1
-6
/
+19
*
Switch use of primitive glib types to c99 equivalents
Robert Bragg
2012-08-06
1
-24
/
+24
*
Removes all remaining use of CoglHandle
Robert Bragg
2012-08-06
1
-26
/
+22
*
Use GL_PACK_ALIGNMENT of 1 whenever possible
Neil Roberts
2012-04-05
1
-1
/
+4
*
Add constructors which take a CoglBitmap to all primitive textures
Neil Roberts
2012-04-05
1
-9
/
+5
*
Add a CoglPrimitiveTexture interface
Neil Roberts
2012-04-04
1
-7
/
+19
*
bitmap: Store a pointer to the context
Neil Roberts
2012-04-04
1
-2
/
+3
*
Add a context parameter to all of the texture driver virtuals
Neil Roberts
2012-03-23
1
-10
/
+14
*
Add a vtable for the driver
Neil Roberts
2012-03-23
1
-18
/
+23
*
Create standalone public wayland client/server headers
Robert Bragg
2012-03-20
1
-1
/
+1
*
Add a public cogl_bitmap_new_for_data
Neil Roberts
2012-03-14
1
-6
/
+5
*
Make _cogl_bitmap_get_{width,height,format,rowstride} public
Neil Roberts
2012-03-05
1
-8
/
+8
*
Remove all internal includes of cogl.h
Robert Bragg
2012-02-20
1
-1
/
+0
*
moves and renames _cogl_get_format_bpp
Robert Bragg
2012-02-20
1
-5
/
+6
*
Add _cogl_texture_get_type()
Neil Roberts
2012-02-13
1
-0
/
+7
*
texture-2d/wayland: destroy transient EGLImages
Robert Bragg
2012-02-08
1
-7
/
+9
*
renderer: Adds api to add/remove selection constraints
Robert Bragg
2012-01-16
1
-4
/
+4
*
Updates in line with latest wayland protocol
Robert Bragg
2012-01-16
1
-9
/
+3
*
cogl-texture-2d: Fix checking for the EGL winsys
Neil Roberts
2011-12-14
1
-5
/
+5
*
wayland: Updates the wayland compositor side support
Robert Bragg
2011-12-07
1
-30
/
+38
*
framebuffer: Optimize _cogl_framebuffer_flush_state()
Robert Bragg
2011-12-06
1
-1
/
+2
*
build: don't inc egl headers for non EGL builds
Robert Bragg
2011-11-28
1
-0
/
+2
*
Skip clip flush in _texture_2d_copy_from_framebuffer
Robert Bragg
2011-11-03
1
-3
/
+4
*
Start to reduce dependence on glib
Robert Bragg
2011-11-01
1
-7
/
+7
*
meta-texture: This publicly exposes CoglMetaTexture
Robert Bragg
2011-11-01
1
-69
/
+2
*
features: Support more than 32 features!
Robert Bragg
2011-11-01
1
-4
/
+4
*
texture: Call _cogl_texture_prepare_for_upload in set_region impl
Neil Roberts
2011-09-05
1
-4
/
+8
*
Dynamically load the GL or GLES library
Neil Roberts
2011-07-11
1
-27
/
+28
*
Move the cogl texture driver functions to a vtable
Neil Roberts
2011-07-08
1
-31
/
+40
*
Use all core GL functions through indirect pointers
Neil Roberts
2011-07-08
1
-32
/
+42
*
Move all of the GL function pointers directly to CoglContext
Neil Roberts
2011-07-07
1
-1
/
+1
*
Adds _cogl_wayland_texture_2d_new_from_buffer API
Robert Bragg
2011-06-01
1
-0
/
+69
*
Add _cogl_egl_texture_2d_new_from_image API
Robert Bragg
2011-06-01
1
-0
/
+48
*
Make CoglTexture2D public as experimental API
Robert Bragg
2011-06-01
1
-18
/
+78
*
framebuffer: expose experimental cogl_get_draw_framebuffer
Robert Bragg
2011-04-11
1
-2
/
+2
*
cogl: rename cogl-context.h cogl-context-private.h
Robert Bragg
2011-04-11
1
-1
/
+1
*
cogl-texture-2d: Add an internal wrapper around glCopyTexSubImage2D
Neil Roberts
2011-02-15
1
-0
/
+35
*
journal: Support per-framebuffer journals
Robert Bragg
2011-01-21
1
-1
/
+1
*
Remove the GLES2 wrapper
Neil Roberts
2010-12-13
1
-0
/
+2
*
cogl-texture: Remove the gl_handle from CoglTextureSliceCallback
Neil Roberts
2010-11-11
1
-2
/
+0
*
cogl: rename CoglMaterial -> CoglPipeline
Robert Bragg
2010-11-03
1
-1
/
+1
*
Support foreign textures in the texture-2d and rectangle backends
Neil Roberts
2010-10-22
1
-7
/
+128
*
cogl-bitmap: Encapsulate the CoglBitmap even internally
Neil Roberts
2010-07-15
1
-29
/
+41
*
material: split the texture unit management out
Robert Bragg
2010-07-13
1
-1
/
+1
*
Add a GL_GENERATE_MIPMAP fallback to the texture 2d and 3d backends
Neil Roberts
2010-07-13
1
-11
/
+37
*
Rename the third texure coordinate from 'r' to 'p'
Neil Roberts
2010-07-13
1
-1
/
+1
*
Move _cogl_texture_2d_is_pot to cogl-util.h
Neil Roberts
2010-07-13
1
-9
/
+2
*
Don't define public cogl_is_* functions for internal types
Neil Roberts
2010-07-09
1
-2
/
+2
*
cogl-texture: Share the common code in the set_region virtual
Neil Roberts
2010-07-09
1
-47
/
+11
*
cogl-texture: Share the common code in the get_data virtual
Neil Roberts
2010-07-09
1
-90
/
+12
[next]