index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gpu
/
command_buffer
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: Enable relevant extentions on GLES3.
dongseong.hwang
2014-09-01
2
-14
/
+29
*
Manual fixups in gpu/ for scoped_refptr operator T* removal.
dcheng
2014-08-30
9
-15
/
+23
*
gpu: support immutable texture on Linux Mesa driver and GLES3.
dongseong.hwang
2014-08-27
2
-2
/
+196
*
Add initial support for NV_path_rendering extension to gpu command buffer
kkinnunen
2014-08-26
31
-26
/
+813
*
Declaring the weak_ptr_factory in proper order.
kulkarni.a
2014-08-26
2
-6
/
+6
*
Restrict ETC1 power-of-two rounding to old IMG drivers.
aelias
2014-08-26
3
-0
/
+4
*
Remove implicit conversions from scoped_refptr to T* in gpu/
Daniel Cheng
2014-08-26
18
-70
/
+76
*
gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.
dongseong.hwang@intel.com
2014-08-22
2
-19
/
+135
*
Spelling fixes for 'device' and 'service'.
tnagel@chromium.org
2014-08-21
1
-2
/
+2
*
Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (pat...
spang@chromium.org
2014-08-20
1
-3
/
+1
*
Make it possible to test command buffer decoder functions with extension flags
kkinnunen@nvidia.com
2014-08-20
5
-86
/
+190
*
Add memory limits struct to in-process context
boliu@chromium.org
2014-08-20
2
-17
/
+48
*
Simplified GPU Tracer by removing parent base class.
dyen@chromium.org
2014-08-20
3
-206
/
+178
*
GN: Remove duplicate entries from sources lists
jamesr@chromium.org
2014-08-19
1
-1
/
+0
*
gpu: support immutable texture on Linux Mesa driver and GLES3.
dongseong.hwang@intel.com
2014-08-19
1
-1
/
+3
*
Hook up two GPU driver bug workarounds.
zmo@chromium.org
2014-08-18
1
-0
/
+2
*
Use GL_LINEAR for backing texture of offscreen framebuffer.
mazda@chromium.org
2014-08-16
1
-4
/
+4
*
Consistently generate INVALID_VALUE on NaN line width
oetuaho@nvidia.com
2014-08-14
4
-10
/
+52
*
Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers
jamesr@chromium.org
2014-08-13
1
-10
/
+35
*
GPU context creation code duplication cleanup
oetuaho@nvidia.com
2014-08-13
11
-195
/
+110
*
Enable async upload egl with mailbox synchronizer
boliu@chromium.org
2014-08-13
1
-3
/
+1
*
gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.
dongseong.hwang@intel.com
2014-08-13
3
-59
/
+179
*
Revert 288481 "Use placement new to allocate GPU command buffer ..."
jbauman@chromium.org
2014-08-11
1
-3
/
+21
*
Use placement new to allocate GPU command buffer entries.
jbauman@chromium.org
2014-08-09
1
-21
/
+3
*
Only switch draw buffers if the extension is supported
oetuaho@nvidia.com
2014-08-08
1
-2
/
+4
*
gpu: Avoid unbounded idle queue in in-process context
boliu@chromium.org
2014-08-08
2
-8
/
+18
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
2
-3
/
+3
*
Micro-optimization in HandleVertexAttribPointer
oetuaho@nvidia.com
2014-08-05
2
-5
/
+12
*
ui: Add ScheduleOverlayPlane API to GLImage.
reveman@chromium.org
2014-08-01
3
-5
/
+37
*
Remove GLInProcessContext::CreateContext()
heejin.r.chung@samsung.com
2014-08-01
2
-35
/
+1
*
During image destroy, delete textures only if we have a GL context.
sohan.jyoti@samsung.com
2014-07-31
6
-7
/
+26
*
Android Webview: Skip managed resources in mailbox sync
sievers@chromium.org
2014-07-31
1
-0
/
+5
*
Android WebView: Fall back to idle uploads if draw functor table not set
sievers@google.com
2014-07-30
1
-1
/
+3
*
Make vertex attrib divisor affect non-instanced calls as in spec
oetuaho@nvidia.com
2014-07-30
4
-14
/
+131
*
Simplified GPU Tracer by removing base Trace class.
dyen@chromium.org
2014-07-29
3
-127
/
+106
*
GN: Fix up gpu targets in component build
jamesr@chromium.org
2014-07-29
1
-2
/
+11
*
Reuse GLESUtil code instead of defining new function in TextureManager
heejin.r.chung@samsung.com
2014-07-24
3
-68
/
+54
*
Hook up command buffer with SH_SCALARIZE_VEC_AND_MAT_CONSTRUCTOR_ARGS
zmo@chromium.org
2014-07-22
1
-0
/
+2
*
Add missing lock in RetireSyncPointOnGpuThread
boliu@chromium.org
2014-07-19
1
-2
/
+9
*
gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...
reveman@chromium.org
2014-07-18
23
-425
/
+246
*
Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.
zork@chromium.org
2014-07-17
1
-0
/
+5
*
generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.py
jungjik.lee@samsung.com
2014-07-16
6
-164
/
+175
*
Add future sync point methods to ContextSupport.
jbauman@chromium.org
2014-07-16
3
-0
/
+24
*
Add missing files/deps/defines
cjhopman@chromium.org
2014-07-12
3
-4
/
+24
*
Use TimeTicks instead of clock() in gpu::CommandBufferHelper
hamaji@chromium.org
2014-07-11
2
-7
/
+10
*
Revert 282393 "Do not call glDrawBuffersARB when the extension i..."
scherkus@chromium.org
2014-07-10
2
-6
/
+0
*
Do not call glDrawBuffersARB when the extension is absent
ccameron@chromium.org
2014-07-10
2
-0
/
+6
*
Query objects should not be shared between contexts
heejin.r.chung@samsung.com
2014-07-10
4
-30
/
+54
*
Read framebuffer should have color image attached for ReadPixels/Copy{Sub}Tex...
zmo@chromium.org
2014-07-09
1
-0
/
+31
*
Fixes for re-enabling more MSVC level 4 warnings: gpu/ edition
pkasting@chromium.org
2014-07-09
10
-41
/
+50
[next]