summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-074-2/+93
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-072-0/+12
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-0620-111/+413
* Fixes divide by zero bug in readpixelsgman@chromium.org2010-12-032-2/+31
* Fix zero length string bug and NPOT buggman@chromium.org2010-12-034-15/+24
* scons: excise more scons references from the code baseevan@chromium.org2010-12-031-1/+1
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-023-9/+19
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-27/+26
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-305-26/+27
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-263-3/+59
* Resize synchronization for Linux.backer@chromium.org2010-11-255-2/+27
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-247-103/+11
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-247-11/+103
* 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