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
/
common
/
gles2_cmd_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add subscribeUniform extension pipeline
orglofch
2014-11-07
1
-0
/
+1
*
Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...
orglofch
2014-11-07
1
-1
/
+0
*
Add subscribeUniform extension pipeline
orglofch
2014-11-06
1
-0
/
+1
*
generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.py
jungjik.lee@samsung.com
2014-07-16
1
-111
/
+0
*
Remove unneeded shm versions of bucket functions from command buffer
kkinnunen@nvidia.com
2014-06-17
1
-158
/
+24
*
Adding bindless variants mailbox produce/consume
bajones@chromium.org
2014-06-10
1
-0
/
+51
*
GN build: GPU work, Windows compile, "check" errors
brettw@chromium.org
2014-05-16
1
-0
/
+1
*
Remove command_buffer/common/types.h.
thakis@chromium.org
2014-05-05
1
-24
/
+25
*
gpu: Reuse transfer buffers more aggresively
jadahl@opera.com
2014-03-31
1
-0
/
+19
*
Revert 260177 "By keeping track of transfer buffer usage (both s..."
creis@chromium.org
2014-03-28
1
-19
/
+0
*
By keeping track of transfer buffer usage (both sync and async), it is
jadahl@opera.com
2014-03-28
1
-0
/
+19
*
gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.
reveman@chromium.org
2014-03-08
1
-1
/
+2
*
Changed pack alignment of GPU command buffer commands.
vmiura@chromium.org
2014-02-22
1
-1
/
+2
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-1
/
+0
*
Support nested tracing in gpu_tracer.
vmiura@chromium.org
2014-01-15
1
-0
/
+6
*
Remove GetAttribLocationImmediate and GetUniformLocationImmediate.
kloveless@chromium.org
2013-10-09
1
-121
/
+0
*
Route GenMailboxCHROMIUM through GpuControl
piman@chromium.org
2013-10-01
1
-0
/
+7
*
gpu: Refactor GpuMemoryBuffer framework for multi-process support.
reveman@chromium.org
2013-08-16
1
-1
/
+0
*
Minor GLInProcessContext cleanups.
sievers@chromium.org
2013-07-17
1
-0
/
+1
*
Get rid of the relative paths in command_buffer client/common
zmo@chromium.org
2013-05-24
1
-4
/
+4
*
Move InsertSyncPoint to GLES2Interface
piman@chromium.org
2013-03-08
1
-0
/
+7
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
1
-0
/
+3
*
Fix gles2_cmd_format overflow
jschuh@chromium.org
2013-01-23
1
-4
/
+7
*
Add CommandLatencyQuery to the gpu command buffer
brianderson@chromium.org
2012-10-23
1
-1
/
+1
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
1
-0
/
+1
*
Land http://src.chromium.org/viewvc/chrome?view=rev&revision=125984 to trunk.
cevans@chromium.org
2012-03-12
1
-1
/
+2
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
1
-0
/
+11
*
Expose API for GL_EXT_occlusion_query_boolean but as no-ops
gman@chromium.org
2012-02-27
1
-1
/
+2
*
Fix PixelStorei so it does not recursively call GL functions
gman@chromium.org
2011-12-18
1
-0
/
+2
*
Split GL binding init into core and extension part
joth@chromium.org
2011-10-27
1
-1
/
+0
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
1
-1
/
+2
*
Add glGetProgramInfoCHROMIUM.
gman@chromium.org
2011-07-11
1
-1
/
+39
*
Fix compile warnings that break NaCl build.
neb@chromium.org
2011-01-26
1
-1
/
+1
*
Added EGL based GLContext.
apatrick@chromium.org
2010-06-09
1
-19
/
+24
*
Adds support for shared resources.
gman@chromium.org
2010-05-03
1
-0
/
+20
*
Adds the remaining bucket commands, switches the
gman@chromium.org
2010-03-24
1
-0
/
+111
*
First step on the way to a native GLES2 backend for command
gman@chromium.org
2010-03-11
1
-8
/
+14
*
Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definition
dspringer@google.com
2010-03-10
1
-0
/
+2
*
Rearrange GLES2 files so they are easier to use
gman@chromium.org
2010-03-08
1
-7
/
+6
*
Attempt to submit this CL for the 3rd time. No changes.
gman@chromium.org
2010-03-02
1
-0
/
+8
*
Revert http://codereview.chromium.org/660238
gman@chromium.org
2010-02-27
1
-8
/
+0
*
Resumitting reverted CL
gman@chromium.org
2010-02-27
1
-0
/
+8
*
"/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...
thakis@chromium.org
2010-02-27
1
-8
/
+0
*
Added support for glGetString, glGetShaderSource,
gman@chromium.org
2010-02-27
1
-0
/
+8
*
Adds
gman@chromium.org
2010-02-05
1
-12
/
+39
*
Implements glGetUniformiv and glGetUniformfv.
gman@chromium.org
2010-02-03
1
-0
/
+12
*
Implements glGetVertexAttribPointerv
gman@chromium.org
2010-01-29
1
-0
/
+12
*
Adds a GLMock object so we can check the code is
gman@chromium.org
2009-12-23
1
-2
/
+8
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
1
-4
/
+4
*
Added chromium source file preamble.
apatrick@google.com
2009-12-17
1
-1
/
+1
[next]