summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/context_group.cc
Commit message (Expand)AuthorAgeFilesLines
* Minor GLInProcessContext cleanups.sievers@chromium.org2013-07-171-0/+1
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-2/+8
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-0/+4
* Use a direct include of strings headers in extensions/, google_apis/, gpu/.avi@chromium.org2013-06-111-1/+1
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+15
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+2
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-2/+2
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-6/+5
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-2/+0
* Limit internal OSMesa to min required for OpenGL ES 2.0gman@chromium.org2013-05-231-0/+14
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-0/+3
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-2/+16
* Revert "Revert 186416"gman@chromium.org2013-03-071-1/+2
* Revert 186416zmo@chromium.org2013-03-061-2/+1
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-061-1/+2
* Add a command to lose the contextgman@chromium.org2012-12-171-10/+37
* Move workarounds to one spot.gman@chromium.org2012-10-231-27/+9
* Allow cubemaps <= 1024 in size on 10.7.3 Macsjbauman@chromium.org2012-10-221-2/+11
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+3
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-3/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+3
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-0/+1
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-5/+1
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-4/+13
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-1/+3
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+2
* Current status of patch:dmurph@chromium.org2012-07-181-2/+5
* Consolidate disable gpu workarounds code.gman@chromium.org2012-06-291-11/+13
* Reduce the maximum texture size on Mac/AMD to 4096.bsalomon@google.com2012-06-251-1/+8
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-141-0/+11
* Make context groups share a TextureBufferManagergman@chromium.org2012-06-011-2/+10
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-39/+39
* Don't enable occlusion query on Linux with Intel drivers.gman@chromium.org2012-05-151-9/+3
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-2/+7
* Add --enforce-gl-minimums flaggman@chromium.org2012-04-191-12/+90
* Limit max texture size to 4096x4096 on intel macgman@chromium.org2012-04-031-0/+2
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-0/+1
* Fix TextureManager optimizations.gman@chromium.org2012-01-191-6/+8
* Make command buffer validate glRenderbufferStorage width and heightgman@chromium.org2011-10-191-1/+6
* Make command buffer limit cubemaps to 512x512 on Intel on OSXgman@chromium.org2011-10-131-0/+21
* Ensure that ContextGroup is destroyed when an appropriate GL context is current.apatrick@chromium.org2011-10-051-12/+16
* 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/+2
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-1/+0
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-8/+11
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-1/+1
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-2/+4
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-4/+2