summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23gl: Add some stuff to multiplane shaders patchplanarBenjamin Otte2-5/+3
2010-04-23gl: Add code for to handle subsampled multiplane surfacesBenjamin Otte2-20/+89
2010-04-23gl: Allow drawing image formats with special shadersBenjamin Otte4-26/+272
2010-04-23gl: Make _gl_set_destination() take the context as an argumentBenjamin Otte3-13/+11
2010-04-23glx: Make _glx_acquire/release() lock the X deviceBenjamin Otte5-11/+52
2010-04-23xlib: Add cairo_xlib_device APIBenjamin Otte5-6/+33
2010-04-23gl: Add cairo_gl_surface_create_for_texture()Benjamin Otte3-55/+86
2010-04-23gl: Add cairo_gl_surface_get_texture()Benjamin Otte2-0/+14
2010-04-23swap format and colorspace argumentsBenjamin Otte1-2/+2
2010-04-23gl: Make device (un)lock (un)set the current contextBenjamin Otte3-0/+24
2010-04-23put back lost enum valueBenjamin Otte1-1/+1
2010-04-23test: Add a test for all the different color space / format combinationsBenjamin Otte3-0/+153
2010-04-23Add CAIRO_FORMAT_PLANAR_420Benjamin Otte4-2/+15
2010-04-23Add CAIRO_FORMAT_PLANAR_422Benjamin Otte4-2/+15
2010-04-23Fix GL surface to compile with changed APIsBenjamin Otte2-41/+27
2010-04-23Add packed YUV formatsBenjamin Otte4-4/+41
2010-04-23Add Y444 formatBenjamin Otte4-2/+14
2010-04-23Add RGBA32, BGRA32 and ABGR32 formatsBenjamin Otte6-41/+80
2010-04-23API: Add YUV color spacesBenjamin Otte3-2/+20
2010-04-23scaled-font: Make code not complain about every new formatBenjamin Otte1-9/+4
2010-04-23Add cairo_image_surface_create_planar()Benjamin Otte5-20/+213
2010-04-23png: Make code not complain about every new formatBenjamin Otte1-13/+17
2010-04-23xcb: Make work with removal of data/strideBenjamin Otte3-22/+23
2010-04-23remove duplicated members from image surface structBenjamin Otte10-64/+83
2010-04-23xlib: Fix display closing to work properlyBenjamin Otte1-14/+23
2010-04-23xlib: Fix screen device handlingBenjamin Otte3-24/+36
2010-04-23gl: Make drawing to windows work againBenjamin Otte1-0/+2
2010-04-23gl: Only unref a surface if it existsBenjamin Otte1-1/+2
2010-04-23gl: Use GLfloat instead of float in gl*Array() functionsBenjamin Otte1-3/+3
2010-04-23gl: Don't acquire the gl context twiceBenjamin Otte1-7/+0
2010-04-23gl: Use correct type when uploading imagesBenjamin Otte1-1/+1
2010-04-23gl: fix typo in commentBenjamin Otte1-1/+1
2010-04-23xlib: Simply release the ref, not destroy, from CloseDisplay.Chris Wilson1-10/+12
2010-04-23cairo: Handle the all-clipped state in cairo_push_group()Chris Wilson1-35/+46
2010-04-23test: Add clip-empty-groupChris Wilson4-0/+67
2010-04-23cairo: Use explicit device flushing.Chris Wilson1-11/+0
2010-04-23pdf: Suppress compiler warning.Chris Wilson1-6/+6
2010-04-23cairoint.h: Change ASSERT_NOT_REACHED to remove compiler warningChris Wilson1-2/+1
2010-04-23Win32 features updateChris Wilson2-16/+0
2010-04-23build: Spelling correctionChris Wilson2-2/+1
2010-04-21configure: typo in check for xcb-shmChris Wilson1-1/+1
2010-04-19Revert "script: Another RGB16_565 warning."Andrea Canciani1-6/+0
2010-04-18xlib: Make display a cairo_device_tBenjamin Otte5-526/+494
2010-04-15Use pixman_image_composite32()Benjamin Otte7-224/+224
2010-04-15image: Make unbounded fixup code not use pixman_fill()Benjamin Otte1-76/+47
2010-04-15Require pixman 0.17.5Benjamin Otte1-1/+1
2010-04-15gl: Get rid of "return value not checked" warningsBenjamin Otte1-18/+24
2010-04-15gl: acquire/release properly in _cairo_gl_draw_image()Benjamin Otte1-2/+14
2010-04-15gl: acquire/release context when getting imagesBenjamin Otte1-0/+7
2010-04-15glx: Add getters for device's Display and GLXContextBenjamin Otte2-0/+36