summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* 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_tests target as place to put GL tests for the command buffer.gman@chromium.org2012-04-124-0/+273
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-108-224/+438
* 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-096-109/+285
* 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
* Allow |msg| to be NULLtbreisacher@chromium.org2012-04-061-1/+2
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-064-21/+56
* Delete Programs when no longer referencedgman@chromium.org2012-04-059-32/+82
* 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
* Revert "Revert 130737 - Make contexts actually use ShareGroup for shared cont...gman@chromium.org2012-04-047-228/+152
* Revert 130737 - Make contexts actually use ShareGroup for shared contexts.binji@chromium.org2012-04-046-149/+143
* Make contexts actually use ShareGroup for shared contexts.gman@chromium.org2012-04-046-143/+149
* Revert "Revert 130384 - Broke a few Mac bots"gman@chromium.org2012-04-0410-309/+563
* Revert 130384 - Broke a few Mac botsrsleevi@chromium.org2012-04-0310-564/+309
* Revert "Revert "Make ShareGroup thread safe" http://crrev.com/130034."gman@chromium.org2012-04-0310-309/+564
* Limit max texture size to 4096x4096 on intel macgman@chromium.org2012-04-031-0/+2
* Revert "Make ShareGroup thread safe" http://crrev.com/130034.apavlov@chromium.org2012-03-3110-564/+309
* Make ShareGroup thread safegman@chromium.org2012-03-3110-309/+564
* 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-303-95/+111
* Add CHECK on non-generated ids in command buffer.gman@chromium.org2012-03-302-19/+16
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-293-0/+18
* Add ShareGroup stubgman@chromium.org2012-03-284-0/+111
* Move gpu hash_tables and atomicops stuff gman@chromium.org2012-03-285-18/+64
* Disable flushers on CrOS to improve GPU process saturation during bulk textur...nduca@google.com2012-03-282-1/+8
* make disable-glsl-translator work againgman@chromium.org2012-03-264-7/+28
* Fix some GPU logging printsgman@chromium.org2012-03-241-8/+10
* 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-194-19/+87
* Remove unused code in StrictSharedIdHandlergman@chromium.org2012-03-191-10/+0
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-161-1/+10
* Plumb client side synthesized GL messages to JS Consolegman@chromium.org2012-03-152-1/+18
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-1415-442/+649
* Insert No-ops into the command buffer when glQueryObjectuiv is called.gman@chromium.org2012-03-141-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2012-03-132-1/+6
* Switch query_tracker to use tr1/unordered_map for faster look ups.nfullagar@google.com2012-03-132-5/+2
* Move constructor and destructor of GLES2CmdHelper out of linethakis@chromium.org2012-03-132-8/+13