summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Let target egl_main_native build without error.thakis@chromium.org2012-04-131-0/+1
* 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-125-0/+304
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Add GL_EXT_unpack_subimage support to command buffer client code.bsalomon@google.com2012-04-109-225/+512
* Revert 131177 - aura: Change shared context to be offscreen for armmazda@chromium.org2012-04-106-35/+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-066-28/+35
* 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
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-052-6/+6
* 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
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-023-0/+72
* 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-295-0/+20
* Add ShareGroup stubgman@chromium.org2012-03-286-0/+114
* Move gpu hash_tables and atomicops stuff gman@chromium.org2012-03-286-18/+67
* 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
* clang: Fix two -Wbool-conversion warningsthakis@chromium.org2012-03-161-2/+2
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+3