summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* gpu: Enable relevant extentions on GLES3.dongseong.hwang2014-09-012-14/+29
* Manual fixups in gpu/ for scoped_refptr operator T* removal.dcheng2014-08-309-15/+23
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-272-2/+196
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-2631-26/+813
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-262-6/+6
* Restrict ETC1 power-of-two rounding to old IMG drivers.aelias2014-08-263-0/+4
* Remove implicit conversions from scoped_refptr to T* in gpu/Daniel Cheng2014-08-2618-70/+76
* gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.dongseong.hwang@intel.com2014-08-222-19/+135
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-2/+2
* Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (pat...spang@chromium.org2014-08-201-3/+1
* Make it possible to test command buffer decoder functions with extension flagskkinnunen@nvidia.com2014-08-205-86/+190
* Add memory limits struct to in-process contextboliu@chromium.org2014-08-202-17/+48
* Simplified GPU Tracer by removing parent base class.dyen@chromium.org2014-08-203-206/+178
* GN: Remove duplicate entries from sources listsjamesr@chromium.org2014-08-191-1/+0
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang@intel.com2014-08-191-1/+3
* Hook up two GPU driver bug workarounds.zmo@chromium.org2014-08-181-0/+2
* Use GL_LINEAR for backing texture of offscreen framebuffer.mazda@chromium.org2014-08-161-4/+4
* Consistently generate INVALID_VALUE on NaN line widthoetuaho@nvidia.com2014-08-144-10/+52
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-131-10/+35
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-1311-195/+110
* Enable async upload egl with mailbox synchronizerboliu@chromium.org2014-08-131-3/+1
* gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.dongseong.hwang@intel.com2014-08-133-59/+179
* Revert 288481 "Use placement new to allocate GPU command buffer ..."jbauman@chromium.org2014-08-111-3/+21
* Use placement new to allocate GPU command buffer entries.jbauman@chromium.org2014-08-091-21/+3
* Only switch draw buffers if the extension is supportedoetuaho@nvidia.com2014-08-081-2/+4
* gpu: Avoid unbounded idle queue in in-process contextboliu@chromium.org2014-08-082-8/+18
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-3/+3
* Micro-optimization in HandleVertexAttribPointeroetuaho@nvidia.com2014-08-052-5/+12
* ui: Add ScheduleOverlayPlane API to GLImage.reveman@chromium.org2014-08-013-5/+37
* Remove GLInProcessContext::CreateContext()heejin.r.chung@samsung.com2014-08-012-35/+1
* During image destroy, delete textures only if we have a GL context.sohan.jyoti@samsung.com2014-07-316-7/+26
* Android Webview: Skip managed resources in mailbox syncsievers@chromium.org2014-07-311-0/+5
* Android WebView: Fall back to idle uploads if draw functor table not setsievers@google.com2014-07-301-1/+3
* Make vertex attrib divisor affect non-instanced calls as in specoetuaho@nvidia.com2014-07-304-14/+131
* Simplified GPU Tracer by removing base Trace class.dyen@chromium.org2014-07-293-127/+106
* GN: Fix up gpu targets in component buildjamesr@chromium.org2014-07-291-2/+11
* Reuse GLESUtil code instead of defining new function in TextureManagerheejin.r.chung@samsung.com2014-07-243-68/+54
* Hook up command buffer with SH_SCALARIZE_VEC_AND_MAT_CONSTRUCTOR_ARGSzmo@chromium.org2014-07-221-0/+2
* Add missing lock in RetireSyncPointOnGpuThreadboliu@chromium.org2014-07-191-2/+9
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-1823-425/+246
* Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.zork@chromium.org2014-07-171-0/+5
* generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.pyjungjik.lee@samsung.com2014-07-166-164/+175
* Add future sync point methods to ContextSupport.jbauman@chromium.org2014-07-163-0/+24
* Add missing files/deps/definescjhopman@chromium.org2014-07-123-4/+24
* Use TimeTicks instead of clock() in gpu::CommandBufferHelperhamaji@chromium.org2014-07-112-7/+10
* Revert 282393 "Do not call glDrawBuffersARB when the extension i..."scherkus@chromium.org2014-07-102-6/+0
* Do not call glDrawBuffersARB when the extension is absentccameron@chromium.org2014-07-102-0/+6
* Query objects should not be shared between contextsheejin.r.chung@samsung.com2014-07-104-30/+54
* Read framebuffer should have color image attached for ReadPixels/Copy{Sub}Tex...zmo@chromium.org2014-07-091-0/+31
* Fixes for re-enabling more MSVC level 4 warnings: gpu/ editionpkasting@chromium.org2014-07-0910-41/+50