| Commit message (Expand) | Author | Age | Files | Lines |
* | Android bot issue were fixed by infrastructure team, so reland this. | zmo@chromium.org | 2013-08-27 | 1 | -0/+52 |
* | Revert 219501 "Validate varying varibales matching for vertex/fr..." | nhiroki@chromium.org | 2013-08-26 | 1 | -52/+0 |
* | Validate varying varibales matching for vertex/fragment shaders. | zmo@chromium.org | 2013-08-26 | 1 | -0/+52 |
* | Fix shader uniform precision bug. | zmo@chromium.org | 2013-08-22 | 1 | -3/+1 |
* | Cache varying variable info in Shader object in command buffer. | zmo@chromium.org | 2013-08-19 | 1 | -0/+54 |
* | Remove CompileStatusMap in gpu command buffer | zmo@chromium.org | 2013-08-07 | 1 | -57/+5 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -17/+17 |
* | Make shader translator options effect cache key | gman@chromium.org | 2013-05-17 | 1 | -3/+10 |
* | Disable release assertion in ProgramManager. | apatrick@chromium.org | 2013-05-16 | 1 | -1/+1 |
* | A mesa update added GL_ARB_get_program_binary to the extension string. This ... | sabercrombie@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | Send shader information to disk cache on access as well as create. | dsinclair@chromium.org | 2013-04-11 | 1 | -1/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+4 |
* | Add per-profile disk caching of complied GPU shaders. | dsinclair@chromium.org | 2013-03-13 | 1 | -2/+4 |
* | Refactor GPU code: Shader* info -> Shader* shader | gman@chromium.org | 2013-03-08 | 1 | -91/+92 |
* | Make GPU headers use more forward declarations | gman@chromium.org | 2013-02-28 | 1 | -0/+2 |
* | Refactor/Rename a bunch of GPU stuff | gman@chromium.org | 2013-02-27 | 1 | -63/+64 |
* | Fix a bug in unmangling hashed shader names in logs. | zmo@google.com | 2013-02-20 | 1 | -1/+1 |
* | Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo. | apatrick@chromium.org | 2013-02-06 | 1 | -22/+15 |
* | Remove a DCHECK in name hashing. | zmo@google.com | 2013-02-02 | 1 | -2/+0 |
* | Fix an assertion in debug mode in shader log processing. | zmo@google.com | 2013-02-01 | 1 | -3/+4 |
* | Use a more flexible methord to search for hashed names in webgl program log. | zmo@google.com | 2013-01-26 | 1 | -3/+7 |
* | Process webgl program log, replacing hashed name with original name. | zmo@google.com | 2013-01-25 | 1 | -1/+44 |
* | Fix crash when translated ANGLE shader source has length zero. | apatrick@chromium.org | 2013-01-04 | 1 | -1/+1 |
* | Add more gl debug logging | gman@chromium.org | 2012-12-07 | 1 | -0/+30 |
* | Revert "Revert 164047 - Make GL calls go through subclassable class." | gman@chromium.org | 2012-10-25 | 1 | -1/+1 |
* | Revert 164047 - Make GL calls go through subclassable class. | bartfab@chromium.org | 2012-10-25 | 1 | -1/+1 |
* | Make GL calls go through subclassable class. | gman@chromium.org | 2012-10-25 | 1 | -1/+1 |
* | fix for incorrectly recording gpu binary cache hit time | dmurph@chromium.org | 2012-08-22 | 1 | -11/+14 |
* | Fix Uniform Name Parsing | gman@chromium.org | 2012-08-22 | 1 | -18/+11 |
* | GPU program cache - switched to high res timings, and time report binary cach... | dmurph@chromium.org | 2012-08-20 | 1 | -21/+23 |
* | Lowered the min bound for gpu program cache timing histograms | dmurph@chromium.org | 2012-08-02 | 1 | -5/+5 |
* | added 'UMA' to gpu program cache histograms | dmurph@chromium.org | 2012-08-01 | 1 | -12/+12 |
* | Add logging for shaders that don't compile | gman@chromium.org | 2012-08-01 | 1 | -2/+6 |
* | histograms for gpu program cache | dmurph@chromium.org | 2012-07-31 | 1 | -0/+31 |
* | Added null check for shader source when compiling, and fixed re-caching behav... | dmurph@chromium.org | 2012-07-31 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-25 | 1 | -2/+5 |
* | Coverity fix: Big parameter passed by value | arthurhsu@chromium.org | 2012-07-25 | 1 | -3/+1 |
* | Removed dead code in program_manager.cc | orenb@chromium.org | 2012-07-25 | 1 | -4/+0 |
* | Bug fixes for getTranslatedShader | dmurph@chromium.org | 2012-07-23 | 1 | -1/+2 |
* | gpu in-memory program cache implementation with a memory limit + lru eviction. | dmurph@chromium.org | 2012-07-23 | 1 | -5/+157 |
* | Revert 147328 - Current status of patch: | gman@chromium.org | 2012-07-19 | 1 | -164/+5 |
* | Current status of patch: | dmurph@chromium.org | 2012-07-18 | 1 | -5/+164 |
* | Add glBindUniformLocationCHROMIUM | gman@chromium.org | 2012-06-26 | 1 | -46/+189 |
* | Add support for GL_CHROMIUM_consistent_uniform_locations | gman@chromium.org | 2012-06-19 | 1 | -44/+50 |