summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/context_group_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gpu/.avi2015-12-211-8/+10
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-15/+12
* Fix crash caused by concurrent access to framebuffer_combo_complete_map_.tobiasjs2015-08-221-1/+1
* Code style fix.zmo2015-06-091-6/+8
* Teach GPU command buffer whether a context is webgl.zmo2015-06-091-3/+13
* Add optimization for CHROMIUM_subscribe_uniform extension.orglofch2014-12-151-2/+3
* Add mouse input forwarding to gpu serviceorglofch2014-12-031-1/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Manual fixups in gpu/ for scoped_refptr operator T* removal.dcheng2014-08-301-0/+1
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-1/+1
* gpu: Add base class for gpu service testssievers@google.com2014-06-181-11/+3
* Revert 278059 "gpu: Add base class for gpu service tests"macourteau@chromium.org2014-06-181-3/+11
* gpu: Add base class for gpu service testssievers@chromium.org2014-06-181-11/+3
* Remove default textures in (!bind_generates_resource) context groups.vmiura@chromium.org2014-04-081-7/+8
* Make ShaderTranslatorCache per thread refcountedboliu@chromium.org2014-04-031-1/+1
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-141-2/+2
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-1/+1
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-2/+2
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-1/+1
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-3/+3
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-1/+1
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-2/+3
* Add a command to lose the contextgman@chromium.org2012-12-171-6/+10
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-1/+1
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-1/+1
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-1/+1
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+1
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-1/+1
* Current status of patch:dmurph@chromium.org2012-07-181-1/+1
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-2/+2
* Ensure that ContextGroup is destroyed when an appropriate GL context is current.apatrick@chromium.org2011-10-051-4/+40
* 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/+1
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-1/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-2/+3
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-3/+2
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-2/+3
* Fix destruction order of ContextGroupgman@chromium.org2010-10-271-1/+1
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-29/+33
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+2
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-316/+22
* Enables GL_OES_standard_derivativesgman@chromium.org2010-09-171-0/+8
* Add support for GL_OES_depth24gman@chromium.org2010-08-261-0/+9
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-261-2/+119
* Fixes for the default texture.gman@chromium.org2010-08-241-59/+4
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-231-0/+19
* Add support for GL_EXT_read_format_bgra.gman@chromium.org2010-08-121-0/+19
* GPU command decoder uses depth24_stencil8_oes extension if available.apatrick@chromium.org2010-08-021-17/+0