| Commit message (Expand) | Author | Age | Files | Lines |
* | gpu: Blacklist partial swap and CALayer overlays on 2009 iMacs | Christopher Cameron | 2015-11-10 | 3 | -2/+37 |
* | Adjust MB/Flush on Adreno from 4MB > 1MB | Eric Karl | 2015-10-13 | 3 | -1/+17 |
* | Revert of gpu: Add flag to disable virtual contexts (patchset #2 id:20001 of ... | hendrikw | 2015-10-03 | 6 | -19/+3 |
* | Fixes a small memory leak in the Mac GPU info collector | charliea | 2015-10-02 | 1 | -2/+4 |
* | Blacklist MSAA for GPU Raster on Intel GPUs | ericrk | 2015-10-01 | 14 | -70/+141 |
* | Add a temporary supression for SRGB issues on the Windows Intel FYI bot with ... | geofflang | 2015-10-01 | 1 | -0/+1 |
* | command_buffer: Remove redundant extension checks from two decoder functions | kkinnunen | 2015-09-30 | 1 | -13/+0 |
* | Check if ids were inserted in gpu tests | martina.kollarova | 2015-09-30 | 2 | -20/+22 |
* | Fixed issue with vertex attrib divisors of 0 not tracking correctly. | bajones | 2015-09-30 | 3 | -2/+20 |
* | Disallow gl[Compressed]Tex[Sub]Image2D for GL_TEXTURE_RECTANGLE_ARB | ccameron | 2015-09-29 | 3 | -20/+33 |
* | Isolate gl_tests and gpu_unittests. | stip | 2015-09-29 | 3 | -1/+67 |
* | Cleanup: IWYU for base/gtest_prod_util.h. | thestig | 2015-09-25 | 1 | -1/+0 |
* | [Chromecast] Disable libpci on Chromecast builds by default. | slan | 2015-09-25 | 1 | -1/+1 |
* | Added a way to disable workarounds using --workaround_name=0. | dyen | 2015-09-24 | 1 | -23/+29 |
* | Enforce marking "override" for functions overriding Blink in gpu/. | avi | 2015-09-24 | 2 | -823/+825 |
* | Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context | penghuang | 2015-09-24 | 1 | -1/+4 |
* | gpu: Use GpuPreference to determine what contexts are safe to force gpu switc... | reveman | 2015-09-24 | 1 | -7/+0 |
* | Revert of Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context. (... | msw | 2015-09-24 | 1 | -4/+1 |
* | Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context | penghuang | 2015-09-23 | 1 | -1/+4 |
* | command_buffer: Add support for creating non-WebGL ES 3 contexts | kkinnunen | 2015-09-23 | 21 | -141/+208 |
* | Added global order numbers to in process command buffers. | dyen | 2015-09-22 | 4 | -6/+229 |
* | gpu: Add flag to disable virtual contexts | hendrikw | 2015-09-22 | 6 | -3/+19 |
* | Removing GL context rate limiting feature and related wrappers | junov | 2015-09-22 | 12 | -49/+0 |
* | Cleanup: Pass std::string as const reference from gpu/ | ki.stfu | 2015-09-21 | 7 | -14/+18 |
* | Make the khronos_glcts_tests controllable | petermayo | 2015-09-21 | 1 | -1/+5 |
* | Disambiguates multiple contexts in the same client. | ericrk | 2015-09-21 | 13 | -11/+34 |
* | Mandoline: Enable more GL commands which are used by WebGL & GMap. | penghuang | 2015-09-19 | 1 | -93/+63 |
* | Fix clang/win build after https://codereview.chromium.org/1348363003 | Nico Weber | 2015-09-19 | 1 | -4/+0 |
* | content/gpu: Simplify stub scheduling. | sunnyps | 2015-09-18 | 2 | -99/+18 |
* | Removed trace category cb_command as it overlaps with gpu.service. | dyen | 2015-09-18 | 1 | -18/+4 |
* | Remove ScopedUpdateTexture. | tobiasjs | 2015-09-18 | 4 | -43/+0 |
* | Add a new histogram for Max. MSAA sample count, and collection for it. | senorblanco | 2015-09-18 | 1 | -0/+2 |
* | Initialize default texture for GL_TEXTURE_3D and GL_TEXTURE_2D_ARRAY | qiankun.miao | 2015-09-18 | 5 | -54/+180 |
* | TexSubImage2D no longer needs to match the type in ES3. | zmo | 2015-09-18 | 5 | -47/+111 |
* | content/gpu: Simplify gpu channel message handling. | sunnyps | 2015-09-18 | 1 | -2/+2 |
* | Added a unique command buffer ID for command buffers. | dyen | 2015-09-18 | 9 | -1/+57 |
* | gpu: Reduce GL context switches used to check pending queries. | reveman | 2015-09-17 | 7 | -43/+69 |
* | Fix 3D texture support for generateMipmap in command buffer | qiankun.miao | 2015-09-17 | 1 | -1/+1 |
* | Get LinkProgram to work with int/uint sampler variables. | zmo | 2015-09-17 | 1 | -0/+10 |
* | This change adds WebGL support in mandoline. It also adds GL | penghuang | 2015-09-16 | 1 | -1/+8 |
* | Revert of Mandoline: Add WebGL support (patchset #9 id:180001 of https://code... | dpranke | 2015-09-16 | 1 | -8/+1 |
* | Compile angle_end2end_tests on Mac | cwallez | 2015-09-16 | 1 | -4/+2 |
* | This change adds WebGL support in mandoline. It also adds GL | penghuang | 2015-09-16 | 1 | -1/+8 |
* | Fix ES3 UniformMatrix* commands handling. | zmo | 2015-09-16 | 7 | -22/+443 |
* | Cleanup: Remove unneeded base/memory/shared_memory.h #includes. | thestig | 2015-09-15 | 2 | -2/+0 |
* | Fixed issue with compositor texture bindings leaking through to WebGL contexts. | bajones | 2015-09-15 | 5 | -26/+72 |
* | Add GL_TRANSFORM_FEEDBACK_BUFFER_MODE to GetProgramiv query. | zmo | 2015-09-14 | 7 | -2/+58 |
* | Move sanitizer and symbol flags out of BUILDCONFIG | brettw | 2015-09-14 | 1 | -1/+1 |
* | Improve Uniform*ui{v} command handling. | zmo | 2015-09-14 | 10 | -139/+362 |
* | Fix TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN query results. | kbr | 2015-09-14 | 1 | -23/+85 |