| Commit message (Expand) | Author | Age | Files | Lines |
* | Android: cleanup gtest_target_type conditions. | bulach@chromium.org | 2014-05-17 | 1 | -3/+3 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Refactor gles2_cmd_decoder_unittest.cc into components. | vmiura@chromium.org | 2014-05-02 | 1 | -0/+8 |
* | Cleanup GPU dependencies for gl_in_process_context | primiano@chromium.org | 2014-04-23 | 1 | -6/+21 |
* | Remove dependency on --gc-sections for most Android debug targets. | primiano@chromium.org | 2014-04-22 | 1 | -0/+1 |
* | Fix machine_model behaviors in gpu blacklist. | zmo@chromium.org | 2014-04-21 | 1 | -1/+0 |
* | Remove unused input_shlib_path | cjhopman@chromium.org | 2014-04-17 | 1 | -1/+0 |
* | Revert 260560 "Roll ANGLE with a translator gyp change." | ccameron@chromium.org | 2014-03-31 | 1 | -1/+1 |
* | Roll ANGLE with a translator gyp change. | jmadill@chromium.org | 2014-03-31 | 1 | -1/+1 |
* | Drop gpu command_buffer_service dependency on ui | jamesr@chromium.org | 2014-03-15 | 1 | -0/+1 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | [gpu] Remove StreamTexture(Manager) concept from command decoder | sievers@google.com | 2014-01-27 | 1 | -4/+0 |
* | Normalize _unittest.cc filename suffix for unittests | alecflett@chromium.org | 2014-01-17 | 1 | -12/+12 |
* | Fixes to make GPU tests run in isolated mode. | kbr@chromium.org | 2014-01-16 | 1 | -0/+6 |
* | Allow Win64 build of base library even in a Win32 build. | petewil@chromium.org | 2014-01-09 | 1 | -1/+1 |
* | The GLARBTimerTrace implementation previously used the 'this' pointer for it's | vmiura@chromium.org | 2014-01-08 | 1 | -0/+1 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+5 |
* | Update dependencies to use new angle repository. | geofflang@chromium.org | 2013-12-13 | 1 | -10/+10 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 1 | -0/+2 |
* | Expose GLES2Interface to cc | jamesr@chromium.org | 2013-12-04 | 1 | -2/+2 |
* | Include angle tests in gpu_unittests | zmo@chromium.org | 2013-11-19 | 1 | -0/+28 |
* | Merge gpu_switching_list into gpu_driver_bug_list. | zmo@chromium.org | 2013-11-05 | 1 | -1/+0 |
* | Remove the use_angle_translator condition. | zmo@chromium.org | 2013-10-07 | 1 | -18/+2 |
* | Revert 227161 "Include angle tests in gpu_unittests" | justinlin@chromium.org | 2013-10-07 | 1 | -28/+0 |
* | Include angle tests in gpu_unittests | zmo@chromium.org | 2013-10-05 | 1 | -0/+28 |
* | Use translator instead of translator_glsl ANGLE dependency. | zmo@chromium.org | 2013-10-04 | 1 | -2/+18 |
* | GTTF: enable new test launcher for gpu_unittests | phajdan.jr@chromium.org | 2013-09-30 | 1 | -0/+1 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -3/+3 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -3/+3 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -3/+3 |
* | gpu: Add support for multiple GpuMemoryBuffer types. | reveman@chromium.org | 2013-08-03 | 1 | -4/+0 |
* | Converted compressed texture demo into test. | alokp@chromium.org | 2013-08-03 | 1 | -0/+1 |
* | MemoryProgramCache uses base::MRUCache instead of ProgramCacheLRUHelper. | apatrick@chromium.org | 2013-08-03 | 1 | -1/+0 |
* | Replace angle_path gyp variable with regular path. | apatrick@chromium.org | 2013-07-17 | 1 | -2/+2 |
* | Factor out code from WebGraphicsContext3DInProcessImpl | sievers@chromium.org | 2013-06-26 | 1 | -0/+4 |
* | Add mailbox manager test | piman@chromium.org | 2013-06-15 | 1 | -0/+1 |
* | Make it possible to switch between two different versions of ANGLE. | apatrick@chromium.org | 2013-06-12 | 1 | -2/+2 |
* | [Android] Fix component build again. | yfriedman@chromium.org | 2013-06-12 | 1 | -0/+1 |
* | GPU: Proxy calls from Manager to Delegate. | backer@chromium.org | 2013-06-05 | 1 | -2/+2 |
* | GPU: Factory produces APTManagers instead of APTDelegates | backer@chromium.org | 2013-06-04 | 1 | -0/+2 |
* | Add allocator.gyp target to gpu_unittests to fix heapcheck build | akalin@chromium.org | 2013-06-04 | 1 | -0/+6 |
* | Move gpu_test_config stuff from content/ to gpu/ | zmo@chromium.org | 2013-05-28 | 1 | -0/+2 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-23 | 1 | -0/+22 |
* | Revert 201380 "Move GPU device/driver info related code from con..." | zmo@chromium.org | 2013-05-21 | 1 | -21/+0 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-21 | 1 | -0/+21 |
* | GPU client side changes for GpuMemoryBuffers: | kaanb@chromium.org | 2013-05-16 | 1 | -0/+5 |
* | Android: Move SurfaceTexture from content to ui/gl and add test. | sievers@chromium.org | 2013-04-24 | 1 | -0/+1 |
* | Clean up of GLES2 Command Decoder by moving some of the error state into a se... | kloveless@chromium.org | 2013-04-18 | 1 | -1/+1 |
* | Implement client side PBOs for glReadPixel | hubbe@chromium.org | 2013-04-02 | 1 | -3/+4 |
* | Make gl_tests apk for android | gman@chromium.org | 2013-03-19 | 1 | -1/+26 |