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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
gl: Add some stuff to multiplane shaders patch
planar
Benjamin Otte
2
-5
/
+3
2010-04-23
gl: Add code for to handle subsampled multiplane surfaces
Benjamin Otte
2
-20
/
+89
2010-04-23
gl: Allow drawing image formats with special shaders
Benjamin Otte
4
-26
/
+272
2010-04-23
gl: Make _gl_set_destination() take the context as an argument
Benjamin Otte
3
-13
/
+11
2010-04-23
glx: Make _glx_acquire/release() lock the X device
Benjamin Otte
5
-11
/
+52
2010-04-23
xlib: Add cairo_xlib_device API
Benjamin Otte
5
-6
/
+33
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
test: Add a test for all the different color space / format combinations
Benjamin Otte
3
-0
/
+153
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
6
-41
/
+80
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
test: Add clip-empty-group
Chris Wilson
4
-0
/
+67
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
2
-16
/
+0
2010-04-23
build: Spelling correction
Chris Wilson
2
-2
/
+1
2010-04-21
configure: typo in check for xcb-shm
Chris Wilson
1
-1
/
+1
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
Require pixman 0.17.5
Benjamin Otte
1
-1
/
+1
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
[next]