| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: implement setting cursor type | tschmelcher@chromium.org | 2010-01-08 | 2 | -6/+78 |
* | Deleted gpu process and command buffer code from O3D tree. Now resides in Chr... | apatrick@google.com | 2009-11-25 | 1 | -9/+0 |
* | Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte... | apatrick@google.com | 2009-11-16 | 1 | -3/+3 |
* | Missed some files that should have been in 31811. | apatrick@google.com | 2009-11-12 | 1 | -11/+11 |
* | Recomitting 31676 with fix. | apatrick@google.com | 2009-11-11 | 1 | -3/+3 |
* | Reverting 31676. | apatrick@google.com | 2009-11-11 | 1 | -3/+3 |
* | Reorganized command buffer and GPU plugin code into following structure: | apatrick@google.com | 2009-11-11 | 1 | -3/+3 |
* | Switched from NPObject shared memory wrapper to Chrome shared memory in prepa... | apatrick@google.com | 2009-11-10 | 5 | -32/+308 |
* | Updating the installer to check for OpenGL stats. Requires saving those stats... | rlp@google.com | 2009-11-09 | 1 | -3/+7 |
* | Adding support for windows safari. This requires registering the o3d plugin w... | vangelis@google.com | 2009-10-27 | 1 | -1/+1 |
* | Trying to fix the build. gman taking over. | apatrick@google.com | 2009-10-23 | 1 | -1/+0 |
* | fixed include order issues for osx I introduced | gman@google.com | 2009-10-22 | 1 | -5/+7 |
* | Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ... | apatrick@google.com | 2009-10-19 | 1 | -6/+6 |
* | This makes some changes to the o3d tree in preparation | gspencer@google.com | 2009-10-06 | 1 | -4/+4 |
* | Implement fullscreen on Linux. No "Press Esc" message yet though. Also it's D... | tschmelcher@google.com | 2009-10-01 | 2 | -5/+20 |
* | Switching asynchronous tick callback in chrome to use the empty data url meth... | vangelis@google.com | 2009-09-30 | 1 | -8/+39 |
* | Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed | kbr@google.com | 2009-09-26 | 2 | -13/+65 |
* | Rewrote full-screen support on Windows. O3D now always creates its own | kbr@google.com | 2009-09-17 | 2 | -27/+11 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 1 | -606/+606 |
* | Fix bug in Texture2D::Set and TextureCUBE::Set | gman@google.com | 2009-09-04 | 1 | -2/+7 |
* | This adds in targets for selenium and updated several other problems, | gspencer@google.com | 2009-09-04 | 1 | -1/+1 |
* | Update Texture::Lock to take an AccessMode. | gman@google.com | 2009-09-01 | 1 | -4/+6 |
* | Changes needed to get Mac plugin gyp project build compiling and linking. | maf@google.com | 2009-08-13 | 3 | -5/+5 |
* | This CL adds client.toDataURL which gets the contents | gman@google.com | 2009-08-08 | 1 | -3/+3 |
* | This CL adds texture.getRect | gman@google.com | 2009-08-07 | 1 | -12/+223 |
* | A step in exposing Bitmap to JavaScript. | gman@google.com | 2009-08-06 | 2 | -2/+3 |
* | Add SetRect to Texture2d and TextureCUBE | gman@google.com | 2009-08-03 | 1 | -0/+388 |
* | Asynchronous tick now uses NPN_PluginAsyncCall.URL streaming callbacks are no... | apatrick@google.com | 2009-08-03 | 4 | -30/+155 |
* | linux: unexport as many symbols as possible | piman@google.com | 2009-07-29 | 2 | -3/+10 |
* | Add a boolean parameter to Client::RenderClient() to choose whether to | maf@google.com | 2009-07-23 | 1 | -1/+1 |
* | This updates the DEPS to bring them in line with the versions | gspencer@google.com | 2009-07-23 | 5 | -9/+9 |
* | Add RawData request in preparation for manual loading of | gman@google.com | 2009-07-17 | 2 | -3/+71 |
* | Plugin no longer makes synchronous NPAPI calls from a Windows message handler... | apatrick@google.com | 2009-07-13 | 3 | -35/+65 |
* | Fixing linux regressions from http://codereview.chromium.org/149130 | piman@google.com | 2009-07-13 | 1 | -4/+13 |
* | Fixed full screen window class issues. | apatrick@google.com | 2009-07-13 | 2 | -24/+0 |
* | fix for osx | gman@google.com | 2009-07-10 | 1 | -1/+1 |
* | Add ClientInfo | gman@google.com | 2009-07-09 | 2 | -0/+12 |
* | In preparation for becoming an internal plugin in chrome I did these things: | apatrick@google.com | 2009-07-09 | 6 | -177/+210 |
* | Fix for Windows 7 | gman@google.com | 2009-07-01 | 2 | -4/+4 |
* | Disabled a couple of selenium tests that don't work in Chrome (see comment). ... | apatrick@google.com | 2009-06-30 | 1 | -0/+3 |
* | add XEmbed bindings | piman@google.com | 2009-06-29 | 4 | -5/+25 |
* | nspluginwrapper compat fixes, part 1: Set the correct size in NP_GetEntryPoin... | tschmelcher@google.com | 2009-06-26 | 1 | -1/+1 |
* | New user experience for the fullscreen message on Mac. | maf@google.com | 2009-06-25 | 2 | -5/+14 |
* | These are code changes required to make the GYP build work. | gspencer@google.com | 2009-06-23 | 3 | -5/+5 |
* | Fixing some REWRITES that got missed somehow. | gspencer@google.com | 2009-06-23 | 1 | -5/+30 |
* | Add Mac support for setting plugin fullscreen area. | maf@google.com | 2009-06-19 | 2 | -1/+4 |
* | Polish full-screen mode a bit: | ericu@google.com | 2009-06-16 | 2 | -9/+19 |
* | Fixed some issues in the V8 bridge. It wasn't using HandleScopes correctly. T... | apatrick@google.com | 2009-06-10 | 1 | -34/+33 |
* | Make O3D fullscreen mode support resolution switching on Mac. | maf@google.com | 2009-06-10 | 2 | -0/+6 |
* | Fixes crash bug when gzipped tar file is corrupt. | gman@google.com | 2009-06-02 | 1 | -33/+6 |