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
*
Remove NaCl SRPC proxy source files.
bbudge@chromium.org
2013-01-18
1
-59
/
+0
*
Remove inappropriate code generation.
gman@chromium.org
2013-01-03
1
-265
/
+1
*
Extract Chromium-specific parts out of third_party/khronos/GLES2 .
phajdan.jr@chromium.org
2012-12-27
1
-5
/
+261
*
Revert 174687
kmadhusu@chromium.org
2012-12-27
1
-264
/
+5
*
Extract Chromium-specific parts out of third_party/khronos/GLES2 .
phajdan.jr@chromium.org
2012-12-27
1
-5
/
+264
*
Add a command to lose the context
gman@chromium.org
2012-12-17
1
-1
/
+16
*
Fix FBO client side state caching
gman@chromium.org
2012-12-16
1
-2
/
+0
*
Add to the GL_CHROMIUM_gpu_memory_manager extension a
ccameron@chromium.org
2012-12-14
1
-0
/
+8
*
Move gl2chromium.h out of third_party, it really is our file.
phajdan.jr@chromium.org
2012-12-14
1
-6
/
+8
*
Fix GLES rendering issues on Lumpy.
hshi@chromium.org
2012-12-12
1
-0
/
+2
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
1
-0
/
+19
*
Add tracing for commands that block on the GPU
jbauman@chromium.org
2012-12-11
1
-0
/
+6
*
Add more gl debug logging
gman@chromium.org
2012-12-07
1
-2
/
+14
*
Validate glLineWidth
gman@chromium.org
2012-12-06
1
-1
/
+51
*
gpu: Add async upload functions.
epenner@chromium.org
2012-11-30
1
-0
/
+15
*
gpu: Defer reads from default framebuffer when needed.
piman@chromium.org
2012-11-30
1
-3
/
+29
*
Fix VAOs and client side arrays
gman@chromium.org
2012-11-29
1
-0
/
+2
*
Revert "Revert 169641 - Cache resource bindings on client"
gman@chromium.org
2012-11-27
1
-4
/
+43
*
Revert 169641 - Cache resource bindings on client
joi@chromium.org
2012-11-27
1
-38
/
+4
*
Cache resource bindings on client
gman@chromium.org
2012-11-27
1
-4
/
+38
*
Cache GL state.
gman@chromium.org
2012-11-26
1
-78
/
+201
*
gpu: Don't put BindBuffer commands with PIXEL_UNPACK_TRANSFER_BUFFER target i...
reveman@chromium.org
2012-11-25
1
-0
/
+1
*
Add support for GL_CHROMIUM_pixel_transfer_buffer_object.
reveman@chromium.org
2012-11-21
1
-0
/
+14
*
Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...
gman@chromium.org
2012-11-21
1
-240
/
+82
*
Update Chrome's GLES2 Headers
gman@chromium.org
2012-11-20
1
-2
/
+32
*
Add support for eglGetProcAddress
gman@chromium.org
2012-11-20
1
-1
/
+14
*
Needed to allow querying the current VAO binding
gman@chromium.org
2012-11-19
1
-0
/
+2
*
Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.
dsinclair@chromium.org
2012-11-16
1
-0
/
+15
*
Revert "Revert 167613 - Cache more GL state both service and client side."
gman@chromium.org
2012-11-16
1
-82
/
+240
*
Revert 167613 - Cache more GL state both service and client side.
shawnsingh@chromium.org
2012-11-14
1
-240
/
+82
*
Cache more GL state both service and client side.
gman@chromium.org
2012-11-14
1
-82
/
+240
*
Virtual GL
gman@chromium.org
2012-11-07
1
-2
/
+2
*
Fix querying GLfloat state
gman@chromium.org
2012-10-31
1
-44
/
+53
*
Fix Auto-genearated GL state
gman@chromium.org
2012-10-30
1
-3
/
+3
*
automate more GL state handling
gman@chromium.org
2012-10-30
1
-198
/
+744
*
Cache more GL state
gman@chromium.org
2012-10-27
1
-6
/
+117
*
Add CommandLatencyQuery to the gpu command buffer
brianderson@chromium.org
2012-10-23
1
-0
/
+1
*
Flush after GenXXX commands
gman@chromium.org
2012-10-18
1
-0
/
+1
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
1
-0
/
+12
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
1
-12
/
+0
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@chromium.org
2012-10-18
1
-0
/
+12
*
Make GLES2Implementation based on GLES2Interface
gman@chromium.org
2012-10-16
1
-33
/
+120
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
1
-14
/
+87
*
Add ENUM value to synthesized GL_INVALID_ENUM errors
gman@chromium.org
2012-08-31
1
-2
/
+8
*
Remove left over debug line from cmd-buf script.
gman@chromium.org
2012-08-27
1
-1
/
+0
*
Remove overly agressive ASSERTs on output GL parameters.
gman@chromium.org
2012-08-23
1
-2
/
+7
*
Fix a misuse of framebuffer target in GLHelper (2)
sheu@chromium.org
2012-08-15
1
-0
/
+1
*
Implement GL_EXT_debug_marker
gman@chromium.org
2012-08-12
1
-2
/
+62
*
Add a shallow command buffer flush that doesn't glFlush
brianderson@chromium.org
2012-07-23
1
-0
/
+9
*
Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP
gman@chromium.org
2012-07-11
1
-6
/
+1
[next]