summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Clear uniformsgman@chromium.org2012-04-285-8/+186
* Add trace around DoTexStorage2DExtnduca@chromium.org2012-04-261-0/+1
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-254-28/+33
* Re-submission of http://codereview.chromium.org/9968113twiz@chromium.org2012-04-2011-33/+765
* Add --enforce-gl-minimums flaggman@chromium.org2012-04-194-12/+101
* Revert 132934 - this change seems to break many webgl related layout teststoyoshim@chromium.org2012-04-1911-767/+33
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-1911-33/+767
* Tile clearing of large textures.bsalomon@google.com2012-04-181-12/+40
* Add a few more DCHECKs to the GPU code.gman@chromium.org2012-04-182-0/+6
* aura/texture transport: Keep ref to texture infos to avoid races with the UIpiman@chromium.org2012-04-171-4/+12
* Make it so you can add GPU switches by editing 2 files instead of 3.gman@chromium.org2012-04-132-0/+13
* Turn off shader function emulation on Windows.zmo@google.com2012-04-131-3/+0
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-102-46/+36
* Revert 131177 - aura: Change shared context to be offscreen for armmazda@chromium.org2012-04-104-33/+28
* Always write data to new buffer in SimulateAttrib0gman@chromium.org2012-04-101-9/+10
* Optimize GetBucketContentsgman@chromium.org2012-04-092-19/+102
* Build fix: change the code, forget to change the test.zmo@chromium.org2012-04-091-3/+3
* Change the glGetShaderPrecisionFormat emulated values.zmo@chromium.org2012-04-091-5/+7
* Hanlde long attribute name mapping in bindAttribLocation.zmo@chromium.org2012-04-075-2/+58
* Delete renderbuffers when no longer referencedgman@chromium.org2012-04-064-16/+43
* aura: Change shared context to be offscreen for armpiman@chromium.org2012-04-064-28/+33
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-064-21/+56
* Delete Programs when no longer referencedgman@chromium.org2012-04-058-32/+81
* Don't delete textures until they're no longer referenced.gman@chromium.org2012-04-054-18/+46
* Prevent Mipmap generation for compressed textures.gman@chromium.org2012-04-052-2/+5
* Make buffer not get deleted until the last reference is released.gman@chromium.org2012-04-054-19/+40
* Limit max texture size to 4096x4096 on intel macgman@chromium.org2012-04-031-0/+2
* Revert 129879 - Revert 129819 - Add CHECK on non-generated ids in command buf...zmo@google.com2012-03-302-19/+16
* Revert 129819 - Add CHECK on non-generated ids in command buffer.zmo@google.com2012-03-302-16/+19
* Fix GL resource sharinggman@chromium.org2012-03-301-95/+0
* Add CHECK on non-generated ids in command buffer.gman@chromium.org2012-03-302-19/+16
* make disable-glsl-translator work againgman@chromium.org2012-03-264-7/+28
* Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.mmocny@chromium.org2012-03-231-0/+1
* Modify gpu::gles2::FeatureInfo::AddFeatures to enable feature flags based on ...bsalomon@google.com2012-03-231-3/+3
* Fix OES_texture_float test failure.zmo@chromium.org2012-03-201-8/+38
* Increase reschedule timeout to 1 second.jbauman@chromium.org2012-03-201-1/+1
* Check that attachments are the correct type for the attachment typegman@chromium.org2012-03-192-8/+35
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-1412-437/+641
* Coverity: Initialize member variables.jhawkins@chromium.org2012-03-131-0/+1
* Schedule for pending queriesgman@chromium.org2012-03-137-13/+38
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-0817-68/+1309
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-062-5/+8
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-0516-32/+48
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-0216-48/+32
* Fails glLinkProgram if two glBindAttribLocation conflicts.zmo@chromium.org2012-03-024-1/+126
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-0216-32/+48
* Expose API for GL_EXT_occlusion_query_boolean but as no-opsgman@chromium.org2012-02-276-10/+104
* Fix fake uniforms for Uniform2i, 3i and 4igman@chromium.org2012-02-233-7/+25
* Map uniform locations to fake locations.gman@chromium.org2012-02-228-270/+361
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-0/+1