summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-1817-347/+405
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-188-44/+249
* Update cmd buffer script to reflect ppapi reorg.neb@chromium.org2010-11-171-10/+10
* Do an early return from GLES2DecoderImpl::Initialize if context group initial...senorblanco@chromium.org2010-11-171-0/+1
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-1614-3/+108
* Fix GL_OES_standard_derivatives support.gman@chromium.org2010-11-134-0/+11
* Fix bool issues.gman@chromium.org2010-11-121-4/+4
* Add GL_CHROMIUM_resource_safe extension stringgman@chromium.org2010-11-123-24/+12
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-1212-50/+339
* Handle GL errors when querying the multisample count.enne@chromium.org2010-11-111-1/+3
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-099-12/+53
* Re-add setting of wrap and filtering mode parameters of backingkbr@chromium.org2010-11-091-0/+24
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-064-33/+25
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-054-25/+33
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-054-33/+25
* 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
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-4/+4
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change.brettw@chromium.org2010-11-021-4/+4
* 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