summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/buffer_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Fix PRIMITIVE_RESTART_FIXED_INDEX handling in command buffer and We...kbr2016-03-231-53/+6
* Fix PRIMITIVE_RESTART_FIXED_INDEX handling in command buffer and WebGL 2.0.kbr2016-03-221-6/+53
* WebGL 2: Fix bugs for drawing when the type of vertex attrib is a packed type.yunchao.he2016-02-261-1/+1
* Switch to standard integer types in gpu/.avi2015-12-211-13/+17
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-091-1/+1
* Disambiguates multiple contexts in the same client.ericrk2015-09-211-1/+1
* "gl" traces > "gpu/gl"ericrk2015-08-241-2/+2
* Logs buffers/renderbuffers. Additionally, makesericrk2015-08-201-13/+49
* Command Buffer: add getBufferParameteri64vyunchao.he2015-07-311-0/+39
* A minor change in buffer binding behaviors in GPU command buffer.zmo2015-05-221-13/+21
* Fine tuning Buffer handling on the command side.zmo2015-05-221-16/+47
* Add ES3 command glUnmapBuffer to GPU command buffer.zmo2015-03-121-3/+23
* Add glMapBufferRange to GPU command buffer.zmo2015-03-101-7/+20
* Mechanical rename of tracing includes for /gpuprimiano2015-01-281-1/+1
* GPU: Do not shadow buffers if the GPU driver supports GL_FIXED.penghuang2015-01-121-4/+9
* Re-order fields of gpu::gles2::Buffer.cevans@chromium.org2013-08-271-4/+4
* Move glBufferData, glBufferSubData and glGetBufferParameteriv into the Buffer...kloveless@chromium.org2013-07-171-0/+85
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+3
* Add workaround for Mali-400 zero-sized buffer bug.bsalomon@google.com2013-06-061-1/+7
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* Fix maximum value index cachinglpique@chromium.org2013-05-091-1/+1
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-7/+7
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-091-1/+1
* add __FILE__, __LINE__ to GL error functionsgman@chromium.org2013-03-111-3/+4
* Refactor GPU code. Buffer* info to Buffer* buffergman@chromium.org2013-03-081-25/+25
* Revert "Revert 186416"gman@chromium.org2013-03-071-9/+77
* Revert 186416zmo@chromium.org2013-03-061-77/+9
* Use client side arrays for GL_STREAM_DRAW attributesgman@chromium.org2013-03-061-9/+77
* BufferManager::Buffer -> Buffergman@chromium.org2013-02-281-13/+13
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-17/+17
* Make MemoryTypeTracker::UpdateMemRepresented privategman@chromium.org2013-01-181-4/+0
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-13/+10
* Fix SetRange bounds check.gman@chromium.org2012-10-031-2/+12
* Simplify tracing of gpu memorynduca@chromium.org2012-09-171-4/+1
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-8/+8
* Make buffer not get deleted until the last reference is released.gman@chromium.org2012-04-051-15/+19
* Fix BufferManager's handling of deleted buffers.gman@chromium.org2012-01-191-8/+16
* Track buffer memory in command buffergman@chromium.org2011-12-231-3/+23
* Allow deleted resources to be usedgman@chromium.org2011-11-111-3/+0
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+1
* Optimize TexSubImage2D and BufferSubDatagman@chromium.org2011-06-071-4/+9
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-021-2/+5
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-5/+2
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+5
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-2/+9
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+13
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+18
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-5/+28