summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Add the ability to wait on upload completion.epenner@chromium.org2013-03-0519-4/+129
* Expose GLES2DecoderImpl error functionsgman@chromium.org2013-03-053-31/+63
* Enable use of highp precision in GLSL ES shaders.apatrick@chromium.org2013-03-051-0/+4
* Move Mailbox from cc to gpu, and its traits to gpu/ipcpiman@chromium.org2013-03-045-0/+89
* Revert 185269zmo@chromium.org2013-03-043-6/+6
* Fix CopyTextureCHROMIUM to handle GL_OES_EGL_image_external missinggman@chromium.org2013-03-022-212/+189
* Revert 185521tommi@chromium.org2013-03-019-9/+12
* Revert 185332tommi@chromium.org2013-03-019-12/+9
* Revert 185518tommi@chromium.org2013-03-019-9/+12
* Revert 185332tommi@chromium.org2013-03-019-12/+9
* AndroidVDA using Android's MediaCodec API.dwkang@chromium.org2013-03-013-16/+118
* GPU: Only allow the UI channel to preempt if all stubs are scheduled.backer@chromium.org2013-03-012-12/+16
* Update khronos GLES2/gl2.h headerphajdan.jr@chromium.org2013-02-289-9/+12
* Turn off shader name hashing by default.zmo@chromium.org2013-02-283-6/+6
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-2816-27/+61
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-2812-170/+173
* Make CopyTextureCHROMIUM restore its own stategman@chromium.org2013-02-283-57/+82
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-2760-4617/+4861
* Make WaitSyncPoint go through command buffers.piman@chromium.org2013-02-2722-0/+210
* do RescheduleTimeOut hack only pre-Vistascottmg@chromium.org2013-02-271-8/+14
* Fix GL State Restore functionsgman@chromium.org2013-02-261-0/+2
* Add GL State Restoring Functionsgman@chromium.org2013-02-267-68/+180
* gpu: Work around ICS Qualcomm fbo resize bug.epenner@chromium.org2013-02-252-0/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Hookup the GPUTrace events.dsinclair@chromium.org2013-02-2012-99/+427
* Fix a bug in unmangling hashed shader names in logs.zmo@google.com2013-02-201-1/+1
* gpu: Restore render target before other GL states when in Virtual GL Contextkangyuan.shu@intel.com2013-02-191-2/+5
* gpu: Add missing MemoryBarrier.reveman@chromium.org2013-02-181-1/+3
* gpu: Clear pending_transfer_queries_ in QueryManager::Destroy.reveman@google.com2013-02-181-0/+1
* Shrink QueryTracker when freeing everythingpiman@chromium.org2013-02-173-12/+58
* Re-land: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-166-27/+121
* Refactor GPU tracing to generate less code.gman@chromium.org2013-02-162-200/+201
* Make all gpu tests build on Win64 jschuh@chromium.org2013-02-162-0/+6
* Move missing GL enum from gl_utils.h to gl_bindings.hgman@chromium.org2013-02-151-133/+0
* Prevent GLSurfaces from being resized to zero size in the GPU process.apatrick@chromium.org2013-02-141-0/+4
* 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