summaryrefslogtreecommitdiffstats
path: root/o3d/core
Commit message (Expand)AuthorAgeFilesLines
* Moving o3d up a level, to get it out of chrome checkouts.bradnelson@google.com2011-03-28362-84951/+0
* Reverting the parts of r79524.bradnelson@google.com2011-03-2810-10/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-2810-10/+10
* O2D: Use cairo_surface_create_similar to make the surfaces for textures inste...tschmelcher@chromium.org2011-03-215-95/+195
* O2D: Enable clipping for the non-COMPOSITING_TO_IMAGE case (i.e., Linux and W...tschmelcher@chromium.org2011-03-212-83/+100
* 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
* O2D Mac: Switch to pure software compositing with Pixman, which is better tha...tschmelcher@google.com2011-03-154-43/+104
* Enable O2D fullscreen mode for Linux system.gangji@google.com2011-03-121-7/+29
* Enable O2D fullscreen under Windows.gangji@google.com2011-03-112-7/+33
* Allow developers to override RenderMode=Auto to either =3D or =2D with an env...tschmelcher@google.com2011-03-091-3/+14
* Fixing random resizing issues under Windows. When resizing under Windows,gangji@google.com2011-03-081-21/+26
* O2D: Work around crash in Mac Safari 5.0.2 when resizing or closing. Safari p...tschmelcher@google.com2011-03-081-13/+21
* Add support for Core Graphics with Carbon, allowing us to use Core Graphics i...tschmelcher@google.com2011-03-082-3/+8
* When auto fall-back is enabled, fall back to o2d milligan@google.com2011-03-075-28/+18
* Add O2D rendering with cairo into Windows build.gangji@google.com2011-03-042-1/+45
* Port O2D to Mac, currently just for Core Graphics (the drawing model used in ...tschmelcher@chromium.org2011-03-035-13/+130
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-023-5/+5
* Remove FORCE_CAIRO flag and replace with a new feature.milligan@google.com2011-02-244-5/+22
* 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-235-14/+18
* Baby steps toward o2d and o3d dynamic switching in the video acceleratormilligan@google.com2011-02-227-10/+24
* Log the number of objects in a Pack when it is deleted in debug builds to hel...tschmelcher@chromium.org2011-02-181-0/+2
* O2D: Add an API to the Layer class to enable painting the entire screen area....tschmelcher@chromium.org2011-02-024-33/+30
* O2D: Add an API to set the pattern extension method.tschmelcher@chromium.org2011-02-012-3/+34
* O2D: Add an API for setting the texture filter.tschmelcher@chromium.org2011-01-272-2/+37
* O2D: Fix graphical artifacting with transparent images caused by using non-pr...tschmelcher@chromium.org2011-01-262-43/+49
* 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-206-27/+131
* O2D:tschmelcher@chromium.org2011-01-191-3/+8
* O2D: Several (unrelated) improvements:tschmelcher@chromium.org2011-01-144-19/+59
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-103-6/+6
* Reverting the o3d parts of: 70009 70345 70353bradnelson@google.com2011-01-041-6/+6
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-6/+6
* Fix ON_DEMAND_RENDER mode on Mac OSX.tschmelcher@chromium.org2010-12-152-0/+7
* Add an API to allow JavaScript to determine the framerate of individual dynam...tschmelcher@chromium.org2010-12-066-29/+101
* O2D:tschmelcher@chromium.org2010-11-248-84/+285
* O2D:tschmelcher@chromium.org2010-11-196-85/+113
* Allows one mousemove event per N ticks.zhurunz@google.com2010-11-052-0/+22
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-179-57/+393
* Revert 58946 - Further integration of 2D mode. This change supports calltype=...fbarchard@chromium.org2010-09-099-393/+57
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-099-57/+393
* o3d: gles2/desktop_gl: use ARB_shader_objects/ARB_vertex_shader functions ins...piman@chromium.org2010-08-131-0/+61
* Deleting trailing spaces, add ending newline where missing to make lint happy...maf@chromium.org2010-08-064-4/+4
* o3d: create a gles v2 context for the native gles2 backendpiman@chromium.org2010-08-051-1/+7
* Initial version rendering 2D path for O3D. This will eventually allow O3D app...fransiskusx@google.com2010-08-058-0/+925
* Gut the temp file flushing feature of RawData, because it is a security risk....tschmelcher@chromium.org2010-08-031-1/+2
* Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to addkbr@google.com2010-07-243-0/+25
* Parameterize the name of the "O3DExtras" directory with a GYP variable (to al...tschmelcher@chromium.org2010-07-122-12/+8
* Improvement from codereview http://codereview.chromium.org/2899008/showzhurunz@google.com2010-07-121-12/+9