summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/feature_info_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-0/+2
* Don't call into driver for unsupported extensions.sievers@chromium.org2013-10-311-0/+9
* Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...bsalomon@google.com2013-10-181-0/+10
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-53/+25
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-271-1/+11
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-0/+37
* ANGLE DEPS roll 2245:2249bajones@chromium.org2013-06-041-0/+7
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-1/+1
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-1/+1
* Use macro to simplify gpu driver bug workaround defs and code.zmo@chromium.org2013-04-051-17/+3
* Use GpuDriverBugList to manage all the workarounds.zmo@chromium.org2013-04-041-38/+62
* Add detection to FeatureInfo to see if samplers are available.dsinclair@chromium.org2013-03-141-7/+27
* Revert "Revert 186416"gman@chromium.org2013-03-071-0/+31
* Revert 186416zmo@chromium.org2013-03-061-31/+0
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-061-0/+31
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-1/+1
* Refactor FeatureInfo so you can't request features.gman@chromium.org2013-01-081-10/+0
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Move workarounds to one spot.gman@chromium.org2012-10-231-106/+11
* Implemented OES_element_index_uint in the Chrome GPU command bufferbajones@chromium.org2012-10-151-0/+8
* Added emulation of the OES_vertex_array_object WebGL extension for devices thatbajones@chromium.org2012-10-121-3/+34
* Support GL_OES_compressed_ETC1_RGB8_texture where available.sievers@chromium.org2012-10-031-3/+15
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-271-0/+33
* Fix vendor detection code and add gl_PointCoord workaround for Intel GPUs.kbr@chromium.org2012-07-171-5/+16
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-081-0/+246
* Correctly identify INTEL on Linuxgman@chromium.org2012-05-171-7/+35
* Don't enable occlusion query on Linux with Intel drivers.gman@chromium.org2012-05-151-1/+42
* Implement GL_EXT_occlusion_query_boolean on OSXgman@chromium.org2012-05-141-0/+45
* Fix TextureManager optimizations.gman@chromium.org2012-01-191-188/+190
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+6
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-0/+2
* External stream texture support.sievers@chromium.org2011-09-281-0/+9
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-1/+0
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-101-2/+0
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-0/+17
* Add support for GL_CHROMIUM_flipygman@chromium.org2011-07-221-1/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Change GL_EXT_texture_compression_s3tc to GL_CHROMIUM_texture_compression_dxt3gman@chromium.org2011-03-211-2/+8
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-261-1/+14
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-131-0/+4
* Add GL_CHROMIUM_resource_safe extension stringgman@chromium.org2010-11-121-9/+8
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-201-0/+18
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-4/+4
* 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-0/+380