summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-5/+0
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+5
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-5/+0
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-047-266/+199
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-031-0/+4
* Saved offscreen textures are allocated GL_RGB when no alpha channel is reques...apatrick@chromium.org2010-11-031-31/+67
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-282-0/+8
* Fix destruction order of ContextGroupgman@chromium.org2010-10-274-7/+11
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-272-9/+7
* Disable scissor test during multisample resolve.enne@chromium.org2010-10-271-0/+4
* Fix antialiasing in WebGL.enne@chromium.org2010-10-251-1/+1
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...senorblanco@chromium.org2010-10-221-0/+6
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-207-8/+52
* Convert LOG(INFO) to VLOG(1) - gpu/.pkasting@chromium.org2010-10-202-23/+17
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-1918-176/+230
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-186-14/+14
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-1417-16/+448
* Use packed depth/stencil format if available.enne@chromium.org2010-10-141-2/+4
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-1320-69/+126
* gpu: Make sure the fbo is always bound while the swap callback runs if an off...thakis@chromium.org2010-10-111-10/+20
* Mac: Fix resizing of composited background tabs.thakis@chromium.org2010-10-081-0/+6
* gpu: Removed unused class declaration.thakis@chromium.org2010-10-081-13/+0
* Rolled ANGLE rev 441:443. Other changes to accomodate the new ANGLE API.alokp@chromium.org2010-10-064-16/+16
* Fixed null dereference when GPU ContextGroup failed to initialize.apatrick@chromium.org2010-10-051-0/+1
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-0110-118/+396
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-3019-786/+1078
* Switch gles2_cmd_buffer to issue glFinish when it decodes glFinish.nduca@chromium.org2010-09-301-5/+1
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-292-3/+3
* Hooked up functionality for getting info for attribs and uniforms.alokp@chromium.org2010-09-293-9/+247
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-0/+2
* Fix WebGL getParameter bug in command buffer. zmo@google.com2010-09-243-14/+11
* Adds stub for client side GL logging.gman@chromium.org2010-09-2313-37/+335
* Revert 60236 - Fix WebGL getParameter bug in command buffer. atwilson@chromium.org2010-09-231-1/+4
* Fix WebGL getParameter bug in command buffer. darin@chromium.org2010-09-221-4/+1
* Mac: clang buildthakis@chromium.org2010-09-222-6/+9
* Enabled GL_POINT_SPRITE capability in desktop GL backend for commandkbr@google.com2010-09-202-1/+8
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-206-13/+67
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-172-0/+20
* Enables GL_OES_standard_derivativesgman@chromium.org2010-09-174-4/+23
* Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...alokp@chromium.org2010-09-173-47/+149
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-172-20/+0
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-172-0/+20
* Update build_gles2_cmd_buffer.py for PPAPI.neb@chromium.org2010-09-131-23/+139
* We need to initialize backbuffer to all 0s instead of some random color. It ...zmo@google.com2010-09-131-1/+1
* Revert 59119 - Removed includion of <iostream> from logging.h.jamesr@chromium.org2010-09-121-11/+7
* Removed includion of <iostream> from logging.h.apatrick@chromium.org2010-09-101-7/+11
* GPU process reports context lost when SwapBuffers fails.apatrick@chromium.org2010-09-101-1/+2
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-0825-136/+304
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-031-0/+3
* GPU process SwapBuffers from child to parent context calls glFlush before inv...apatrick@chromium.org2010-09-021-62/+56