summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Support GL_OES_compressed_ETC1_RGB8_texture where available.sievers@chromium.org2012-10-036-7/+183
* gpu: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-303-100/+132
* GLES2DecoderImpl::DoCompileShader() fails for GL_OES_EGL_image_external on an...qinmin@chromium.org2012-09-291-0/+2
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-2/+1
* gpu: Measure processing commands time per command buffer.reveman@chromium.org2012-09-274-4/+16
* Aura: Keep scheduling in line with other platforms.backer@chromium.org2012-09-271-0/+3
* Temporarily disable timestamping of decoding timenduca@chromium.org2012-09-271-3/+0
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-2735-82/+1592
* Defend against NULL pointer dereferences in buggy OpenGL drivers.kbr@chromium.org2012-09-251-16/+3
* Allow immutable textures into mailboxespiman@chromium.org2012-09-256-12/+14
* Simplify tracing of gpu memorynduca@chromium.org2012-09-176-45/+7
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* gpu: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-082-33/+35
* Fix SafeAdd and SafeMultiplygman@chromium.org2012-09-074-31/+83
* Report texture upload time in renderingStats.reveman@chromium.org2012-09-063-1/+61
* Enable GPU acceleration for Aura on Windowsscottmg@chromium.org2012-09-061-1/+5
* Add support to test harness EGL for OpenGL ES 1.1 tests on Regalgman@chromium.org2012-09-063-8/+66
* Add ENUM value to synthesized GL_INVALID_ENUM errorsgman@chromium.org2012-08-315-199/+178
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-5/+1
* Fix gyp --checked violations.mkosiba@chromium.org2012-08-281-1/+1
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-275-1/+54
* Remove left over debug line from cmd-buf script.gman@chromium.org2012-08-271-1/+0
* Make glGetQueryObjectuivEXT return true for GL_QUERY_RESULT_AVAILABLE_EXTgman@chromium.org2012-08-256-17/+29
* Make NaCl IPC-based PPAPI proxy build on ARM.bbudge@chromium.org2012-08-232-2/+2
* Free the command buffer on destruction.gman@chromium.org2012-08-234-2/+20
* Remove overly agressive ASSERTs on output GL parameters.gman@chromium.org2012-08-235-135/+199
* fix for incorrectly recording gpu binary cache hit timedmurph@chromium.org2012-08-221-11/+14
* Fix Uniform Name Parsinggman@chromium.org2012-08-226-37/+174
* Fixed in-memory gpu program cache size flag interpretationdmurph@chromium.org2012-08-211-3/+3
* GPU program cache - switched to high res timings, and time report binary cach...dmurph@chromium.org2012-08-201-21/+23
* Fix a misuse of framebuffer target in GLHelper (2)sheu@chromium.org2012-08-152-23/+26
* Fix scons build of gpu command buffer.binji@chromium.org2012-08-142-2/+2
* Implement GL_EXT_debug_markergman@chromium.org2012-08-1222-108/+689
* Fix transfer buffer accountingccameron@chromium.org2012-08-101-5/+7
* Clean-up inline members of nested classes (gpu/)hans@chromium.org2012-08-0910-105/+130
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-078-312/+492
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-078-488/+312
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-078-312/+488
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-073-38/+0
* make egl_native.cc compile on OSXgman@chromium.org2012-08-041-2/+2
* Adjust Query code to handle context lostgman@chromium.org2012-08-034-5/+6
* If the context is lost allocation of query may fail sogman@chromium.org2012-08-032-2/+35
* Lowered the min bound for gpu program cache timing histogramsdmurph@chromium.org2012-08-021-5/+5
* added 'UMA' to gpu program cache histogramsdmurph@chromium.org2012-08-011-12/+12
* Add logging for shaders that don't compilegman@chromium.org2012-08-011-2/+6
* histograms for gpu program cachedmurph@chromium.org2012-07-312-0/+39
* Track memory consumption for decoder-internal resources (backbuffer et al) in...ccameron@chromium.org2012-07-312-18/+28
* Add a flag to specify the total amount of memory which may be allocated to GP...ccameron@chromium.org2012-07-312-0/+5
* Added null check for shader source when compiling, and fixed re-caching behav...dmurph@chromium.org2012-07-313-13/+46