summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/feature_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-submission of http://codereview.chromium.org/9968113twiz@chromium.org2012-04-201-0/+1
* Revert 132934 - this change seems to break many webgl related layout teststoyoshim@chromium.org2012-04-191-1/+0
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-191-0/+1
* 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
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-141-4/+8
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-0/+8
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-0/+1
* Add support for ANGLE_instanced_arraysjbauman@chromium.org2012-02-141-0/+10
* Undo GL_EXT_texture_storage disable, fixup internal format for non-GLES2.jbates@chromium.org2012-01-041-29/+2
* Disable GL_EXT_texture_storage support in Linux.jbates@chromium.org2011-12-291-3/+32
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+30
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-301-0/+8
* Plumb thru that we cache the front buffer.backer@chromium.org2011-11-241-0/+4
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-231-0/+27
* Allow GLSurface to indicate that it supports a specific extension.backer@chromium.org2011-11-221-5/+7
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+7
* Check for extension before using ANGLE_translated_shader_sourcejbauman@chromium.org2011-11-051-0/+4
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-251-0/+1
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-0/+1
* External stream texture support.sievers@chromium.org2011-09-281-0/+5
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-4/+4
* Fixes issues where WGC3D based on OSMesa GL implementation isn't allowing OES...bsalomon@google.com2011-09-211-5/+3
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-1/+0
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-111-2/+4
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-101-1/+0
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-1/+0
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-0/+9
* Add support for GL_CHROMIUM_flipygman@chromium.org2011-07-221-1/+0
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-131-0/+1
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-121-3/+1
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-0/+1
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-1/+1
* Change GL_EXT_texture_compression_s3tc to GL_CHROMIUM_texture_compression_dxt3gman@chromium.org2011-03-211-8/+23
* Fix clang buildbotjbauman@chromium.org2011-03-141-0/+3
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-1/+10
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-10/+1
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-1/+10
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-261-1/+11
* Fixed requesting of GL_EXT_texture_format_BGRA8888 andkbr@chromium.org2010-12-221-2/+5
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-5/+16
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+1
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-131-0/+2
* Add GL_CHROMIUM_resource_safe extension stringgman@chromium.org2010-11-121-13/+4
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-091-1/+2
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-031-0/+4
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-201-0/+12
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-60/+85
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-0/+266