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/git2-0.20.1
devtools-replay-tool
devtools-testing
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
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
...
*
`cargo fix --edition`
Simon Sapin
2018-11-06
1
-40
/
+40
*
Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...
Josh Matthews
2018-11-05
1
-12
/
+11
*
Properly support gl_PointSize and gl_PointCoord
Anthony Ramine
2018-10-18
1
-6
/
+0
*
Auto merge of #21877 - servo:webgl, r=jdm
bors-servo
2018-10-09
1
-54
/
+31
|
\
|
*
Share some code between 2D canvas and WebGL
Anthony Ramine
2018-10-09
1
-41
/
+22
|
*
Avoid copying pixels in ctx.putImageData sometimes
Anthony Ramine
2018-10-06
1
-1
/
+1
|
*
Merge some byte swap/premultiply functions in their own crate
Anthony Ramine
2018-10-06
1
-12
/
+8
*
|
Auto merge of #21785 - sumit0190:new_markasdirty, r=jdm
bors-servo
2018-10-08
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add framebuffer check for mark_as_dirty, #21691
sumit0190
2018-09-24
1
-3
/
+7
*
|
Make HTMLCanvasElement::get_size return a Size2D<u32>
Anthony Ramine
2018-10-02
1
-10
/
+13
*
|
webgl: Add feature to store backtraces for each WebGL API call for easier deb...
Josh Matthews
2018-10-01
1
-3
/
+25
*
|
webgl: Restore active texture if it's changed while deleting a texture.
Josh Matthews
2018-09-21
1
-1
/
+1
|
/
*
Validate GLSL names (fixes #21287)
Anthony Ramine
2018-09-20
1
-2
/
+0
*
Remove some misplaced framebuffer validations
Anthony Ramine
2018-09-20
1
-10
/
+0
*
Format script component
chansuke
2018-09-19
1
-640
/
+977
*
Auto merge of #21353 - DanxiongLei:damonlei_fix, r=jdm
bors-servo
2018-09-19
1
-4
/
+3
|
\
|
*
fix(webgl): fix issue https://github.com/servo/servo/issues/21352
danxionglei
2018-08-07
1
-4
/
+3
*
|
Implement gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL)
Anthony Ramine
2018-09-18
1
-1
/
+9
*
|
Fix a small texSubImage2D bug
Anthony Ramine
2018-09-18
1
-5
/
+6
*
|
Implement proper origin checks for WebGL textures (fixes #21522)
Anthony Ramine
2018-09-18
1
-33
/
+33
*
|
Remove a panic due to missing video support
Anthony Ramine
2018-09-14
1
-2
/
+4
*
|
Remove erroneous check from CopyTexImage2D
Anthony Ramine
2018-09-13
1
-16
/
+0
*
|
Properly support PACK_ALIGNMENT in WebGL 1
Anthony Ramine
2018-09-12
1
-83
/
+112
*
|
Simplify WebGLRenderingContext::PixelStorei
Anthony Ramine
2018-09-12
1
-25
/
+8
*
|
Auto merge of #21461 - jdm:webgltmp2, r=nox
bors-servo
2018-09-12
1
-32
/
+31
|
\
\
|
*
|
webgl: Ensure that depth and stencil attachments are rebound after messing wi...
Josh Matthews
2018-09-10
1
-26
/
+8
|
*
|
webgl: Move framebuffer initialization logic to WebGL thread.
Josh Matthews
2018-09-10
1
-2
/
+15
|
*
|
webgl: Differentiate between missing colour attachments and incomplete attach...
Josh Matthews
2018-09-10
1
-4
/
+8
|
*
|
webgl: Ensure that framebuffers have a color attachment before reading or wri...
Josh Matthews
2018-09-10
1
-1
/
+1
*
|
|
Reuse input buffer for RGB/UNSIGNED_BYTE in rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-10
1
-7
/
+8
*
|
|
Reuse input vector for LUMINANCE_ALPHA/HALF_FLOAT
Anthony Ramine
2018-09-10
1
-5
/
+6
*
|
|
Fix the remaining LUMINANCE* cases in rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-10
1
-18
/
+5
|
/
/
*
|
Fix the UNSIGNED_SHORT_4_4_4_4 case of premultiply_pixels
Anthony Ramine
2018-09-09
1
-9
/
+9
*
|
Fix the UNSIGNED_SHORT_5_5_5_1 case of premultiply_pixels
Anthony Ramine
2018-09-09
1
-2
/
+3
*
|
Remove some useless argument mutability
Anthony Ramine
2018-09-09
1
-2
/
+2
*
|
Fix the LUMINANCE of rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-09
1
-4
/
+1
*
|
Fix the LUMINANCE_ALPHA case of rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-09
1
-1
/
+1
*
|
Reuse the input vector in more cases of rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-08
1
-56
/
+70
*
|
Fix the ALPHA/FLOAT case of rgba8_image_to_tex_image_data
Anthony Ramine
2018-09-08
1
-1
/
+1
*
|
Reuse input of rgba8_image_to_tex_image_data in some cases
Anthony Ramine
2018-09-08
1
-9
/
+8
*
|
Make rgba8_image_to_tex_image_data not overallocate in some case
Anthony Ramine
2018-09-08
1
-1
/
+1
*
|
Make rgba8_image_to_tex_image_data a free-standing function
Anthony Ramine
2018-09-08
1
-201
/
+202
*
|
Make remove_premultiplied_alpha mutate its input
Anthony Ramine
2018-09-08
1
-16
/
+15
*
|
Make premultiply_pixels mutate its input
Anthony Ramine
2018-09-08
1
-46
/
+28
*
|
Use byte channels to send textures to the WebGL thread
Anthony Ramine
2018-09-08
1
-10
/
+10
*
|
Use ipc::bytes_channel in ReadPixels
Anthony Ramine
2018-09-08
1
-3
/
+3
*
|
Simplify WebGLRenderingContext::get_image_data
Anthony Ramine
2018-09-08
1
-8
/
+8
*
|
Use a bytes channel in BufferData
Anthony Ramine
2018-09-07
1
-14
/
+23
*
|
Simplify WebGLBuffer::buffer_data
Anthony Ramine
2018-09-07
1
-14
/
+5
*
|
Make validate_framebuffer return a WebGLResult<()>
Anthony Ramine
2018-09-06
1
-40
/
+15
[prev]
[next]