index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
/
out
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_gpu: port HDR tone mapping algorithm from libplacebo
Niklas Haas
2018-02-05
3
-70
/
+107
*
vo_gpu: add RA_CAP for gl_NumWorkGroups
Niklas Haas
2018-02-05
1
-0
/
+1
*
vo_gpu: check for RA_CAP_FRAGCOORD in dumb mode too
James Ross-Gowan
2018-01-30
1
-13
/
+14
*
video: fix crash with vdpau when reinitializing rendering
wm4
2018-01-27
1
-3
/
+3
*
hwdec: detach d3d and d3d9 hwaccel from angle
myfreeer
2018-01-25
1
-1
/
+3
*
video: change some remaining vo_opengl mentions to vo_gpu
Akemi
2018-01-20
1
-1
/
+1
*
vo_gpu: skip DR for unsupported image formats
wm4
2018-01-18
1
-0
/
+3
*
vo_gpu: fix broken 10 bit via integer textures playback
wm4
2018-01-17
1
-3
/
+3
*
vo_gpu: hwdec_dxva2dxgi: initial implementation
James Ross-Gowan
2018-01-06
1
-0
/
+4
*
vo_gpu: d3d11: don't use a bgra8 swapchain
James Ross-Gowan
2018-01-04
1
-19
/
+8
*
vo_gpu: vulkan: omit needless #define
Niklas Haas
2017-12-25
1
-5
/
+0
*
vo_gpu: attempt re-using the FBO format for p->output_tex
Niklas Haas
2017-12-25
2
-1
/
+9
*
vo_gpu: aggressively prefer async compute
Niklas Haas
2017-12-25
2
-0
/
+6
*
vo_gpu: invalidate fbotex before drawing
Niklas Haas
2017-12-25
4
-10
/
+11
*
vo_gpu: allow invalidating FBO in renderpass_run
Niklas Haas
2017-12-25
1
-0
/
+3
*
msg: reinterpret a bunch of message levels
Niklas Haas
2017-12-15
3
-34
/
+17
*
hwdec: document a forgotten parameter
wm4
2017-12-11
1
-0
/
+1
*
video: remove code duplication by calling a hwdec loader helper
wm4
2017-12-11
1
-2
/
+1
*
video: properly initialize and set hwdec_interop
wm4
2017-12-11
1
-0
/
+2
*
vo_gpu: d3d11_helpers: use better formatting for PCI IDs
James Ross-Gowan
2017-12-04
1
-4
/
+6
*
Fix various typos in log messages
Nicolas F
2017-12-03
1
-1
/
+1
*
vo_gpu: hwdec: remove redundant fields
wm4
2017-12-01
1
-5
/
+2
*
vo_gpu: make it possible to load multiple hwdec interop drivers
wm4
2017-12-01
4
-98
/
+109
*
vd_lavc: prefer nvdec over vdpau with --hwdec=auto
wm4
2017-11-30
1
-3
/
+3
*
vo_gpu: remove hwdec_vaglx interop
wm4
2017-11-30
1
-3
/
+0
*
vo_gpu: d3d11_helpers: don't try BGRA_SUPPORT
James Ross-Gowan
2017-11-19
1
-20
/
+4
*
vo_gpu: never pass flipped images to ra or ra backends
wm4
2017-11-10
1
-2
/
+7
*
vo_gpu: move d3d11_screenshot to shared code
James Ross-Gowan
2017-11-07
2
-0
/
+85
*
vo_gpu: d3d11: add RA caps for ra_d3d11
James Ross-Gowan
2017-11-07
4
-5
/
+20
*
vo_gpu: d3d11: initial implementation
James Ross-Gowan
2017-11-07
4
-0
/
+491
*
vo_gpu: export the GLSL format qualifier for ra_format
James Ross-Gowan
2017-11-07
3
-14
/
+73
*
vo_gpu: add namespace query mechanism
James Ross-Gowan
2017-11-07
2
-9
/
+9
*
vo_gpu: don't re-render hwdec frames when repeating frames
wm4
2017-11-03
1
-19
/
+11
*
vo_gpu: fix mobius tone mapping compatibility to GLSL 120
wm4
2017-11-03
1
-1
/
+1
*
vo_gpu: remove a redundant ifdef
wm4
2017-10-30
1
-2
/
+0
*
vd_lavc: remove need for duplicated cuda GL interop backend
wm4
2017-10-30
1
-1
/
+0
*
vd_lavc: add support for nvdec hwaccel
wm4
2017-10-28
1
-0
/
+2
*
vo_gpu: fix ra_tex_upload_pbo for 2D textures
Niklas Haas
2017-10-27
1
-1
/
+5
*
vo_gpu: osd: simplify some code
wm4
2017-10-27
1
-5
/
+5
*
vo_gpu: change --tone-mapping-desaturate algorithm
Niklas Haas
2017-10-25
2
-9
/
+11
*
Add DRM_PRIME Format Handling and Display for RockChip MPP decoders
Lionel CHAZALLON
2017-10-23
1
-0
/
+7
*
video: fix alpha handling
wm4
2017-10-19
1
-2
/
+4
*
vo_gpu: add rgba16hf to the list of FBO formats
James Ross-Gowan
2017-10-18
1
-1
/
+2
*
vo_gpu: fix video sometimes not being rerendered on equalizer change
wm4
2017-10-17
2
-2
/
+9
*
vo_gpu: semi-fix --gpu-context/--gpu-api options and help output
wm4
2017-10-16
1
-14
/
+11
*
vo_gpu: mali-fbdev: fix build error
Tobias Jakobi
2017-10-13
1
-2
/
+2
*
vo_gpu: shaderc: include debug info when --gpu-debug is set
James Ross-Gowan
2017-10-11
1
-0
/
+2
*
vo_gpu: android: fix gpu context
Aman Gupta
2017-10-09
1
-0
/
+4
*
vo_gpu: enable 3DLUTs in dumb mode
Niklas Haas
2017-09-30
1
-1
/
+3
*
vo_gpu: force layout std430 for PCs
Niklas Haas
2017-09-29
1
-1
/
+1
*
vo_gpu: fix --opengl-gamma redirect
Niklas Haas
2017-09-28
1
-1
/
+1
*
vo_gpu: set the correct number of vertex attribs
Niklas Haas
2017-09-28
1
-2
/
+2
*
vo_gpu: vulkan: add support for Windows
James Ross-Gowan
2017-09-28
1
-0
/
+4
*
vo_gpu: make the vertex attribs dynamic
Niklas Haas
2017-09-28
6
-100
/
+102
*
vo_gpu: kill some static arrays
Niklas Haas
2017-09-28
2
-83
/
+69
*
vo_gpu: fix memleak in spirv.c
Niklas Haas
2017-09-26
1
-1
/
+1
*
vo_gpu: explicitly label storage image formats
Niklas Haas
2017-09-26
1
-1
/
+22
*
vo_gpu: attempt to avoid UBOs for dynamic variables
Niklas Haas
2017-09-26
4
-2
/
+32
*
vo_gpu: vulkan: add support for push constants
Niklas Haas
2017-09-26
2
-25
/
+97
*
vo_gpu: vulkan: add support for wayland
Rostislav Pehlivanov
2017-09-26
1
-0
/
+9
*
vo_gpu: vulkan: generalize SPIR-V compiler
Niklas Haas
2017-09-26
5
-5
/
+256
*
vo_gpu: vulkan: initial implementation
Niklas Haas
2017-09-26
2
-4
/
+13
*
vo_gpu: fix possible segfault on shader miscompile
Niklas Haas
2017-09-23
1
-5
/
+6
*
vo_gpu: handle texture initialization errors gracefully
Niklas Haas
2017-09-23
3
-19
/
+27
*
vo_gpu: reduce the --alpha=blend-tiles checkerboard intensity
Niklas Haas
2017-09-22
1
-1
/
+1
*
vo_gpu: simplify compute shader coordinate calculation
Niklas Haas
2017-09-22
1
-5
/
+2
*
vo_gpu: simplify structs / names
Niklas Haas
2017-09-22
7
-355
/
+317
*
vo_gpu: kill off FBOTEX_FUZZY
Niklas Haas
2017-09-22
3
-35
/
+18
*
options: properly handle deprecated options with CLI actions
wm4
2017-09-22
1
-1
/
+1
*
vo_gpu: fix autoprobing message
wm4
2017-09-22
1
-2
/
+4
*
vo_gpu: drop the RA_CAP_NESTED_ARRAY req from EWA compute
Niklas Haas
2017-09-21
2
-26
/
+24
*
vo_gpu: fix possible segfault in shader_cache.c
Niklas Haas
2017-09-21
1
-1
/
+3
*
vo_gpu: fix gamma scale
Niklas Haas
2017-09-21
1
-3
/
+3
*
vo_gpu: fix comment on ra_buf_type
Niklas Haas
2017-09-21
1
-2
/
+2
*
vo_gpu: describe the plane merging pass
Niklas Haas
2017-09-21
1
-1
/
+1
*
vo_gpu: convert windows/osx hwdecs/contexts to new API
James Ross-Gowan
2017-09-21
1
-4
/
+2
*
vo_opengl: refactor into vo_gpu
Niklas Haas
2017-09-21
20
-0
/
+9414