summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Move workarounds to one spot.gman@chromium.org2012-10-236-217/+155
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-2321-71/+243
* Work around NVidia's glLinkProgram buggman@chromium.org2012-10-233-1/+173
* Allow cubemaps <= 1024 in size on 10.7.3 Macsjbauman@chromium.org2012-10-221-2/+11
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+5
* Flush after GenXXX commandsgman@chromium.org2012-10-182-0/+7
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-1825-77/+656
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-1825-656/+77
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-1825-77/+656
* Disable automatic flushes on compositor contexts.jbauman@chromium.org2012-10-172-2/+13
* Make GLES2Implementation based on GLES2Interfacegman@chromium.org2012-10-1615-1623/+3411
* Add the swap size to the PostSubBuffer trace eventdanakj@chromium.org2012-10-161-1/+2
* Implemented OES_element_index_uint in the Chrome GPU command bufferbajones@chromium.org2012-10-154-19/+187
* Fix comment in gpu_switches.ccgman@chromium.org2012-10-151-1/+1
* Move per context GL state to a separate object.gman@chromium.org2012-10-135-378/+532
* Added emulation of the OES_vertex_array_object WebGL extension for devices thatbajones@chromium.org2012-10-128-192/+393
* DeleteTexturesHelper uses wrong index for texture_units_.apatrick@chromium.org2012-10-111-1/+1
* Issue-141903: Rename "descheduled" trace event for gpu swap to something un...rubentopo@gmail.com2012-10-091-2/+3
* Make texture manager more strict.gman@chromium.org2012-10-082-8/+33
* [Coverity] Fix uninitialized scalar variable.kmadhusu@chromium.org2012-10-051-0/+1
* Add back in code to flush command buffer every 3 msjbauman@chromium.org2012-10-041-0/+15
* Fix SetRange bounds check.gman@chromium.org2012-10-033-2/+24
* 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