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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also flip the virtual coordinates when iterating spans
Neil Roberts
2013-01-21
1
-6
/
+9
*
texture: Adds cogl_texture_set_data convenience api
Robert Bragg
2013-01-21
1
-0
/
+28
*
Allow lazy texture storage allocation
Robert Bragg
2013-01-21
1
-6
/
+44
*
texture: add width/height members to base CoglTexture
Robert Bragg
2013-01-21
1
-2
/
+6
*
Move _cogl_texture_get_gl_format to -texture-gl.c
Robert Bragg
2013-01-21
1
-6
/
+0
*
Remove cogl-internal.h
Robert Bragg
2013-01-21
1
-1
/
+0
*
texture: expose mipmap level in set region apis
Robert Bragg
2013-01-21
1
-43
/
+103
*
moves some gl texture code too cogl-texture-gl.c
Robert Bragg
2013-01-21
1
-64
/
+0
*
bitmap: ret CoglError from _new_with_malloc_buffer
Robert Bragg
2013-01-21
1
-5
/
+23
*
texture: split out high-level texture constructors
Robert Bragg
2013-01-21
1
-298
/
+1
*
Allow propogation of OOM errors to apps
Robert Bragg
2013-01-21
1
-156
/
+338
*
sync cogl-blit and cogl-texture with master
Robert Bragg
2013-01-20
1
-33
/
+33
*
Use GL_ARB_texture_swizzle to emulate GL_ALPHA textures
Neil Roberts
2013-01-20
1
-1
/
+37
*
Add a GL 3 driver
Neil Roberts
2013-01-20
1
-1
/
+1
*
texture-2d: factor out all GL specific code
Robert Bragg
2013-01-20
1
-0
/
+1
*
texture: rename texobj flush code as gl specific
Robert Bragg
2013-01-20
1
-21
/
+20
*
Adds CoglError api
Robert Bragg
2013-01-20
1
-2
/
+2
*
texture-rectangle: Make new_from_foreign api public
Robert Bragg
2013-01-18
1
-4
/
+7
*
texture: Add a context pointer to each texture
Robert Bragg
2012-09-17
1
-16
/
+15
*
meta-texture: Fix textures[] index
Alban Browaeys
2012-09-17
1
-1
/
+1
*
bitmap: Adds cogl_android_bitmap_new_from_asset()
Robert Bragg
2012-08-06
1
-0
/
+2
*
Allow npot Texture2D creation with only basic npot support
Robert Bragg
2012-08-06
1
-18
/
+39
*
Switch use of primitive glib types to c99 equivalents
Robert Bragg
2012-08-06
1
-64
/
+64
*
Removes all remaining use of CoglHandle
Robert Bragg
2012-08-06
1
-12
/
+12
*
Use GL_PACK_ALIGNMENT of 1 whenever possible
Neil Roberts
2012-04-05
1
-3
/
+20
*
Use ffs to calculate the GL_{UN,}PACK_ALIGNMENT
Neil Roberts
2012-04-05
1
-16
/
+12
*
Fix places that ignore the COGL_TEXTURE_NO_AUTO_MIPMAP flag
Neil Roberts
2012-04-05
1
-2
/
+8
*
Add constructors which take a CoglBitmap to all primitive textures
Neil Roberts
2012-04-05
1
-5
/
+11
*
texture: Fix error handling in get_texture_bits_via_offscreen
Adel Gadllah
2012-04-02
1
-5
/
+6
*
gles: Support the GL_EXT_texture_format_BGRA8888 extension
Neil Roberts
2012-03-23
1
-0
/
+9
*
Add a vtable for the driver
Neil Roberts
2012-03-23
1
-13
/
+17
*
Add a public cogl_bitmap_new_for_data
Neil Roberts
2012-03-14
1
-74
/
+55
*
texture: When reading, convert data directly into user's buffer
Neil Roberts
2012-03-14
1
-36
/
+17
*
Make _cogl_bitmap_get_{width,height,format,rowstride} public
Neil Roberts
2012-03-05
1
-10
/
+10
*
Change API so that CoglPixelBuffer no longer knows its w/h/format
Neil Roberts
2012-03-05
1
-56
/
+0
*
Add a public cogl_framebuffer_read_pixels_into_bitmap
Neil Roberts
2012-03-05
1
-13
/
+12
*
_cogl_bitmap_convert: Also handle premult conversions
Neil Roberts
2012-03-05
1
-12
/
+6
*
Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRE
Neil Roberts
2012-03-05
1
-3
/
+2
*
texture: Handle premult conversions when getting texture data
Neil Roberts
2012-02-23
1
-1
/
+10
*
Adds a context arg to cogl_pipeline_new()
Robert Bragg
2012-02-21
1
-1
/
+1
*
offscreen: Replace use of CoglHandle with CoglOffscreen
Robert Bragg
2012-02-21
1
-2
/
+5
*
Remove all internal includes of cogl.h
Robert Bragg
2012-02-20
1
-1
/
+1
*
moves and renames _cogl_get_format_bpp
Robert Bragg
2012-02-20
1
-10
/
+11
*
Move all types/prototypes from cogl.h -> cogl[1]-context.h
Robert Bragg
2012-02-20
1
-0
/
+1
*
Add _cogl_texture_get_type()
Neil Roberts
2012-02-13
1
-0
/
+6
*
When internally using an FBO, check for allocation errors
Neil Roberts
2012-02-07
1
-0
/
+6
*
texture: Flush the dependent journals on get_data
Neil Roberts
2012-01-31
1
-0
/
+5
*
object: Remove the type member of CoglObjectClass
Neil Roberts
2012-01-27
1
-4
/
+3
*
avoid touching fb matrix stack directly
Robert Bragg
2011-12-06
1
-15
/
+9
*
texture: assert set_region size <= src size
Robert Bragg
2011-12-06
1
-0
/
+8
[next]