summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/program_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Android bot issue were fixed by infrastructure team, so reland this.zmo@chromium.org2013-08-271-0/+52
* Revert 219501 "Validate varying varibales matching for vertex/fr..."nhiroki@chromium.org2013-08-261-52/+0
* Validate varying varibales matching for vertex/fragment shaders.zmo@chromium.org2013-08-261-0/+52
* Fix shader uniform precision bug.zmo@chromium.org2013-08-221-3/+1
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-191-0/+54
* Remove CompileStatusMap in gpu command bufferzmo@chromium.org2013-08-071-57/+5
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Use a direct include of strings headers in extensions/, google_apis/, gpu/.avi@chromium.org2013-06-111-1/+1
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-17/+17
* Make shader translator options effect cache keygman@chromium.org2013-05-171-3/+10
* Disable release assertion in ProgramManager.apatrick@chromium.org2013-05-161-1/+1
* A mesa update added GL_ARB_get_program_binary to the extension string. This ...sabercrombie@chromium.org2013-04-231-1/+1
* Send shader information to disk cache on access as well as create.dsinclair@chromium.org2013-04-111-1/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-2/+4
* Refactor GPU code: Shader* info -> Shader* shadergman@chromium.org2013-03-081-91/+92
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-0/+2
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-63/+64
* Fix a bug in unmangling hashed shader names in logs.zmo@google.com2013-02-201-1/+1
* Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo.apatrick@chromium.org2013-02-061-22/+15
* Remove a DCHECK in name hashing.zmo@google.com2013-02-021-2/+0
* Fix an assertion in debug mode in shader log processing.zmo@google.com2013-02-011-3/+4
* Use a more flexible methord to search for hashed names in webgl program log.zmo@google.com2013-01-261-3/+7
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-251-1/+44
* Fix crash when translated ANGLE shader source has length zero.apatrick@chromium.org2013-01-041-1/+1
* Add more gl debug logginggman@chromium.org2012-12-071-0/+30
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-251-1/+1
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-251-1/+1
* Make GL calls go through subclassable class.gman@chromium.org2012-10-251-1/+1
* fix for incorrectly recording gpu binary cache hit timedmurph@chromium.org2012-08-221-11/+14
* Fix Uniform Name Parsinggman@chromium.org2012-08-221-18/+11
* GPU program cache - switched to high res timings, and time report binary cach...dmurph@chromium.org2012-08-201-21/+23
* Lowered the min bound for gpu program cache timing histogramsdmurph@chromium.org2012-08-021-5/+5
* added 'UMA' to gpu program cache histogramsdmurph@chromium.org2012-08-011-12/+12
* Add logging for shaders that don't compilegman@chromium.org2012-08-011-2/+6
* histograms for gpu program cachedmurph@chromium.org2012-07-311-0/+31
* Added null check for shader source when compiling, and fixed re-caching behav...dmurph@chromium.org2012-07-311-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-2/+5
* Coverity fix: Big parameter passed by valuearthurhsu@chromium.org2012-07-251-3/+1
* Removed dead code in program_manager.ccorenb@chromium.org2012-07-251-4/+0
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-231-1/+2
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-5/+157
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-164/+5
* Current status of patch:dmurph@chromium.org2012-07-181-5/+164
* Add glBindUniformLocationCHROMIUMgman@chromium.org2012-06-261-46/+189
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-191-44/+50