summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-4/+4
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-4/+4
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-011-0/+2
* 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-1919-178/+232
* 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-1418-16/+450
* 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-0111-120/+398
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-3020-786/+1081
* 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-294-9/+248
* 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-174-47/+151
* 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
* Removed base dependency from PGL.apatrick@chromium.org2010-09-141-5/+4
* Update build_gles2_cmd_buffer.py for PPAPI.neb@chromium.org2010-09-131-23/+139
* Made GLES demos work on PPAPI.neb@chromium.org2010-09-1311-14/+305
* 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-0830-142/+315
* 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