summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a few stubs so we can link the latest OpenGL ES 2.0 conformance testsgman@chromium.org2012-07-311-0/+17
* Delete unused member variable.thakis@chromium.org2012-07-281-4/+2
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-2819-55/+180
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-271-6/+10
* Re-enabling checkdeps for most of ppapi + nacl.bradnelson@google.com2012-07-271-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-2/+5
* Coverity fix: Big parameter passed by valuearthurhsu@chromium.org2012-07-251-3/+1
* Removed dead code in program_manager.ccorenb@chromium.org2012-07-251-4/+0
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-237-17/+59
* Add a shallow command buffer flush that doesn't glFlushbrianderson@chromium.org2012-07-236-2/+27
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-2331-90/+2200
* GPU: Fix latency testsbacker@chromium.org2012-07-231-0/+5
* Make windowless version of OpenGL ES 2.0 conformance testsgman@chromium.org2012-07-205-10/+112
* On desktop GL, don't disable vertex attribute 0 when restoring state, or noth...kbr@chromium.org2012-07-202-8/+10
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-1933-2156/+95
* This removes low level flushes in the command buffer on texture upload and ev...brianderson@chromium.org2012-07-192-24/+0
* Wire the AMD switchable videcard detectioncpu@chromium.org2012-07-181-0/+1
* Current status of patch:dmurph@chromium.org2012-07-1833-95/+2156