summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Move SyncPointManager into gpu/command_buffer/serviceabarth2014-11-184-0/+150
* GPU: Add const modifier to two members of GLES2Implementation.penghuang2014-11-182-3/+3
* gpu: fix CopyTextureCHROMIUM for GL_ARB_texture_rectangledongseong.hwang2014-11-181-2/+2
* cc: Add UMA stats for texture copy latency.reveman2014-11-183-9/+16
* gpu: Un-blacklist ARB_sync on MacOSX.reveman2014-11-181-11/+0
* gpu: Implement shader glClear() blit for broken IMG driverssievers2014-11-1813-2/+511
* Enable asynchronous glReadPixels on Windows.miu2014-11-156-10/+22
* Workaround NVidia eglWaitSyncKHR bugboliu2014-11-143-1/+27
* Add UMA histogram for D3D shader model.jmadill2014-11-131-0/+39
* command_buffer: Avoid uninitialized read in ShaderTranslatorCachekkinnunen2014-11-124-12/+75
* gpu: remove round trip at context initializationpiman2014-11-1226-929/+269
* gpu: Make sure sync queries complete on service side when calling glFinish.reveman2014-11-118-42/+50
* Add GL_APPLE_fence support, enabling asynchronous glReadPixels for Mac.miu2014-11-112-1/+3
* Remove a few unused typedefs. No behavior change.thakis2014-11-102-11/+0
* 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