summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Make GL_CHROMIUM_consistent_uniform_locations slighty more robustgman@chromium.org2012-06-2010-16/+120
* Set default GL stategman@chromium.org2012-06-192-0/+150
* Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...twiz@chromium.org2012-06-198-10/+147
* Revert 142931 - Set default GL statezmo@chromium.org2012-06-192-150/+0
* Set default GL stategman@chromium.org2012-06-192-0/+150
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-1919-252/+611
* Fix 2 crashers in GLES2Implementation:fischman@chromium.org2012-06-152-3/+9
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-145-0/+25
* Cache shader translators.backer@chromium.org2012-06-136-70/+277
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-133-4/+6
* Make TextureManager correctly delete default textures.gman@chromium.org2012-06-134-17/+70
* Revert 141302 - hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-083-6/+4
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-083-4/+6
* Enforce compressed texture restrictionsgman@chromium.org2012-06-0811-638/+1010
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-0819-27/+912
* Preempt renderers by browser UI in GpuScheduler.backer@chromium.org2012-06-062-2/+41
* Make context groups share a TextureBufferManagergman@chromium.org2012-06-0110-29/+89
* Disable GL_CHROMIUM_gpu_memory_manager extension on webgraphicscontext3d_in_p...mmocny@chromium.org2012-05-302-2/+6
* Put GL-command tracing behind a flag because it's too heavy normally.jbates@chromium.org2012-05-305-2/+22
* Separate management of shared memory from CmdBufService to separate classgman@chromium.org2012-05-266-231/+374
* Add more GPU process trace events.apatrick@chromium.org2012-05-262-28/+29
* Move GpuScheduler descheduled trace event to GpuScheduler for better coverage.jbates@chromium.org2012-05-261-0/+3
* Defer initializing the CopyTextureCHROMIUMResourceManagerapatrick@chromium.org2012-05-253-137/+11
* Add more trace events to GPU process.apatrick@chromium.org2012-05-241-0/+1
* Check for null GLES2DecoderImpl::copy_texture_CHROMIUM_apatrick@chromium.org2012-05-231-1/+4
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-1810-78/+93
* Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to a...rsleevi@chromium.org2012-05-181-6/+2
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-1/+3
* Correctly identify INTEL on Linuxgman@chromium.org2012-05-174-19/+69
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-178-35/+110
* Make StrictIdHandler mark IDs as usedpiman@chromium.org2012-05-171-41/+4
* Correct the clear semantics for textures used by the GL_CHROMIUM_clopy_textur...twiz@chromium.org2012-05-151-0/+2
* Don't enable occlusion query on Linux with Intel drivers.gman@chromium.org2012-05-158-29/+84
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-153-0/+12
* Make genereteMipmap clear uncleared level 0gman@chromium.org2012-05-143-2/+35
* Add more warnings for GL programs.gman@chromium.org2012-05-141-27/+64
* Implement GL_EXT_occlusion_query_boolean on OSXgman@chromium.org2012-05-148-27/+158
* Cache more GL state client sidegman@chromium.org2012-05-125-98/+254
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-1214-30/+30
* Fix cmd buf impl of glIsEnabled to return cached valuegman@chromium.org2012-05-1210-18/+66
* Make glGenerateMipmap handle out of memorygman@chromium.org2012-05-123-1/+44
* Consolidate GPU unit test expectiation functions.gman@chromium.org2012-05-105-377/+235
* make GLboolean print GL_TRUE, GL_FALSE when debugging.gman@chromium.org2012-05-101-1/+1
* Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniformsgman@chromium.org2012-05-104-0/+153
* Initialize GL attribsgman@chromium.org2012-05-094-0/+24
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-05-092-5/+6
* Work around graphics hangs on MacBook Airs with Intel GPUs by calling glFinis...kbr@chromium.org2012-05-092-0/+7
* Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.twiz@chromium.org2012-05-093-4/+128
* Make GL_VENDOR and GL_RENDERER always return 'Chromium'gman@chromium.org2012-05-092-0/+21
* Fix Noop buggman@chromium.org2012-05-093-2/+16