summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-08script: Thaw the scaled font cache on the error pathChris Wilson1-1/+3
2013-01-08script: Simply exchange source/dest images for _set_source_imageChris Wilson1-5/+14
2013-01-08script: Attempt to decompress images in placeChris Wilson3-167/+247
2013-01-07image: Call pixman without a mask for opaque regions of inplace_spansChris Wilson1-10/+47
2013-01-06xlib: Simplify source creation by use of map-to-imageChris Wilson1-59/+33
2013-01-06xlib/shm: Only mark the shm pixmap as active if we upload into itChris Wilson1-9/+14
2013-01-05script: Recompress strings using LZO whilst binding tracesChris Wilson7-56/+227
2013-01-04gl: Better handling of clear surfacesMartin Robinson1-6/+37
2013-01-04boilerplate/glx: Add a target with multisampling and stencil supportMartin Robinson1-74/+96
2013-01-04gobject: Fix my typo s/TEST/TEXT/ in the previous commitChris Wilson1-1/+1
2013-01-04gobject: Fix "text_cluster_flags_get_type" typoKouhei Sutou1-1/+1
2013-01-03gl/msaa: Only clear parts of the stencil buffer we will useHenry Song3-11/+44
2013-01-03gl/msaa: Avoid the stencil buffer when possible during maskingAlejandro G. Castro1-15/+53
2013-01-03gl/msaa: Add full support for masking with the SOURCE operatorHenry Song3-49/+152
2013-01-03gl: Support the GL_IMG_texture_npot extensionChuanbo Weng1-1/+2
2013-01-03Add missing local slim proto for cairo_recording_surface_createChris Wilson1-0/+1
2013-01-03scaled-font: Mention ownership of returned object from get_font_face()Chris Wilson1-1/+2
2013-01-03xlib: Avoid copying the source twice if it is an imageChris Wilson1-10/+27
2013-01-03gobject: Add the correct macro name for the hint-metrics typeKouhei Sutou1-0/+2
2013-01-03stroke: Make the incremental trapezoid stroker optionally available againChris Wilson12-30/+1489
2013-01-03xlib: Use SHM transport for ordinary image uploadsChris Wilson1-23/+77
2013-01-03xlib/shm: Fix typo in creation of a SHM imageChris Wilson1-5/+3
2012-12-30gl: Provide a fast emitter for solid spansChris Wilson1-5/+50
2012-12-30gl: Provide a fast emitter for solid glyphsChris Wilson1-13/+49
2012-12-30gl: Use vfunc for vertex emissionChris Wilson6-114/+190
2012-12-29perf/chart: Contract the default output filenamesChris Wilson1-3/+1
2012-12-29perf/chart: Show the geometric average as an extra columnChris Wilson1-1/+111
2012-12-29Revert "xlib/shm: Do not trigger a surplus event from XShmPutImage"Chris Wilson1-1/+1
2012-12-29xlib/shm: Do not trigger a surplus event from XShmPutImageChris Wilson1-1/+1
2012-12-29xlib/shm: Rate-limit events and only use as necessaryChris Wilson2-35/+79
2012-12-28gl: Cleanup selection of multisampling modeMartin Robinson3-21/+22
2012-12-23xlib/shm: Populate send_event and serialChris Wilson1-0/+4
2012-12-22doc: Add CAIRO_MIME_TYPE_UNIQUE_ID to list of supported mime typesAdrian Johnson1-1/+2
2012-12-22type1-subset: always include subroutine 4 (hint replacement idiom)David Maxwell1-2/+2
2012-12-21[ft] Fix resizing of bitmap fontsBehdad Esfahbod1-32/+34
2012-12-21[ft] Remove ancient check for FT_Bitmap_Size.y_ppemBehdad Esfahbod2-17/+1
2012-12-21[Minor] Improve loggingBehdad Esfahbod2-1/+3
2012-12-18xlib/shm: Fix memory leakAdam Jackson1-1/+1
2012-12-17xcb: Fix xcb-huge-subimageUli Schlachter1-14/+58
2012-12-17test: Add xcb-huge-subimageUli Schlachter3-0/+82
2012-12-17context: Use recording surfaces for unbounded groupsUli Schlachter1-9/+14
2012-12-17Revert "gl/msaa: Share the depth/stencil buffer among all surfaces"Martin Robinson3-124/+38
2012-12-17boilerplate-xcb: Ignore MappingNotify eventsUli Schlachter1-2/+8
2012-12-10gl: Add BGRA download support for GLES2Martin Robinson3-26/+44
2012-12-08gl/msaa: Share the depth/stencil buffer among all surfacesMartin Robinson3-38/+124
2012-12-05gl/msaa: Use GL_IMG_multisampled_render_to_texture when availableChuanbo Weng3-3/+41
2012-12-05gl: Properly disable ctx->spans when necessaryHenry Song1-4/+10
2012-12-05gl/msaa: Also setmsaa_active to true for non-texture surfacesHenry Song1-0/+1
2012-12-01gl: Flush context upon evicting a gradientHenry Song1-0/+2
2012-12-01mempool: Reduce the assertion into an alignment adjustment for the baseChris Wilson2-7/+16