summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Chromecast: disable multisampled render to texturehalliwell2016-03-211-1/+14
* Forward ScheduleOverlayPlane calls on Chromecasthalliwell2016-03-211-4/+0
* Expose encrypted_only attribute on VDA supported profiles.dalecurtis2016-03-192-0/+2
* Removed mac_optional_gpu_tests_rel from extra trybots in gpu/ and webgl/.kbr2016-03-191-1/+0
* Move simple methods [T-Z] from WebGraphicsContext3D to GLES2Interface.danakj2016-03-192-504/+0
* Move simple methods [F-S] from WebGraphicsContext3D to GLES2Interface.danakj2016-03-192-350/+0
* Add CONTEXT_TYPE_OPENGLES2_PEPPERericrk2016-03-187-55/+11
* Move simple methods [A-E] from WebGraphicsContext3D to GLES2Interface.danakj2016-03-182-218/+1
* Enable GN check for gpu and rlzbrettw2016-03-188-14/+30
* Remove content switches dependency in content/common/gpu.penghuang2016-03-182-0/+4
* Remove framebufferRenderbuffer and framebufferTexture* from WGC3D.danakj2016-03-172-22/+0
* Use base::AtomicSequenceNumber for the flush id in GLES2Implementationdanakj2016-03-171-4/+4
* Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.danakj2016-03-1714-28/+53
* Fix VS 2015 Update 2 specific bugbrucedawson2016-03-172-0/+4
* blink: Remove unused or rarely used methods from WebGraphicsContext3Ddanakj2016-03-162-143/+0
* Add a workaround for copyTexImage2D as it is sometimes broken on OSX.erikchen2016-03-1610-18/+446
* 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
* Initialize the GLES3 builtin shader constantscwallez2016-03-155-3/+115
* Implement unpack alignment driver bug workaround.zmo2016-03-145-39/+219
* [gpu/config] Extend cubemap exception to 10.9cwallez2016-03-141-2/+2
* content gpu refactor: get rid of gpu related content switches.penghuang2016-03-141-0/+18
* Revert of content gpu refactor: get rid of gpu related content switches. (pat...rockot2016-03-131-18/+0
* content gpu refactor: get rid of gpu related content switches.penghuang2016-03-131-0/+18
* gpu: Rename GpuScheduler to CommandExecutor.sunnyps2016-03-1219-195/+169
* Upgrade Tex{Sub}Image{2|3}D to handle ES3 unpack parameters.zmo2016-03-118-188/+714
* Texture swizzling for GL_ALPHA and GL_LUMINANCE emulationbajones2016-03-1111-31/+433
* Remove GLSurfaceHandle and simplify view command bufferspiman2016-03-112-0/+19
* Fix transform feedback bugsqiankun.miao2016-03-115-29/+94
* [WebGL] a bunch of small fixes: unnecessary arguments, typos...yunchao.he2016-03-112-3/+3
* Fix a few issues in Tex function handling.zmo2016-03-113-67/+94
* Disable DirectComposition on Windows <10jbauman2016-03-101-1/+16
* Get rid of gpu related switches by passing gpu::GpuPreferences via IPC.penghuang2016-03-103-28/+2
* Handle UNPACK_SKIP_* and PACK_SKIP_* parameters on the client side.zmo2016-03-098-146/+171
* mustash: SurfaceTexture* => gpu/ipc/commonfsamuel2016-03-096-0/+157
* Don't detach SurfaceTexture from GL Context on Mali <= KitKat.liberato2016-03-092-0/+17
* Added initial Vulkan build files as well as a basic implementation file.dyen2016-03-097-0/+328
* Minor clean-up to gles2_cmd_copy_texture_chromium.cc.erikchen2016-03-091-2/+2
* Revert of Get rid of gpu related switches by passing gpu::GpuPreferences via ...simonhatch2016-03-093-2/+28
* gpu: Allow passing waiting command buffer id to target command buffer.sunnyps2016-03-083-5/+95
* Update GL_IMPLEMENTATION_COLOR_READ_FORMAT for BGRAericrk2016-03-086-5/+25
* Command buffer: generate correct GL error for invalid level for compressed te...yunchao.he2016-03-081-2/+9
* Get rid of gpu related switches by passing gpu::GpuPreferences via IPC.penghuang2016-03-073-28/+2
* [gpu/config] Do not limit cubemaps to 1024 on OSX >= 10.10cwallez2016-03-071-2/+6
* Fix GL version strings in testsmartina.kollarova2016-03-074-5/+5
* mustash: Move gpu/ipc to gpu/ipc/commonfsamuel2016-03-0515-126/+29
* [gpu/config] on Linux AMD using ANGLE do not fallback to softwarecwallez2016-03-041-0/+3
* Conditionalize build of dEQP tests again.kbr2016-03-031-1/+2
* android: limit max texture size to 4096boliu2016-03-021-1/+11
* Revert "Build dEQP tests only with build_angle_deqp_tests==1."kbr2016-03-021-74/+56