summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* gpu: Make sure sync queries complete on service side when calling glFinish.David Reveman2014-11-128-42/+50
* Add subscribeUniform extension pipelineorglofch2014-11-0739-38/+1919
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-0739-1918/+38
* Remove num_entries and put_offset from CommandBuffer::Statepiman2014-11-0612-28/+33
* gpu: Match autogen files to code style.dongseong.hwang2014-11-0612-1421/+860
* Add subscribeUniform extension pipelineorglofch2014-11-0639-38/+1918
* We need to cleanup GpuMemoryBuffers allocated in the GPU process.alexst2014-11-041-0/+4
* PepperGL: Enable client side arrays support.penghuang2014-11-039-64/+37
* 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-283-0/+132
* Remove ANGLE enums that are to be removed soon.zmo2014-10-281-5/+5
* cc: Move GpuMemoryBufferManager interface to gpu namespace.reveman2014-10-283-0/+62
* 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-2763-257/+181
* gpu: Remove texture target from internal mailbox namesievers2014-10-249-138/+115
* gpu: Rewrite MailboxSynchronizersievers2014-10-2417-514/+751
* Add support for all blendmodes if we have GL_KHR_blend_equation_advanced.ed2014-10-2323-3/+207
* Non-SFI Mode: Build gpu/ libraries by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-231-0/+3
* 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-2154-2306/+2099
* Type conversion fixes, gpu/ edition.pkasting2014-10-175-17/+21
* 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
* 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
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-1324-461/+204
* Use NV_draw_buffers to implement EXT_draw_buffersoetuaho2014-10-135-2/+47
* Align base::hash_map with C++11, part 1.davidben2014-10-111-11/+0
* Optimized Texture::Update() function.dyen2014-10-103-125/+263
* Accelerate the 'lighten' blendmode.ed2014-10-105-2/+8
* Switch to use ANGLE's new APIs to query shader variables.zmo2014-10-0916-577/+693
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-2/+2
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-0857-1092/+1092
* Remove implicit conversions from scoped_refptr to T* in gpu/dcheng2014-10-071-1/+2
* Optimized UpdateCleared() function using precalculated counter.dyen2014-10-061-14/+1
* command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)kkinnunen2014-10-0331-894/+55
* gpu: Don't flush for future sync point generationDaniel Sievers2014-10-031-1/+0