summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Make gpu static and release builds work on Win64 jschuh@chromium.org2013-02-131-0/+8
* cc: Avoid power of two textures.epenner@chromium.org2013-02-131-0/+8
* Revert 181883reveman@google.com2013-02-124-119/+27
* Added temporary #ifdefs to support incompatible ANGLE API upgrade.kbr@chromium.org2013-02-122-9/+21
* cc: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-124-27/+119
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-102-8/+8
* Make gpu_unittests build on Win64 jschuh@chromium.org2013-02-081-0/+4
* Add client side gpu tracinggman@chromium.org2013-02-0710-7/+1627
* Add TRACE calls for all gpu driver callsgman@chromium.org2013-02-071-1/+1
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-0611-23/+23
* Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo.apatrick@chromium.org2013-02-063-22/+17
* Enable GpuMemoryManager policy for impl-side painting.ccameron@chromium.org2013-02-042-0/+7
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-4/+4
* 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
* Fix shared memory leak on command buffer teardownpiman@chromium.org2013-02-012-11/+9
* Turn on shader name hashing by default.zmo@chromium.org2013-01-313-6/+7
* cc: Flush after context switch (Qualcomm WAR)brianderson@chromium.org2013-01-313-0/+6
* gpu: Don't send noop Flushpiman@chromium.org2013-01-302-3/+5
* Cleanups to enable clang warning about protected non-virtual RefCounted destr...jamesr@chromium.org2013-01-301-2/+1
* Delete GPU channel on failure to reallocate backbuffer.apatrick@chromium.org2013-01-301-1/+1
* GPU: Fix negation on PreemptionFlag::IsSetbacker@chromium.org2013-01-282-4/+4
* Aura: Less MakeCurrents on UI preemption.backer@chromium.org2013-01-272-9/+18
* GPU: Fix lint errorsbacker@chromium.org2013-01-261-1/+1
* Fix typo in tracing of transfer buffer memorynduca@chromium.org2013-01-261-1/+1
* Aura: Throttle --ui-prioritize-in-gpu-processbacker@chromium.org2013-01-262-20/+21
* Re-enable array index clamping on all platforms now that hshi@'s new strategy...kbr@chromium.org2013-01-261-6/+0
* Use a more flexible methord to search for hashed names in webgl program log.zmo@google.com2013-01-261-3/+7
* Enforce GLSL packing restrictionsgman@chromium.org2013-01-261-1/+1
* GPU: Remove some dead code.backer@chromium.org2013-01-251-3/+0
* Add MapBuffer prototypes to gl2extchromium.hgman@chromium.org2013-01-251-0/+8
* Send token to client immediatelygman@chromium.org2013-01-251-0/+1
* Make Fenced Allocator report all the memory it can use immediatelygman@chromium.org2013-01-251-0/+1
* Add CommandBuffer::GetLastTokengman@chromium.org2013-01-257-1/+19
* Clean up the mess left supporting 'use system libs'gman@chromium.org2013-01-257-88/+13
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-259-1/+112
* Add two MemoryBarrier calls and transform the Acquire_Store() calls to Releas...glider@chromium.org2013-01-241-4/+6
* Fix some bug in shader name hashing.zmo@chromium.org2013-01-241-3/+4
* Remove unused SRPC proxy code from gpu.bbudge@chromium.org2013-01-242-33/+0
* ARM Chrome OS: do not clamp GLSL array indices to array bounds.hshi@chromium.org2013-01-231-1/+3
* Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImplgman@chromium.org2013-01-2310-59/+461
* Fix gles2_cmd_format overflowjschuh@chromium.org2013-01-231-4/+7
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-1/+1
* Make gpu build on Win64jschuh@chromium.org2013-01-211-0/+8
* Use EGL headers to pick up EGL definitions.sheu@chromium.org2013-01-191-5/+0
* Make GPU process crash if the GLES2CmdDecode Resize callback changes the curr...apatrick@chromium.org2013-01-191-1/+1
* Remove NaCl SRPC proxy source files.bbudge@chromium.org2013-01-181-59/+0
* Windows: do not clamp GLSL array indices to array bounds.apatrick@chromium.org2013-01-181-1/+8
* Add more tests for MemoryTracker usage.gman@chromium.org2013-01-183-104/+211