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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Step 1: Changing CommandBufferHelper to only use a portion
gman@chromium.org
2010-05-12
1
-4
/
+3
*
Fix typo
gman@chromium.org
2010-05-10
1
-1
/
+1
*
Resubmit CL http://codereview.chromium.org/1992008/
gman@google.com
2010-05-08
4
-0
/
+56
*
Revert gpu CL which broke the Mac build.
shess@chromium.org
2010-05-08
4
-56
/
+0
*
This CL adds the option to support buffers that are bound
gman@chromium.org
2010-05-07
4
-0
/
+56
*
A few more changes for conformance tests.
gman@chromium.org
2010-05-07
2
-0
/
+8
*
Adds support for shared resources.
gman@chromium.org
2010-05-03
8
-0
/
+445
*
A bunch more GLES2 conformance test fixes.
gman@chromium.org
2010-04-22
2
-0
/
+16
*
Added facility to stub log and check. It is still not ideal but workable.
alokp@chromium.org
2010-04-21
1
-19
/
+9
*
Client side code should include local logging so it can be stubbed out.
alokp@chromium.org
2010-04-21
1
-0
/
+2
*
Resubmit CL#1629004 Support for client side buffers
gman@chromium.org
2010-04-13
5
-0
/
+474
*
Reverting commit 44334
gman@chromium.org
2010-04-13
5
-474
/
+0
*
Adds client side arrays
gman@chromium.org
2010-04-13
5
-0
/
+474
*
Adds stubs for glShaderBinary and glReleaseShaderCompiler.
gman@chromium.org
2010-04-12
4
-0
/
+139
*
Adds the remaining bucket commands, switches the
gman@chromium.org
2010-03-24
5
-0
/
+239
*
Stub out a define GPU_LOG and GPU_CHECK for native client builds.
sehr@google.com
2010-03-19
1
-0
/
+2
*
Refactored glGet commands to use a SizedResult for
gman@chromium.org
2010-03-17
1
-0
/
+24
*
Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I can
dspringer@google.com
2010-03-16
1
-0
/
+11
*
Fixed bugs in glActiveTexture. Added real implementation
gman@chromium.org
2010-03-16
2
-6
/
+23
*
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
*
Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff.
dspringer@google.com
2010-03-09
1
-0
/
+2
*
Rearrange GLES2 files so they are easier to use
gman@chromium.org
2010-03-08
17
-1424
/
+179
*
Change gl2.h to default to C bindings
gman@chromium.org
2010-03-08
1
-4
/
+24
*
Resubmitting
gman@chromium.org
2010-03-05
1
-2
/
+3
*
Reverting previous CL.
gman@chromium.org
2010-03-05
1
-3
/
+2
*
Implements index validation for DrawElements.
gman@chromium.org
2010-03-05
1
-2
/
+3
*
Added SafeMultiply and SafeAdd to check for overflows
gman@chromium.org
2010-03-05
2
-9
/
+65
*
Attempt to submit this CL for the 3rd time. No changes.
gman@chromium.org
2010-03-02
6
-138
/
+120
*
Revert http://codereview.chromium.org/660238
gman@chromium.org
2010-02-27
6
-120
/
+138
*
Resumitting reverted CL
gman@chromium.org
2010-02-27
6
-138
/
+120
*
"/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...
thakis@chromium.org
2010-02-27
6
-120
/
+138
*
Added support for glGetString, glGetShaderSource,
gman@chromium.org
2010-02-27
6
-138
/
+120
*
Reorangizing the GLES2 code to handle shared
gman@chromium.org
2010-02-25
2
-2
/
+22
*
Fixes ReadPixel to have a result so the client
gman@chromium.org
2010-02-24
2
-6
/
+25
*
Fixed integer overflow.
apatrick@chromium.org
2010-02-19
1
-0
/
+4
*
Adds texture tracking.
gman@chromium.org
2010-02-16
1
-0
/
+1
*
Reimplemented glShaderSource in preparation for shader
gman@chromium.org
2010-02-12
2
-36
/
+25
*
Fixed GPU unit tests on Mac OS X.
kbr@google.com
2010-02-09
1
-8
/
+8
*
Adds
gman@chromium.org
2010-02-05
4
-218
/
+181
*
Added support for lost context recovery on the client side. None of our servi...
apatrick@chromium.org
2010-02-03
1
-0
/
+1
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
2
-3
/
+5
*
Implements glGetUniformiv and glGetUniformfv.
gman@chromium.org
2010-02-03
3
-0
/
+55
*
Moved the initialization of static variable outside the class declaration. Ne...
alokp@chromium.org
2010-02-02
2
-1
/
+3
*
Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...
apatrick@chromium.org
2010-02-01
3
-13
/
+13
*
Remove trailing comma to allow compilation with Native Client's higher warnin...
sehr@google.com
2010-02-01
1
-1
/
+1
*
Redesigned CommandBuffer and NPDevice3D interfaces.
apatrick@chromium.org
2010-01-29
3
-48
/
+39
*
Implements glGetVertexAttribPointerv
gman@chromium.org
2010-01-29
1
-0
/
+12
*
Add commands Jump, Call and Return
gman@chromium.org
2010-01-28
1
-30
/
+22
*
Windows now uses the TLS API instead of __declspec(thread) for client side co...
apatrick@chromium.org
2010-01-27
1
-0
/
+61
[next]