summaryrefslogtreecommitdiffstats
path: root/gpu/blink
Commit message (Expand)AuthorAgeFilesLines
* Expose GLES2Interface to blink, and delete isContextLost() from WGC3D.danakj2016-03-163-10/+12
* Add kbr to gpu/blink/OWNERS.danakj2016-03-161-0/+1
* Use 16-bit surface for low-end devicesjinsukkim2016-01-201-0/+15
* Removed client side support for old sync points.dyen2016-01-202-11/+0
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-062-6/+2
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-7/+5
* Switch to standard integer types in gpu/.avi2015-12-214-0/+8
* Added blink support for new sync tokens.dyen2015-12-112-3/+14
* Labeled WebGraphicsContext3D context.dyen2015-12-091-0/+3
* Add alpha argument to glResizeCHROMIUMjbauman2015-12-021-1/+5
* Run gn --format over all .gn filesagrieve2015-11-201-4/+4
* Revert "Replaced blink sync points with new sync tokens."dyen2015-11-192-10/+10
* Bridge getSynciv from Blink to command buffer. This small changeyunchao.he2015-11-192-0/+15
* Replaced blink sync points with new sync tokens.dyen2015-11-182-10/+10
* Fix gpu command buffer use after free by GrContextjunov2015-11-132-7/+0
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-032-4/+13
* Fix WebGL 2's getIndexedParameter function.zmo2015-10-162-0/+13
* Enforce marking "override" for functions overriding Blink in gpu/.avi2015-09-242-823/+825
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-1/+15
* Add GL_CHROMIUM_screen_space_antialiasing to support alternative AAjin.a.yang2015-09-112-0/+4
* Added support for EXTDisjointTimerQuery functions.dyen2015-09-042-0/+12
* gpu: Remove async texture uploads.reveman2015-08-272-31/+0
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-242-44/+2
* Build fix.zmo2015-06-241-2/+2
* Remove Chromium specific PixelStorei params in GPU command buffer.zmo2015-06-232-13/+77
* Wiring up new command buffer functions to WebGraphicsContext3DImplbajones2015-06-192-15/+23
* Implement WebGraphicsContext3D's lost context methods on GLES2Impldanakj2015-06-094-19/+11
* Teach GPU command buffer whether a context is webgl.zmo2015-06-093-7/+1
* gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.reveman2015-05-262-3/+11
* Fix Get* calls in GPU Command buffer.zmo2015-05-192-0/+5
* Update GetTexParameter* and TexParameter* for ES3 in GPU command bufferguanxian.li2015-05-121-13/+2
* Wired up compressedTex{Sub}Image3D entry points in WebGraphicsContext3DImplbajones2015-05-062-26/+26
* Work on Windows GN component build.brettw2015-04-061-0/+1
* Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...pkotwicz2015-04-061-1/+0
* Work on Windows GN component build.brettw2015-04-061-0/+1
* Remove |level| in copy(Sub)TextureCHROMIUM().dongseong.hwang2015-03-242-33/+0
* Mapping all newly available ES3 entry points in webgraphicscontext3d_implbajones2015-03-242-59/+99
* gpu/blink: Cleanup - Remove 'using' declarations from webgraphicscontext3d_im...tfarina2015-03-094-612/+820
* Fix glGetActiveUniform/Attrib crashes due to state inconsistencyzmo2015-03-091-6/+8
* Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...dongseong.hwang2015-03-052-4/+57
* Distinguish ES2/ES3 contexts in GPU command bufferzmo2015-03-041-0/+2
* Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...ulan2015-03-032-57/+4
* gpu: introduce glCopySubTextureCHROMIUMdongseong.hwang2015-03-032-4/+57
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-5/+3
* Add lock support for in process context provider.jbauman2015-02-142-0/+5
* Updating WebGraphicsContext3DImpl to include ES3 entry pointsbajones2015-02-112-0/+312
* remove useless APIs in WGC3DImplyunchao.he2015-02-092-28/+0
* Extract WebGraphicsContext3DInProcessCommandBufferImpl from webkit/.tfarina2015-01-094-0/+287
* Added GL_CHROMIUM_trace_marker feature as well as gpu_toplevel markers.dyen2015-01-072-0/+8
* Standardize usage of virtual/override/final specifiers in gpu/.dcheng2014-12-231-1/+1