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