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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make shader and program object lifetimes match OpenGL ES spec.
gman@chromium.org
2010-12-13
1
-1
/
+29
*
Fix off by one error in glGetShaderiv for the size
gman@chromium.org
2010-12-13
1
-0
/
+49
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-12-07
3
-2
/
+56
*
Move limiting how many SwapBuffer calls the client
gman@chromium.org
2010-12-07
2
-0
/
+12
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
5
-0
/
+62
*
Fixes divide by zero bug in readpixels
gman@chromium.org
2010-12-03
2
-2
/
+31
*
Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...
andybons@chromium.org
2010-11-24
3
-52
/
+2
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-11-24
3
-2
/
+52
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
5
-101
/
+117
*
Added glResizeCHRM to resize the drawable associated with the command buffer.
gman@chromium.org
2010-11-16
3
-0
/
+13
*
Fix a bug with count on commands that take a count
gman@chromium.org
2010-11-04
1
-3
/
+47
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
1
-1
/
+2
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
4
-8
/
+8
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
4
-8
/
+13
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
1
-2
/
+1
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
2
-15
/
+26
*
Adds stub for client side GL logging.
gman@chromium.org
2010-09-23
4
-23
/
+308
*
Mac: clang build
thakis@chromium.org
2010-09-22
2
-6
/
+9
*
Removed dependencies on base from GPU common and client code.
apatrick@chromium.org
2010-09-08
14
-70
/
+92
*
Add way to create a texture in parent's context and copy into it
jamesr@chromium.org
2010-08-28
3
-0
/
+17
*
Adds support for EXT_framebuffer_multisample
gman@chromium.org
2010-08-23
3
-0
/
+57
*
Fix the gles2_demo to work with latest gpu process
gman@chromium.org
2010-07-19
2
-0
/
+11
*
Adds MapBufferSubData and MapTexSubImage2D.
gman@chromium.org
2010-07-14
12
-17
/
+992
*
gpu: add GLES/EGL support on linux
piman@chromium.org
2010-06-21
3
-6
/
+0
*
Added EGL based GLContext.
apatrick@chromium.org
2010-06-09
1
-0
/
+3
*
Refactor CommandBufferHelper to use Jump to loop
gman@chromium.org
2010-06-03
3
-39
/
+70
*
Makes shader translation a runtime switch.
gman@chromium.org
2010-05-17
4
-7
/
+18
*
Adds support for compressed textures. DXT1 only.
gman@chromium.org
2010-05-17
2
-22
/
+30
*
Work around bug in gcc's name mangling causing linker to crash on Mac
kbr@google.com
2010-05-14
1
-3
/
+5
*
Step 1: Changing CommandBufferHelper to only use a portion
gman@chromium.org
2010-05-12
7
-16
/
+24
*
Changes the command buffer code to check that all
gman@chromium.org
2010-05-12
1
-2
/
+2
*
Resubmit CL http://codereview.chromium.org/1992008/
gman@google.com
2010-05-08
4
-0
/
+44
*
Revert gpu CL which broke the Mac build.
shess@chromium.org
2010-05-08
4
-44
/
+0
*
This CL adds the option to support buffers that are bound
gman@chromium.org
2010-05-07
4
-0
/
+44
*
Various fixes for the OpenGL ES 2.0 conformance tests.
gman@chromium.org
2010-05-06
2
-19
/
+54
*
Fix some memory leaks in GPU tests.
estade@chromium.org
2010-05-04
4
-30
/
+13
*
Fix readpixels issue
gman@chromium.org
2010-05-03
1
-1
/
+1
*
Adds support for shared resources.
gman@chromium.org
2010-05-03
11
-248
/
+229
*
Fix Bug in RingBuffer
gman@chromium.org
2010-04-30
3
-16
/
+39
*
Adds error messages for synthesized gl errors.
gman@chromium.org
2010-04-29
3
-42
/
+61
*
Fixed off-by-one bug in returned name length in glGetActiveAttrib and
kbr@google.com
2010-04-29
1
-2
/
+4
*
Changes the GLES2Implementation to use a RingBuffer
gman@chromium.org
2010-04-28
5
-18
/
+573
*
Changes the code to use separate ids namspaces
gman@chromium.org
2010-04-27
4
-50
/
+47
*
A bunch more GLES2 conformance test fixes.
gman@chromium.org
2010-04-22
1
-0
/
+6
*
A few fixes for GLES2 for the conformance tests.
gman@chromium.org
2010-04-21
1
-3
/
+17
*
Added facility to stub log and check. It is still not ideal but workable.
alokp@chromium.org
2010-04-21
1
-2
/
+2
*
Resubmit CL#1629004 Support for client side buffers
gman@chromium.org
2010-04-13
9
-137
/
+1473
*
Reverting commit 44334
gman@chromium.org
2010-04-13
9
-1473
/
+137
*
Adds client side arrays
gman@chromium.org
2010-04-13
9
-137
/
+1473
*
Adds stubs for glShaderBinary and glReleaseShaderCompiler.
gman@chromium.org
2010-04-12
4
-1
/
+58
[next]