| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed build problems on Mac OS X when using GLContext from Chromium's | kbr@google.com | 2010-08-10 | 6 | -7/+10 |
* | Added a couple of new GL extension bindings. | apatrick@chromium.org | 2010-08-09 | 3 | -2/+30 |
* | De-wstringify gl_implementation.cc. | evan@chromium.org | 2010-08-03 | 1 | -13/+12 |
* | GPU command decoder uses depth24_stencil8_oes extension if available. | apatrick@chromium.org | 2010-08-02 | 3 | -0/+21 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -3/+5 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Linux: Fix some NULL versus 0 issues to appease gcc-4.5. | craig.schlenter@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 9 | -0/+9 |
* | Added --use-gl command line flag to select GL implementation. | apatrick@chromium.org | 2010-07-14 | 13 | -333/+700 |
* | gpu: add GLES/EGL support on linux | piman@chromium.org | 2010-06-21 | 6 | -32/+196 |
* | Committing on behalf of p155off@gmail.com . | kbr@google.com | 2010-06-15 | 2 | -1/+2 |
* | Reverting checkin in rev 48521 as creating a child window for GL rendering cr... | vangelis@chromium.org | 2010-06-10 | 1 | -63/+5 |
* | Added EGL based GLContext. | apatrick@chromium.org | 2010-06-09 | 19 | -351/+2413 |
* | Revert 49066 - Reverting checkin in rev 48521 as creating a child window for ... | erg@chromium.org | 2010-06-07 | 1 | -5/+63 |
* | Reverting checkin in rev 48521 as creating a child window for GL rendering cr... | vangelis@chromium.org | 2010-06-07 | 1 | -63/+5 |
* | Added warning if GLX version is less than 1.3. Pbuffers need GLX 1.3 and the ... | apatrick@chromium.org | 2010-05-28 | 1 | -0/+10 |
* | Get the GPU process to create an additional window for the GL context in order | vangelis@chromium.org | 2010-05-28 | 1 | -7/+65 |
* | Changed DLOG to LOG in gl_context_linux.cc to get informative error | kbr@google.com | 2010-05-24 | 1 | -19/+19 |
* | linux: fallback to GLX Pixmaps when pbuffers aren't available | piman@chromium.org | 2010-05-18 | 1 | -3/+159 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -2/+2 |
* | OSMesa was not being correctly initialized when used with WebGL. | apatrick@chromium.org | 2010-04-29 | 3 | -33/+21 |
* | Pepper3D plugin tests enabled for Windows. | apatrick@chromium.org | 2010-04-22 | 1 | -0/+4 |
* | Landing 45240 again. | apatrick@chromium.org | 2010-04-22 | 7 | -0/+1526 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 13 | -2276/+1 |
* | Clamp the max size of fonts used by skia/chrome canvas. | tony@chromium.org | 2010-03-23 | 3 | -24/+33 |
* | Disable test until I move this file later this evening. | ben@chromium.org | 2010-03-22 | 1 | -2/+3 |
* | Make gfx::Font use callbacks to perform locale-dependent font adjustments. Al... | ben@chromium.org | 2010-03-22 | 4 | -9/+23 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 3 | -6/+23 |
* | Move text_elider from app/gfx to app/ | ben@chromium.org | 2010-03-19 | 3 | -779/+0 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 16 | -2539/+0 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 7 | -1841/+0 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 17 | -1102/+0 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 13 | -15/+16 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 3 | -945/+0 |
* | Don't allocate temporary buffer during PNG encoding. | erg@google.com | 2010-03-12 | 2 | -29/+105 |
* | GTK: more browser action toolbar functionality. | estade@chromium.org | 2010-03-12 | 1 | -0/+4 |
* | Fix some issues with text size calculation and message boxes. | pkasting@chromium.org | 2010-03-11 | 1 | -40/+54 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 2 | -0/+0 |
* | app: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 4 | -10/+16 |
* | Workaround for Pango integer overflow on really long strings. | mmoss@google.com | 2010-03-01 | 1 | -0/+12 |
* | Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ... | pkasting@chromium.org | 2010-02-26 | 2 | -0/+54 |
* | Remove ampersands from menu item titles. See http://crosbug.com/1273 | avayvod@chromium.org | 2010-02-13 | 1 | -8/+19 |
* | Remove TODOs or add bug numbers to TODOs | pinkerton@chromium.org | 2010-02-12 | 1 | -1/+1 |
* | Make clicking on side tabs to select them work. | ben@chromium.org | 2010-02-11 | 4 | -0/+86 |
* | Revert 38828 - Make clicking on side tabs to select them work. | ben@chromium.org | 2010-02-11 | 4 | -87/+0 |
* | Make clicking on side tabs to select them work. | ben@chromium.org | 2010-02-11 | 4 | -0/+87 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -3/+1 |
* | Tweak some things to be compatible with libpng 1.4. | craig.schlenter@chromium.org | 2010-02-05 | 1 | -9/+4 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -2/+9 |
* | WebKit roll 54045:54059 | pfeldman@chromium.org | 2010-01-29 | 1 | -2/+1 |