| Commit message (Expand) | Author | Age | Files | Lines |
* | Blacklist partial swaps on linux | piman@chromium.org | 2014-03-22 | 2 | -1/+14 |
* | Blacklist GLX indirect rendering | piman@chromium.org | 2014-03-22 | 14 | -52/+137 |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -1/+3 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -3/+5 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -8/+9 |
* | Move force glFlush in compositing_iosurface_mac.mm to gpu driver bug list | zmo@chromium.org | 2014-03-13 | 2 | -1/+37 |
* | gpu: Allow overriding GPU driver workarounds via command line | robert.bradford@intel.com | 2014-03-12 | 4 | -17/+42 |
* | Move init_vertex_attributes workarounds to gpu driver bug list. | zmo@chromium.org | 2014-03-12 | 2 | -1/+15 |
* | Clean up outdated gpu driver bug workarounds for Mac 10.9 | zmo@chromium.org | 2014-03-09 | 1 | -39/+56 |
* | Reenable MSAA on Mali | marcheu@chromium.org | 2014-03-07 | 1 | -17/+1 |
* | Revert 255228 "Don't blacklist accelerated 2d canvas if WinStats..." | zmo@chromium.org | 2014-03-06 | 1 | -10/+2 |
* | Don't blacklist accelerated 2d canvas if WinStats are unavailable. | zmo@chromium.org | 2014-03-06 | 1 | -2/+10 |
* | Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in... | zmo@chromium.org | 2014-03-05 | 2 | -1/+15 |
* | Revert 254629 "gpu: Allow overriding GPU driver workarounds via ..." | thakis@chromium.org | 2014-03-04 | 3 | -29/+7 |
* | gpu: Allow overriding GPU driver workarounds via command line | robert.bradford@intel.com | 2014-03-04 | 3 | -7/+29 |
* | Roll ANGLE to include the loop unrolling fix. | zmo@chromium.org | 2014-03-01 | 2 | -1/+14 |
* | Disable accelerated video decode for switchable AMD gpus | vangelis@chromium.org | 2014-02-27 | 1 | -1/+14 |
* | android: Blacklist failed driver for async readback | powei@chromium.org | 2014-02-21 | 1 | -7/+3 |
* | List gpu driver bug workaround reasons in about:gpu | zmo@chromium.org | 2014-02-21 | 3 | -33/+72 |
* | Move multisampling control from gpu blacklist to driver bug workaround list. | zmo@chromium.org | 2014-02-15 | 6 | -89/+82 |
* | Enable mac driver bug workaround init_varyings_without_static_use. | zmo@chromium.org | 2014-02-12 | 2 | -1/+14 |
* | Don't initialize GL again in AcceleratedSurface::Initialize() | danakj@chromium.org | 2014-02-11 | 1 | -0/+1 |
* | Add a gpu driver bug workaround to count in all varyings in packing check. | zmo@chromium.org | 2014-02-07 | 2 | -1/+33 |
* | Hookup clear_uniforms_before_first_program_use workaround with implementation. | zmo@chromium.org | 2014-02-06 | 2 | -3/+11 |
* | Add Mavericks to test config. | zmo@chromium.org | 2014-02-04 | 4 | -5/+14 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-02-03 | 3 | -20/+6 |
* | Revert 248049 "Ensure GL initialization only happens once, and p..." | kbr@chromium.org | 2014-01-31 | 3 | -6/+20 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 3 | -20/+6 |
* | Revert 247793 "Ensure GL initialization only happens once, and p..." | yoz@chromium.org | 2014-01-30 | 3 | -6/+20 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 3 | -20/+6 |
* | Remove Windows accelerated surface support. | jbauman@chromium.org | 2014-01-27 | 4 | -18/+0 |
* | Encapsulate functionality of the mock GL interface to MockGLInterface | oetuaho@nvidia.com | 2014-01-25 | 2 | -3/+3 |
* | Only allow the SVGA3D VMware driver, not the llvmpipe one. | zmo@chromium.org | 2014-01-22 | 1 | -1/+5 |
* | Take GL version and extensions correctly into account when binding functions | oetuaho@nvidia.com | 2014-01-17 | 1 | -1/+1 |
* | Remove NVIDIA entry from blacklist | vangelis@chromium.org | 2014-01-14 | 1 | -17/+1 |
* | Blacklisting accelerated video for range of drivers found by VIMEO. | vangelis@chromium.org | 2014-01-13 | 1 | -0/+83 |
* | Update GPU feature tests to expect no GPU on Windows <=Vista | ccameron@chromium.org | 2014-01-10 | 1 | -1/+7 |
* | Allow WMware software renderer with newer Mesa drivers in Linux | zmo@chromium.org | 2014-01-09 | 1 | -3/+15 |
* | Revert 243714 "Update GPU feature tests to expect no GPU on Wind..." | scottmg@chromium.org | 2014-01-09 | 1 | -7/+1 |
* | Blacklist WebGL on Intel Graphics Media Accelerator 3150 in windows. | zmo@chromium.org | 2014-01-09 | 1 | -1/+14 |
* | Update GPU feature tests to expect no GPU on Windows <=Vista | ccameron@chromium.org | 2014-01-09 | 1 | -1/+7 |
* | Check for "Mali-Txxx" instead of "Mali-T6xx" | johnme@chromium.org | 2014-01-08 | 1 | -3/+3 |
* | Remove osmesa blacklist exception on WinXP | ccameron@chromium.org | 2014-01-08 | 1 | -9/+1 |
* | Revert "Update all users of base::Version to explicitly specify the namespace... | avi@chromium.org | 2014-01-03 | 3 | -8/+8 |
* | Add Galaxy S4 into GPU blacklist | wjia@chromium.org | 2013-12-27 | 1 | -1/+18 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -3/+3 |
* | Update all users of base::Version to explicitly specify the namespace, and cl... | avi@chromium.org | 2013-12-23 | 3 | -8/+8 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Revert 240707 "Add some logic to identify the active GPU in mult..." | nona@chromium.org | 2013-12-17 | 7 | -154/+1 |
* | Add some logic to identify the active GPU in multiple-gpu situation in Linux | zmo@chromium.org | 2013-12-13 | 7 | -1/+154 |