summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/context_group.h
Commit message (Expand)AuthorAgeFilesLines
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-0/+7
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-7/+0
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-0/+1
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-2/+1
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-0/+7
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-2/+2
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-0/+20
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-3/+1
* Add a command to lose the contextgman@chromium.org2012-12-171-5/+13
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+7
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-7/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+7
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-0/+7
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-0/+11
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+1
* Current status of patch:dmurph@chromium.org2012-07-181-1/+5
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-141-0/+2
* Make context groups share a TextureBufferManagergman@chromium.org2012-06-011-2/+9
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-1/+3
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-2/+10
* Add --enforce-gl-minimums flaggman@chromium.org2012-04-191-0/+6
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-1/+2
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-2/+1
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-1/+2
* Fix TextureManager optimizations.gman@chromium.org2012-01-191-3/+3
* Ensure that ContextGroup is destroyed when an appropriate GL context is current.apatrick@chromium.org2011-10-051-10/+6
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-2/+2
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+6
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-4/+5
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-131-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-1/+3
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-3/+1
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-1/+3
* Fix destruction order of ContextGroupgman@chromium.org2010-10-271-2/+2
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-3/+12
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-32/+7
* Enables GL_OES_standard_derivativesgman@chromium.org2010-09-171-1/+3
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-231-0/+15
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-0/+10
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+3
* Refactor validation code so it can be modified at runtime.gman@chromium.org2010-06-151-0/+7
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-1/+25
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-25/+1
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-1/+25
* revert last CLgman@chromium.org2010-05-181-25/+1
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-1/+25
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+10
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-9/+0
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-251-0/+14