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
*
Modified GPU command signature hash to use a binary representation.
dyen
2014-09-29
6
-22
/
+160
*
Prevent static mojo builds from pulling //ui/gl into mojo_shell
davemoore
2014-09-29
4
-2
/
+35
*
Fix for surfaceless implementation
achaulk
2014-09-26
1
-12
/
+21
*
Make the GPU feature info code more compact.
bratell
2014-09-25
2
-2
/
+3
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-1
/
+1
*
Fixed issue where disjoint timer offsets were incorrectly calculated.
dyen
2014-09-22
1
-14
/
+20
*
Make mojo/services pass in "gn check"
brettw
2014-09-20
1
-1
/
+3
*
Revert of Make mojo/services pass in "gn check" (patchset #3 id:40001 of http...
brettw
2014-09-19
1
-3
/
+1
*
Make mojo/services pass in "gn check"
Brett Wilson
2014-09-19
1
-1
/
+3
*
command_buffer: Optimize non-debug path of GLES2DecoderImpl::DoCommands().
vmiura
2014-09-19
1
-15
/
+49
*
Do not format OpenGLES2 headers in build_gles2_cmd_buffer.py.
mazda
2014-09-18
1
-2
/
+0
*
android: Disable transfer thread on Adreno 420
sievers
2014-09-16
1
-23
/
+47
*
GN: Create a :gles2_interface target to resolve some check errors in //cc.
jbroman
2014-09-16
1
-1
/
+14
*
Clean up interfaces between Shader / ShaderTranslator / ANGLE side.
zmo
2014-09-13
18
-525
/
+582
*
Call MakeCurrent in in-process idle work
boliu
2014-09-11
1
-1
/
+1
*
Remove outdated ANGLE_SH_VERSION if-def stuff.
zmo
2014-09-10
9
-219
/
+43
*
command_buffer: Batch command processing to reduce handler overheads.
vmiura
2014-09-09
18
-162
/
+437
*
Generate Pepper IDL for OpenGLES2
hamaji
2014-09-09
1
-19
/
+68
*
InProcessGL: Share MailboxManager per service
sievers
2014-09-09
2
-1
/
+13
*
gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.
reveman
2014-09-09
2
-2
/
+0
*
Log command name with GPU parse errors.
jbauman
2014-09-09
2
-9
/
+4
*
command_buffer: Table based command dispatch.
vmiura
2014-09-08
3
-383
/
+899
*
Random fixes for scoped_refptr operator T* removal.
dcheng
2014-09-05
1
-1
/
+1
*
Avoid memcmp on potentially unpacked structs in MailboxManager::TargetNameLess
jamesr
2014-09-05
1
-1
/
+3
*
gpu: Add CopyTexImage function to GLImage API.
reveman
2014-09-05
4
-1
/
+24
*
gpu: Make CopyTexture work with GL_BGRA_EXT destination textures.
reveman
2014-09-04
2
-3
/
+4
*
Added support for GPU Tracing on mobile devices which support it.
dyen
2014-09-03
3
-117
/
+204
*
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
[next]