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
/
build_gles2_cmd_buffer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmit http://codereview.chromium.org/2096008/show
gman@chromium.org
2010-05-19
1
-2
/
+3
*
Reverting again, will manually build on linux since trybots are apparently no...
gman@chromium.org
2010-05-18
1
-3
/
+2
*
Resubmit with fix that trybot didn't catch.
gman@chromium.org
2010-05-18
1
-2
/
+3
*
revert last CL
gman@chromium.org
2010-05-18
1
-3
/
+2
*
Update the GLSL translator code to use the correct constants
gman@chromium.org
2010-05-18
1
-2
/
+3
*
Enables vertex attrib 0 and assigns a buffer to it
gman@chromium.org
2010-05-17
1
-33
/
+64
*
Makes shader translation a runtime switch.
gman@chromium.org
2010-05-17
1
-7
/
+6
*
Adds support for compressed textures. DXT1 only.
gman@chromium.org
2010-05-17
1
-10
/
+83
*
Adds wrapping to support BOOL types on uniforms since some OpenGL drivers
gman@chromium.org
2010-05-13
1
-4
/
+88
*
Resubmit CL http://codereview.chromium.org/1992008/
gman@google.com
2010-05-08
1
-17
/
+43
*
Revert gpu CL which broke the Mac build.
shess@chromium.org
2010-05-08
1
-37
/
+16
*
This CL adds the option to support buffers that are bound
gman@chromium.org
2010-05-07
1
-16
/
+37
*
A few more changes for conformance tests.
gman@chromium.org
2010-05-07
1
-1
/
+12
*
Adds support for shared resources.
gman@chromium.org
2010-05-03
1
-8
/
+57
*
Adds error messages for synthesized gl errors.
gman@chromium.org
2010-04-29
1
-16
/
+19
*
GPU service interprets glFinish as glFlush.
apatrick@chromium.org
2010-04-27
1
-1
/
+5
*
Changes the code to use separate ids namspaces
gman@chromium.org
2010-04-27
1
-83
/
+54
*
A bunch more GLES2 conformance test fixes.
gman@chromium.org
2010-04-22
1
-19
/
+80
*
Some GL drivers incorrectly return "gl_DepthRange.far" as
gman@chromium.org
2010-04-21
1
-1
/
+5
*
Resubmit CL#1629004 Support for client side buffers
gman@chromium.org
2010-04-13
1
-31
/
+105
*
Reverting commit 44334
gman@chromium.org
2010-04-13
1
-105
/
+31
*
Adds client side arrays
gman@chromium.org
2010-04-13
1
-31
/
+105
*
Adds stubs for glShaderBinary and glReleaseShaderCompiler.
gman@chromium.org
2010-04-12
1
-6
/
+23
*
Connects tracking renderbuffers and framebuffers
gman@chromium.org
2010-04-12
1
-7
/
+80
*
dds some docs about the command buffer and
gman@chromium.org
2010-03-31
1
-1
/
+61
*
Calling OpenGL from the renderer process
apatrick@chromium.org
2010-03-25
1
-5
/
+5
*
Adds the remaining bucket commands, switches the
gman@chromium.org
2010-03-24
1
-256
/
+188
*
Refactored glGet commands to use a SizedResult for
gman@chromium.org
2010-03-17
1
-41
/
+232
*
Fixed bugs in glActiveTexture. Added real implementation
gman@chromium.org
2010-03-16
1
-9
/
+43
*
Track the bound framebuffer and renderbuffer and
gman@chromium.org
2010-03-11
1
-7
/
+43
*
Resubmitting
gman@chromium.org
2010-03-05
1
-34
/
+65
*
Reverting previous CL.
gman@chromium.org
2010-03-05
1
-65
/
+34
*
Implements index validation for DrawElements.
gman@chromium.org
2010-03-05
1
-34
/
+65
*
Attempt to submit this CL for the 3rd time. No changes.
gman@chromium.org
2010-03-02
1
-72
/
+207
*
Bullshit CL to get the buildbots to try again
gman@chromium.org
2010-02-27
1
-1
/
+1
*
Revert http://codereview.chromium.org/660238
gman@chromium.org
2010-02-27
1
-207
/
+72
*
Resumitting reverted CL
gman@chromium.org
2010-02-27
1
-72
/
+207
*
"/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...
thakis@chromium.org
2010-02-27
1
-207
/
+72
*
Added support for glGetString, glGetShaderSource,
gman@chromium.org
2010-02-27
1
-72
/
+207
*
Adds validation for GLsizei and GLsizeiptr types.
gman@chromium.org
2010-02-25
1
-12
/
+40
*
Reorangizing the GLES2 code to handle shared
gman@chromium.org
2010-02-25
1
-78
/
+115
*
Fixes ReadPixel to have a result so the client
gman@chromium.org
2010-02-24
1
-5
/
+24
*
Adds texture tracking.
gman@chromium.org
2010-02-16
1
-22
/
+22
*
Reimplemented glShaderSource in preparation for shader
gman@chromium.org
2010-02-12
1
-2
/
+4
*
Fixed GPU unit tests on Mac OS X.
kbr@google.com
2010-02-09
1
-2
/
+5
*
Adds
gman@chromium.org
2010-02-05
1
-11
/
+92
*
This file was missing from the last CL as it was sitting
gman@chromium.org
2010-02-02
1
-1
/
+2
*
Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...
apatrick@chromium.org
2010-02-01
1
-50
/
+50
*
Implements glGetVertexAttribPointerv
gman@chromium.org
2010-01-29
1
-81
/
+0
*
Adds unit tests for glDrawArrays and glDrawBuffers
gman@chromium.org
2010-01-13
1
-2
/
+11
[next]