index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
vdpau
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-13
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
14
-5550
/
+0
2020-04-03
st/vdpau: make query test for 2D support
Ilia Mirkin
1
-2
/
+2
2020-04-03
st/vdpau: avoid asserting on new VDP_YCBCR_* formats
Ilia Mirkin
1
-2
/
+21
2020-03-11
vdpau: remove bogus assert
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2020-02-27
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
4
-7
/
+7
2020-02-19
st/vdpau: Only call is_video_format_supported hook if needed
Michel Dänzer
1
-7
/
+7
2019-11-14
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2
-2
/
+2
2019-09-30
meson: gallium media state trackers require libdrm with x11
Dylan Baker
1
-2
/
+2
2019-07-29
gallium: create multimedia contexts as compute-only if graphics is unsupported
Marek Olšák
1
-1
/
+1
2019-05-13
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2
-16
/
+13
2019-04-15
Delete autotools
Dylan Baker
1
-44
/
+0
2019-01-25
meson/vdpau: add missing soversion
Eric Engestrom
1
-1
/
+8
2018-10-30
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2
-2
/
+2
2018-09-13
st/vdpau: Use output buffer as back buffer with 24-bit color only
Leo Liu
1
-1
/
+2
2018-09-04
st/vdpau: silence an unitialized-variable warning
Marek Olšák
1
-1
/
+1
2018-07-31
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2
-9
/
+10
2018-05-30
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2
-2
/
+2
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-0
/
+2
2018-01-19
st/vdpau: release held lock in error path
Grazvydas Ignotas
1
-1
/
+3
2017-12-04
meson: build gallium vdpau state tracker
Dylan Baker
1
-0
/
+32
2017-10-04
st/vdpau: don't re-allocate interlaced buffer with packed YUV format
Leo Liu
1
-0
/
+2
2017-06-12
vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_create
Marek Olšák
1
-1
/
+1
2017-05-19
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
1
-2
/
+0
2017-05-19
configure: check once for DRI3 dependencies
Emil Velikov
1
-0
/
+1
2017-03-30
vdpau: fix a maybe-uninitialized warning
Marek Olšák
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
8
-88
/
+88
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
8
-52
/
+52
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2
-2
/
+2
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
1
-2
/
+2
2017-02-24
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2
-19
/
+88
2017-02-22
Revert "st/vdpau: Fix multithreading"
Thomas Hellstrom
1
-21
/
+1
2017-02-22
st/vdpau: Fix multithreading
Thomas Hellstrom
1
-1
/
+21
2017-02-14
vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangle
Marek Olšák
1
-0
/
+7
2017-02-01
st/vdpau: add h264 constrained baseline profile
Boyuan Zhang
1
-0
/
+4
2017-01-19
st/vdpau: only send buffers with B8G8R8A8 format to X
Nayan Deshmukh
3
-3
/
+11
2017-01-17
st/vdpau: remove the delayed rendering hack(v1.1)
Nayan Deshmukh
6
-141
/
+52
2017-01-17
st/vdpau: use dri3 to directly send the buffer to X(v2)
Nayan Deshmukh
2
-27
/
+33
2017-01-04
vdpau: call texture_get_handle while the mutex is being held
Marek Olšák
2
-6
/
+13
2017-01-03
st/vdpau: error handling
Nayan Deshmukh
3
-15
/
+50
2016-12-05
st/vdpau: fix compiler warning in vlVdpVideoMixerRender
Nayan Deshmukh
1
-1
/
+1
2016-11-04
Revert "st/vdpau: use linear layout for output surfaces"
Dave Airlie
1
-1
/
+1
2016-09-20
st/vdpau: flush the context before calling flush_frontbuffer
Nayan Deshmukh
1
-2
/
+5
2016-09-20
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Ilia Mirkin
1
-1
/
+1
2016-08-29
st/vdpau: use temporary buffers while applying filters
Nayan Deshmukh
1
-18
/
+57
2016-08-29
st/vdpau: Revert "change the order in which filters are applied(v3)"
Christian König
1
-18
/
+10
2016-08-25
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2
-2
/
+4
2016-08-16
st/vdpau: change the order in which filters are applied(v3)
Nayan Deshmukh
1
-10
/
+18
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-2
/
+2
[next]