summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Blacklist partial swap and CALayer overlays on 2009 iMacsChristopher Cameron2015-11-103-2/+37
* Adjust MB/Flush on Adreno from 4MB > 1MBEric Karl2015-10-133-1/+17
* Revert of gpu: Add flag to disable virtual contexts (patchset #2 id:20001 of ...hendrikw2015-10-036-19/+3
* Fixes a small memory leak in the Mac GPU info collectorcharliea2015-10-021-2/+4
* Blacklist MSAA for GPU Raster on Intel GPUsericrk2015-10-0114-70/+141
* Add a temporary supression for SRGB issues on the Windows Intel FYI bot with ...geofflang2015-10-011-0/+1
* command_buffer: Remove redundant extension checks from two decoder functionskkinnunen2015-09-301-13/+0
* Check if ids were inserted in gpu testsmartina.kollarova2015-09-302-20/+22
* Fixed issue with vertex attrib divisors of 0 not tracking correctly.bajones2015-09-303-2/+20
* Disallow gl[Compressed]Tex[Sub]Image2D for GL_TEXTURE_RECTANGLE_ARBccameron2015-09-293-20/+33
* Isolate gl_tests and gpu_unittests.stip2015-09-293-1/+67
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* [Chromecast] Disable libpci on Chromecast builds by default.slan2015-09-251-1/+1
* Added a way to disable workarounds using --workaround_name=0.dyen2015-09-241-23/+29
* Enforce marking "override" for functions overriding Blink in gpu/.avi2015-09-242-823/+825
* Mandoline: WebGL: Fill WebGLInfo during creating a WebGL contextpenghuang2015-09-241-1/+4
* gpu: Use GpuPreference to determine what contexts are safe to force gpu switc...reveman2015-09-241-7/+0
* Revert of Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context. (...msw2015-09-241-4/+1
* Mandoline: WebGL: Fill WebGLInfo during creating a WebGL contextpenghuang2015-09-231-1/+4
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-2321-141/+208
* Added global order numbers to in process command buffers.dyen2015-09-224-6/+229
* gpu: Add flag to disable virtual contextshendrikw2015-09-226-3/+19
* Removing GL context rate limiting feature and related wrappersjunov2015-09-2212-49/+0
* Cleanup: Pass std::string as const reference from gpu/ki.stfu2015-09-217-14/+18
* Make the khronos_glcts_tests controllablepetermayo2015-09-211-1/+5
* Disambiguates multiple contexts in the same client.ericrk2015-09-2113-11/+34
* Mandoline: Enable more GL commands which are used by WebGL & GMap.penghuang2015-09-191-93/+63
* Fix clang/win build after https://codereview.chromium.org/1348363003Nico Weber2015-09-191-4/+0
* content/gpu: Simplify stub scheduling.sunnyps2015-09-182-99/+18
* Removed trace category cb_command as it overlaps with gpu.service.dyen2015-09-181-18/+4
* Remove ScopedUpdateTexture.tobiasjs2015-09-184-43/+0
* Add a new histogram for Max. MSAA sample count, and collection for it.senorblanco2015-09-181-0/+2
* Initialize default texture for GL_TEXTURE_3D and GL_TEXTURE_2D_ARRAYqiankun.miao2015-09-185-54/+180
* TexSubImage2D no longer needs to match the type in ES3.zmo2015-09-185-47/+111
* content/gpu: Simplify gpu channel message handling.sunnyps2015-09-181-2/+2
* Added a unique command buffer ID for command buffers.dyen2015-09-189-1/+57
* gpu: Reduce GL context switches used to check pending queries.reveman2015-09-177-43/+69
* Fix 3D texture support for generateMipmap in command bufferqiankun.miao2015-09-171-1/+1
* Get LinkProgram to work with int/uint sampler variables.zmo2015-09-171-0/+10
* This change adds WebGL support in mandoline. It also adds GLpenghuang2015-09-161-1/+8
* Revert of Mandoline: Add WebGL support (patchset #9 id:180001 of https://code...dpranke2015-09-161-8/+1
* Compile angle_end2end_tests on Maccwallez2015-09-161-4/+2
* This change adds WebGL support in mandoline. It also adds GLpenghuang2015-09-161-1/+8
* Fix ES3 UniformMatrix* commands handling.zmo2015-09-167-22/+443
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-152-2/+0
* Fixed issue with compositor texture bindings leaking through to WebGL contexts.bajones2015-09-155-26/+72
* Add GL_TRANSFORM_FEEDBACK_BUFFER_MODE to GetProgramiv query.zmo2015-09-147-2/+58
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-141-1/+1
* Improve Uniform*ui{v} command handling.zmo2015-09-1410-139/+362
* Fix TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN query results.kbr2015-09-141-23/+85