summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-201-0/+17
* Revert 89002 - Enforce RGB even on buggy drivers.asargent@chromium.org2011-06-141-17/+0
* Enforce RGB even on buggy drivers.gman@chromium.org2011-06-141-0/+17
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-131-3/+2
* Validate glTexParameter parameters.gman@chromium.org2011-05-121-2/+3
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Workground for glGenerateMipmap bug in some drivers.gman@chromium.org2011-03-261-0/+16
* GPU process - parent GL context does not delete the textures it shares with c...apatrick@chromium.org2011-03-181-2/+11
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-051-1/+7
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+15
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-15/+2
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-34/+23
* Fixes for the default texture.gman@chromium.org2010-08-241-0/+14
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-3/+19
* Add support for gman@chromium.org2010-07-201-2/+17
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-5/+13
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+4
* Adds tracking of number of unrenderable textures sogman@chromium.org2010-06-021-19/+45
* A few more changes for conformance tests.gman@chromium.org2010-05-071-13/+1
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-9/+12
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-1/+15
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-1/+1
* Made glReadPixels handle out of range areas.gman@chromium.org2010-03-191-0/+5
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-11/+53
* Updates many commands to require the client to set the gman@chromium.org2010-02-171-13/+35
* Adds texture tracking.gman@chromium.org2010-02-161-0/+189