summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gl_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Move missing GL enum from gl_utils.h to gl_bindings.hgman@chromium.org2013-02-151-133/+0
* Clean up the mess left supporting 'use system libs'gman@chromium.org2013-01-251-0/+13
* Add to the GL_CHROMIUM_gpu_memory_manager extension accameron@chromium.org2012-12-141-0/+5
* gpu: Add async upload functions.epenner@chromium.org2012-11-301-0/+3
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-211-0/+4
* Needed to allow querying the current VAO bindinggman@chromium.org2012-11-191-0/+3
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-231-0/+3
* Support GL_OES_compressed_ETC1_RGB8_texture where available.sievers@chromium.org2012-10-031-0/+3
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-0/+7
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+0
* Current status of patch:dmurph@chromium.org2012-07-181-0/+5
* Add GL_CHROMIUM_get_error_querygman@chromium.org2012-07-091-0/+3
* Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...twiz@chromium.org2012-06-191-0/+1
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-081-1/+10
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniformsgman@chromium.org2012-05-101-0/+2
* Re-submission of http://codereview.chromium.org/9968113twiz@chromium.org2012-04-201-0/+6
* Revert 132934 - this change seems to break many webgl related layout teststoyoshim@chromium.org2012-04-191-6/+0
* Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...twiz@chromium.org2012-04-191-0/+6
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-141-0/+4
* Expose API for GL_EXT_occlusion_query_boolean but as no-opsgman@chromium.org2012-02-271-0/+7
* Add support for ANGLE_instanced_arraysjbauman@chromium.org2012-02-141-1/+4
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+21
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-301-0/+3
* Change the enum GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE to the assigned value.zmo@google.com2011-10-131-1/+1
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-0/+3
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-0/+1
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-0/+6
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-261-0/+2
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-131-0/+1
* Refactor validation code so it can be modified at runtime.gman@chromium.org2010-06-151-0/+1
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-76/+19
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-0/+6
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-6/+0
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-0/+6
* revert last CLgman@chromium.org2010-05-181-6/+0
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-0/+6
* Revert 47329 - Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferSto...rvargas@google.com2010-05-141-1/+0
* Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferStorage.zmo@google.com2010-05-141-0/+1
* Removed direct inclusion of GL headers from gl_utils.h.apatrick@chromium.org2010-04-221-4/+0
* Added OSMesa based GLContext.apatrick@chromium.org2010-04-201-0/+1
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-121-0/+8
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-0/+4
* Enable GL_VERTEX_PROGRAM_POINT_SIZE during initialization to matchkbr@google.com2010-04-071-0/+3
* First step on the way to a native GLES2 backend for commandgman@chromium.org2010-03-111-16/+52
* Addsgman@chromium.org2010-02-051-3/+13
* Fixed compile error for unit-tests on linux. We do not include any glew file ...alokp@chromium.org2010-02-021-3/+6
* Adds a GLMock object so we can check the code isgman@chromium.org2009-12-231-0/+4
* Added chromium source file preamble.apatrick@google.com2009-12-171-31/+3