summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Check if drivers support GL_OES_texture_float even with GLES3 context.kalyan.kondapally2014-11-082-1/+27
* gn win: disable 4267 (need for win x64)scottmg2014-11-081-0/+3
* Add subscribeUniform extension pipelineorglofch2014-11-0745-38/+2075
* Implement PpapiCommandBufferProxy::GetCapabilitiespiman2014-11-073-1/+50
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-0745-2074/+38
* Remove num_entries and put_offset from CommandBuffer::Statepiman2014-11-0613-33/+34
* gpu: Match autogen files to code style.dongseong.hwang2014-11-0612-1421/+860
* Add subscribeUniform extension pipelineorglofch2014-11-0645-38/+2074
* Provide a way to disable libpci dependency.bedupont2014-11-043-3/+19
* We need to cleanup GpuMemoryBuffers allocated in the GPU process.alexst2014-11-041-0/+4
* Remove Galaxy Core and Galaxy Win from Ganesh whitelist.aelias2014-11-031-2/+2
* PepperGL: Enable client side arrays support.penghuang2014-11-0313-99/+46
* gpu: Remove flush of command buffer before creating a new image.reveman2014-11-011-3/+0
* Fixed bit-testing to use '&' instead of '|', found by /analyzebrucedawson2014-10-311-2/+2
* Switch to use ANGLE's new c++ style APIszmo2014-10-312-43/+15
* Improve context loss error handlingoetuaho2014-10-314-6/+48
* Update command buffer autogenerated filesoetuaho2014-10-301-115/+743
* Convert GL_FIXED attribs correctly.penghuang2014-10-291-6/+7
* gpu: Add CHROMIUM_image support to in-process command buffer.reveman2014-10-294-26/+144
* gpu: Move image creation part of GpuMemoryBufferFactory interface to gpu name...reveman2014-10-284-0/+134
* Remove ANGLE enums that are to be removed soon.zmo2014-10-281-5/+5
* cc: Move GpuMemoryBufferManager interface to gpu namespace.reveman2014-10-284-0/+64
* Revert "Accelerate the lighten blendmode if GL_EXT_blend_minmax is enabled."ed2014-10-285-6/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2777-300/+219
* Add skia bindings for VertexAttrib[1f,2fv,3fv].egdaniel2014-10-271-0/+3
* GN: Fix Android component buildcjhopman2014-10-271-5/+8
* gpu: Remove texture target from internal mailbox namesievers2014-10-249-138/+115
* gpu: Rewrite MailboxSynchronizersievers2014-10-2418-517/+755
* Duplicate VideoEncodeAccelerator::SupportedProfile in gpu_info.h.wuchengli2014-10-243-6/+33
* Add support for all blendmodes if we have GL_KHR_blend_equation_advanced.ed2014-10-2324-3/+208
* Add Link-Time Optimizations support for Android.fdegans2014-10-231-0/+8
* Non-SFI Mode: Build gpu/ libraries by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-232-5/+23
* MailboxSync: Imply fence with sync pointsievers2014-10-2210-117/+96
* Detect built-in varyings' invariant setting conflicts.zmo2014-10-223-6/+46
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-2158-2331/+2123
* Type conversion fixes, gpu/ edition.pkasting2014-10-176-23/+32
* Mark NoOpGLSurface as surfaceless.jbauman2014-10-171-1/+1
* Disallow drawing feedback loops.zmo2014-10-172-3/+53
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-2/+2
* gpu: Add missing ScopedRenderToboliu2014-10-161-0/+3
* Cause GPU process to exit upon lost context in more circumstances.jbauman2014-10-161-10/+17
* gpu: Fix webview parent compositor crash in context lossboliu2014-10-151-1/+3
* Revert "Adding skia gl interface binding for glCopyTextureCHROMIUM"junov2014-10-151-1/+0
* Avoid type truncation warnings when converting GLenum to GLboolean by insertingpkasting2014-10-143-10/+12
* Generate INVALID_OPERATION if feedback loops exist in CopyTex{Sub}Image2D.zmo2014-10-144-0/+50
* Disallow active attrib aliasing at shader program link time.zmo2014-10-134-15/+72
* Enabled EXT_sRGB WebGL extension support in the command buffer.bajones2014-10-136-2/+82
* Android: Blacklist async_readpixels on VMWare/Mesa (emulator)sievers2014-10-131-1/+19
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-1330-571/+250
* Use NV_draw_buffers to implement EXT_draw_buffersoetuaho2014-10-135-2/+47