summaryrefslogtreecommitdiffstats
path: root/o3d
Commit message (Expand)AuthorAgeFilesLines
* O2D: Use cairo_surface_create_similar to make the surfaces for textures inste...tschmelcher@chromium.org2011-03-215-95/+195
* Raise process priority of O3d when running under Chrome for better response a...fbarchard@chromium.org2011-03-211-1/+7
* Detect SSE2 and return if not present to avoid a crash.fbarchard@chromium.org2011-03-211-0/+41
* Bump version for the next release.tschmelcher@chromium.org2011-03-211-1/+1
* O2D: Enable clipping for the non-COMPOSITING_TO_IMAGE case (i.e., Linux and W...tschmelcher@chromium.org2011-03-212-83/+100
* Fixing O2D crash in Windows XP. The original pixman uses thread local variablegangji@google.com2011-03-183-1/+13
* O2D: Use cairo clipping to avoid redrawing things that haven't changed since ...tschmelcher@google.com2011-03-188-115/+468
* Oops, fix Linux build failures in r78239 caused by a bad resolve with r77904 ...tschmelcher@chromium.org2011-03-152-6/+13
* Fix build break: More missing quotes. I was able tomilligan@google.com2011-03-151-6/+6
* Fix build break by adding missing quotes to breakpadmilligan@google.com2011-03-151-1/+1
* O2D Mac: Switch to pure software compositing with Pixman, which is better tha...tschmelcher@google.com2011-03-154-43/+104
* Remove hardcoded breakpad URL from plist and insteadmilligan@google.com2011-03-153-18/+43
* Enable O2D fullscreen mode for Linux system.gangji@google.com2011-03-121-7/+29
* O2D Mac: Include pixman+cairo debugging symbols in O3D debug builds.tschmelcher@google.com2011-03-113-4/+20
* Remove Gears from Chrome.aa@chromium.org2011-03-113-3/+3
* Enable O2D fullscreen under Windows.gangji@google.com2011-03-112-7/+33
* O2D Mac FF: Fix issue where we sometimes rendered a single frame to the wrong...tschmelcher@google.com2011-03-091-2/+16
* Add comment explaining why we don't initializemilligan@google.com2011-03-091-0/+3
* Work around the multiple breakpad issue by nevermilligan@google.com2011-03-091-1/+8
* O2D Mac: Don't crash if the user tries to go to fullscreen with O2D.tschmelcher@google.com2011-03-091-0/+6
* Allow developers to override RenderMode=Auto to either =3D or =2D with an env...tschmelcher@google.com2011-03-091-3/+14
* Bump O3D version for the release of the first one with O2D support.tschmelcher@google.com2011-03-091-1/+1
* Fixing random resizing issues under Windows. When resizing under Windows,gangji@google.com2011-03-082-21/+27
* O2D: Work around crash in Mac Safari 5.0.2 when resizing or closing. Safari p...tschmelcher@google.com2011-03-081-13/+21
* Bump o3d_code_rev to pick up fixes in pixman.gangji@google.com2011-03-081-1/+1
* Add support for Core Graphics with Carbon, allowing us to use Core Graphics i...tschmelcher@google.com2011-03-086-64/+115
* When auto fall-back is enabled, fall back to o2d milligan@google.com2011-03-078-57/+35
* Fix Mac breakpad support for all browsers except for chrome.milligan@google.com2011-03-072-1/+9
* Add O2D rendering with cairo into Windows build.gangji@google.com2011-03-045-5/+49
* Oops, change O3D's DEPS on Chromium's breakpad code again. :( The current tru...tschmelcher@chromium.org2011-03-041-1/+1
* Bump O3D's DEPS on Chromium's breakpad code to the current trunk revision to ...tschmelcher@chromium.org2011-03-041-1/+1
* Port O2D to Mac, currently just for Core Graphics (the drawing model used in ...tschmelcher@chromium.org2011-03-0315-94/+265
* Adding cairo and pixman build to windows.gangji@google.com2011-03-024-3/+164
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-026-8/+8
* Add build rules for cairo, pixman, and pkg-config on Mac. (Not yet being used.)tschmelcher@google.com2011-03-015-1/+196
* Remove FORCE_CAIRO flag and replace with a new feature.milligan@google.com2011-02-246-28/+41
* Fix multiple issues in the way O3D IPC server address name strings were gener...tschmelcher@chromium.org2011-02-232-10/+14
* Add support for runtime fall-back from o3d to o2d iff o3d initialization fail...milligan@google.com2011-02-236-14/+42
* Baby steps toward o2d and o3d dynamic switching in the video acceleratormilligan@google.com2011-02-2214-54/+47
* Log the number of objects in a Pack when it is deleted in debug builds to hel...tschmelcher@chromium.org2011-02-181-0/+2
* Import cairo and pixman (a dependency of cairo) into third_party/ on Win and ...tschmelcher@chromium.org2011-02-101-1/+14
* O2D: Add an API to the Layer class to enable painting the entire screen area....tschmelcher@chromium.org2011-02-025-33/+36
* O2D: Add an API to set the pattern extension method.tschmelcher@chromium.org2011-02-013-6/+59
* O2D: Add an API for setting the texture filter.tschmelcher@chromium.org2011-01-273-3/+62
* Update DEPS to pick up FCollada build fixes.tschmelcher@chromium.org2011-01-271-1/+1
* O2D: Fix graphical artifacting with transparent images caused by using non-pr...tschmelcher@chromium.org2011-01-262-43/+49
* Add HANDLE_CRASHES to Linux callback functions, since they are plugin entry p...tschmelcher@chromium.org2011-01-241-0/+10
* O2D: Implement the COPY_WITH_FADING paint operator, and change some of the ot...tschmelcher@chromium.org2011-01-211-22/+28
* O2D:tschmelcher@chromium.org2011-01-208-28/+183
* O2D:tschmelcher@chromium.org2011-01-191-3/+8