index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
gl: Add cairo_gl_surface_create_for_texture()
Benjamin Otte
3
-55
/
+86
2010-04-23
gl: Add cairo_gl_surface_get_texture()
Benjamin Otte
2
-0
/
+14
2010-04-23
swap format and colorspace arguments
Benjamin Otte
1
-2
/
+2
2010-04-23
gl: Make device (un)lock (un)set the current context
Benjamin Otte
3
-0
/
+24
2010-04-23
put back lost enum value
Benjamin Otte
1
-1
/
+1
2010-04-23
Add CAIRO_FORMAT_PLANAR_420
Benjamin Otte
4
-2
/
+15
2010-04-23
Add CAIRO_FORMAT_PLANAR_422
Benjamin Otte
4
-2
/
+15
2010-04-23
Fix GL surface to compile with changed APIs
Benjamin Otte
2
-41
/
+27
2010-04-23
Add packed YUV formats
Benjamin Otte
4
-4
/
+41
2010-04-23
Add Y444 format
Benjamin Otte
4
-2
/
+14
2010-04-23
Add RGBA32, BGRA32 and ABGR32 formats
Benjamin Otte
4
-40
/
+56
2010-04-23
API: Add YUV color spaces
Benjamin Otte
3
-2
/
+20
2010-04-23
scaled-font: Make code not complain about every new format
Benjamin Otte
1
-9
/
+4
2010-04-23
Add cairo_image_surface_create_planar()
Benjamin Otte
5
-20
/
+213
2010-04-23
png: Make code not complain about every new format
Benjamin Otte
1
-13
/
+17
2010-04-23
xcb: Make work with removal of data/stride
Benjamin Otte
3
-22
/
+23
2010-04-23
remove duplicated members from image surface struct
Benjamin Otte
10
-64
/
+83
2010-04-23
xlib: Fix display closing to work properly
Benjamin Otte
1
-14
/
+23
2010-04-23
xlib: Fix screen device handling
Benjamin Otte
3
-24
/
+36
2010-04-23
gl: Make drawing to windows work again
Benjamin Otte
1
-0
/
+2
2010-04-23
gl: Only unref a surface if it exists
Benjamin Otte
1
-1
/
+2
2010-04-23
gl: Use GLfloat instead of float in gl*Array() functions
Benjamin Otte
1
-3
/
+3
2010-04-23
gl: Don't acquire the gl context twice
Benjamin Otte
1
-7
/
+0
2010-04-23
gl: Use correct type when uploading images
Benjamin Otte
1
-1
/
+1
2010-04-23
gl: fix typo in comment
Benjamin Otte
1
-1
/
+1
2010-04-23
xlib: Simply release the ref, not destroy, from CloseDisplay.
Chris Wilson
1
-10
/
+12
2010-04-23
cairo: Handle the all-clipped state in cairo_push_group()
Chris Wilson
1
-35
/
+46
2010-04-23
cairo: Use explicit device flushing.
Chris Wilson
1
-11
/
+0
2010-04-23
pdf: Suppress compiler warning.
Chris Wilson
1
-6
/
+6
2010-04-23
cairoint.h: Change ASSERT_NOT_REACHED to remove compiler warning
Chris Wilson
1
-2
/
+1
2010-04-23
Win32 features update
Chris Wilson
1
-8
/
+0
2010-04-19
Revert "script: Another RGB16_565 warning."
Andrea Canciani
1
-6
/
+0
2010-04-18
xlib: Make display a cairo_device_t
Benjamin Otte
5
-526
/
+494
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
7
-224
/
+224
2010-04-15
image: Make unbounded fixup code not use pixman_fill()
Benjamin Otte
1
-76
/
+47
2010-04-15
gl: Get rid of "return value not checked" warnings
Benjamin Otte
1
-18
/
+24
2010-04-15
gl: acquire/release properly in _cairo_gl_draw_image()
Benjamin Otte
1
-2
/
+14
2010-04-15
gl: acquire/release context when getting images
Benjamin Otte
1
-0
/
+7
2010-04-15
glx: Add getters for device's Display and GLXContext
Benjamin Otte
2
-0
/
+36
2010-04-15
gl: Make code safe for multithreaded access
Benjamin Otte
4
-4
/
+60
2010-04-15
xcb: Make code not complain about every new format
Benjamin Otte
1
-28
/
+18
2010-04-15
xlib: Make code not complain about every new format
Benjamin Otte
1
-28
/
+18
2010-04-15
gl: Use right format
Benjamin Otte
1
-1
/
+1
2010-04-15
gl: Handle component-alpha ADD
Chris Wilson
1
-7
/
+9
2010-04-14
gl: Really don't write error status to the inert object.
Benjamin Otte
1
-0
/
+3
2010-04-14
gl: Don't write error status to the inert object.
Chris Wilson
1
-0
/
+3
2010-04-14
rtree: Remove the false assert upon collapse.
Chris Wilson
1
-2
/
+0
2010-04-14
svg: Don't write error status to the inert object.
Chris Wilson
1
-16
/
+21
2010-04-14
ps: Don't write error status to the inert object.
Chris Wilson
2
-49
/
+27
2010-04-14
pdf: Don't write error status to the inert object.
Chris Wilson
1
-19
/
+22
[next]