summaryrefslogtreecommitdiffstats
path: root/gpu/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gpu/.avi2015-12-218-7/+17
* Remove remaining ScopedVector from gpu/ dirmartina.kollarova2015-12-142-6/+5
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+1
* Cleanup: Pass std::string as const reference from gpu/ki.stfu2015-09-214-4/+4
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-6/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* gpu: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-071-4/+7
* Have compositor_model_bench target near its source files.tfarina2015-03-252-1/+29
* Add remaining trivial targets for the Linux GN builddpranke2015-03-081-0/+1
* Remove references to tryserver.chromium.gpusergiyb2015-02-261-3/+1
* Sort GYP and GN files under gpusatorux2015-02-181-3/+3
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Fix WeakPtrFactory member ordering in gpuanujk.sharma2014-12-121-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-274-15/+13
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-084-11/+11
* Fix typo in check_gpu_bots.pyhartmanng2014-09-221-4/+4
* Add utility script for GPU Pixel Wranglers.hartmanng2014-09-221-0/+650
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-132-2/+2
* Hide X11 dependencies when use_x11=0.kalyan.kondapally@intel.com2014-02-191-1/+1
* Clean up dependencies on X11 librariesjamesr@chromium.org2014-02-111-0/+1
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-4/+3
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-3/+4
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-4/+3
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-3/+4
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-4/+3
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-171-2/+2
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-67/+68
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-4/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+4
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-4/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+2
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+2
* gpu: Use base::MessageLoop.xhwang@chromium.org2013-04-271-3/+3
* gpu: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-092-4/+4
* Clean up scoped_array<T> construction from NULL.dcheng@chromium.org2013-04-051-2/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-102-8/+8
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Delete unused member variable.thakis@chromium.org2012-07-281-4/+2
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-122-5/+5
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1