summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-41/+43
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-261-0/+3
* Fixes for the default texture.gman@chromium.org2010-08-241-3/+44
* A couple of minor fixes for CopyTexImage2Dgman@chromium.org2010-08-041-1/+1
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-2/+47
* Add support for gman@chromium.org2010-07-201-8/+27
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-16/+22
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+18
* Adds tracking of number of unrenderable textures sogman@chromium.org2010-06-021-2/+60
* A few more changes for conformance tests.gman@chromium.org2010-05-071-3/+23
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-8/+20
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-0/+12
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-4/+5
* Made glReadPixels handle out of range areas.gman@chromium.org2010-03-191-1/+14
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-11/+62
* Updates many commands to require the client to set the gman@chromium.org2010-02-171-3/+3
* Fix for build breakagegman@chromium.org2010-02-161-7/+7
* Adds texture tracking.gman@chromium.org2010-02-161-0/+229