summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/memory_program_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-071-1/+0
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-2/+2
* Android bot issue were fixed by infrastructure team, so reland this.zmo@chromium.org2013-08-271-7/+7
* Revert 219501 "Validate varying varibales matching for vertex/fr..."nhiroki@chromium.org2013-08-261-7/+7
* Validate varying varibales matching for vertex/fragment shaders.zmo@chromium.org2013-08-261-7/+7
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-191-12/+32
* Remove CompileStatusMap in gpu command bufferzmo@chromium.org2013-08-071-21/+19
* Make shader translator options effect cache keygman@chromium.org2013-05-171-13/+60
* Revert "Revert 195083 "Revert "Revert 193798 "Revert r192949 "Disable sh...""dsinclair@chromium.org2013-05-031-0/+36
* Revert 195083 "Revert "Revert 193798 "Revert r192949 "Disable sh..."tonyg@chromium.org2013-04-261-36/+0
* Revert "Revert 193798 "Revert r192949 "Disable shader disk cache by defa...""dsinclair@chromium.org2013-04-191-0/+36
* Revert 193798 "Revert r192949 "Disable shader disk cache by defa..."tonyg@chromium.org2013-04-171-36/+0
* Revert r192949 "Disable shader disk cache by default."dsinclair@chromium.org2013-04-111-0/+36
* Send shader information to disk cache on access as well as create.dsinclair@chromium.org2013-04-111-9/+27
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Disable shader disk cache by default.dsinclair@chromium.org2013-04-081-36/+0
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-12/+125
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-0/+1
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-4/+4
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Added null check for shader source when compiling, and fixed re-caching behav...dmurph@chromium.org2012-07-311-1/+33
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-0/+417
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-379/+0
* Current status of patch:dmurph@chromium.org2012-07-181-0/+379