index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/cc-1.2.23
dependabot/cargo/content-security-policy-58a09ee
dependabot/cargo/git2-0.20.1
devtools-replay-tool
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
gh-readonly-queue/main/pr-36974-deaef9f6e8cacfb0752f1bdc6a75fd2d9e89dbf6
gh-readonly-queue/main/pr-37024-3e5510ab00bf7b5610546c5eb029660d5e4284b8
gh-readonly-queue/main/pr-37029-d3b788f14e4f6044eba924dc8a50fb820f62e4f4
gh-readonly-queue/main/pr-37031-805b9f01f3968078cb5985ce73829f23bda591a9
gh-readonly-queue/main/pr-37032-cea4046a3ff302dac94c93566ab95184277326e7
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
script
/
dom
/
webglrenderingcontext.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly allow more than FUNC_ADD in blendEquationSeparate
Anthony Ramine
2018-04-04
1
-5
/
+13
*
Properly allow FUNC_SUBTRACT and FUNC_REVERSE_SUBTRACT in blendEquation
Anthony Ramine
2018-04-04
1
-4
/
+7
*
Cache BUFFER_USAGE value on the DOM side
Anthony Ramine
2018-04-04
1
-18
/
+8
*
Fix the signature of WebGLRenderingContext::BufferSubData
Anthony Ramine
2018-04-04
1
-5
/
+3
*
Move handle_potential_webgl_error to the dom macros module
Anthony Ramine
2018-04-04
1
-15
/
+0
*
Fix the emitted error for invalid targets in WebGLRenderingContext::BufferData_
Anthony Ramine
2018-04-04
1
-1
/
+1
*
Introduce WebGLRenderingContext::bound_buffer
Anthony Ramine
2018-04-04
1
-29
/
+17
*
Improve WebGLBuffer::buffer_data
Anthony Ramine
2018-04-04
1
-18
/
+2
*
Properly use Float32List and Int32List for WebGL uniform methods
Anthony Ramine
2018-04-03
1
-138
/
+90
*
Remove obsolete BufferDataSource
Anthony Ramine
2018-04-03
1
-4
/
+4
*
Clean up signature of some fallible WebGL methods
Anthony Ramine
2018-04-03
1
-24
/
+34
*
Use ByteBuf for the canvas messages
Anthony Ramine
2018-03-26
1
-13
/
+26
*
Update mozjs.
Emilio Cobos Álvarez
2018-03-25
1
-63
/
+108
*
Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)
Anthony Ramine
2018-03-24
1
-0
/
+8
*
Implement missing WebGLShader checks
Anthony Ramine
2018-03-24
1
-1
/
+4
*
Implement WebGLRenderingContextBase.getAttachedShaders
Anthony Ramine
2018-03-24
1
-0
/
+8
*
Implement missing checks in WebGLRenderingContext::GetBufferParameter
Anthony Ramine
2018-03-24
1
-9
/
+29
*
Auto merge of #20400 - servo:webgl, r=emilio
bors-servo
2018-03-24
1
-0
/
+33
|
\
|
*
Implement HTMLCanvasElement.toDataURL for WebGL canvas (fixes #19147)
Anthony Ramine
2018-03-23
1
-0
/
+33
*
|
Use safe to_vec() for typed arrays in WebGL bindings
Igor Matuszewski
2018-03-23
1
-75
/
+21
*
|
Fix indentation
Igor Matuszewski
2018-03-23
1
-6
/
+6
*
|
Fix sanity check in vertex attrib
Igor Matuszewski
2018-03-23
1
-16
/
+16
*
|
Appease test-tidy
Igor Matuszewski
2018-03-23
1
-3
/
+3
*
|
Adapt uniform[fv] and similar to accept typed array args
Igor Matuszewski
2018-03-23
1
-207
/
+216
*
|
Adapt function bodies for usage with typed array args
Igor Matuszewski
2018-03-23
1
-74
/
+54
*
|
Change WebGL function signatures accepting typed arrays
Igor Matuszewski
2018-03-23
1
-23
/
+16
|
/
*
Implement OES_element_index_uint (fixes #20384)
Anthony Ramine
2018-03-23
1
-0
/
+1
*
Fix some more WebGL methods
Anthony Ramine
2018-03-23
1
-17
/
+6
*
Implement gl.getParameter(gl.VIEWPORT)
Anthony Ramine
2018-03-22
1
-1
/
+9
*
Implement gl.getParameter(gl.CURRENT_PROGRAM)
Anthony Ramine
2018-03-22
1
-0
/
+3
*
Make some WebGL parameters non-optional (fixes #8753)
Anthony Ramine
2018-03-22
1
-125
/
+70
*
Implement a missing INVALID_OPERATION check in DrawArrays
Anthony Ramine
2018-03-22
1
-17
/
+21
*
Fix an off-by-one error with limits.max_vertex_attribs
Anthony Ramine
2018-03-22
1
-4
/
+4
*
Implement WebGL getFramebufferAttachmentParameter API
Igor Gutorov
2018-03-22
1
-1
/
+93
*
Simplify GetShaderPrecisionFormat
Igor Gutorov
2018-03-21
1
-13
/
+20
*
Simplify BufferParameter
Igor Gutorov
2018-03-20
1
-9
/
+13
*
Simplify VertexAttribOffset
Igor Gutorov
2018-03-20
1
-1
/
+5
*
Simplify GetTexParameter
Igor Gutorov
2018-03-20
1
-21
/
+29
*
WIP: Accept typed array arguments in codegen
Igor Matuszewski
2018-03-14
1
-4
/
+3
*
constellation: Make setting up the WebGL state fallible.
Emilio Cobos Álvarez
2018-03-09
1
-1
/
+5
*
Add WebGL function glGetTexParameter
Martina Kollarova
2018-03-06
1
-0
/
+31
*
Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>
Simon Sapin
2018-01-22
1
-2
/
+2
*
Set the correct Angle GLSL output when using WebGL 2
Imanol Fernandez
2017-11-13
1
-2
/
+4
*
Auto merge of #19040 - MortimerGoro:webgl2_extensions, r=emilio
bors-servo
2017-10-31
1
-1
/
+1
|
\
|
*
Add support for filtering WebGL extensions based on WebGL version
Imanol Fernandez
2017-10-31
1
-1
/
+1
*
|
Bump bitflags to 1.0 in every servo crate
Bastien Orivel
2017-10-30
1
-14
/
+14
|
/
*
Kick off WebGL 2.0 implementation
Imanol Fernandez
2017-10-27
1
-12
/
+21
*
Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...
Gecko Backout
2017-10-19
1
-14
/
+14
*
Update bitflags to 1.0 in every servo crate
Bastien Orivel
2017-10-19
1
-14
/
+14
*
Replace all uses of the `heapsize` crate with `malloc_size_of`.
Nicholas Nethercote
2017-10-18
1
-9
/
+9
[next]