index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
va
/
surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/va: remove unneeded code
Thong Thai
2020-02-28
1
-22
/
+12
*
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-2
/
+0
*
st/va: Add support for P010, used for 10-bit videos
Thong Thai
2020-01-03
1
-12
/
+22
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
1
-4
/
+2
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-1
/
+1
*
st/va: Return correct status from vlVaQuerySurfaceStatus
Indrajit Das
2019-01-09
1
-0
/
+31
*
st/va: fix incorrect use of resource_destroy
Marek Olšák
2018-11-05
1
-4
/
+2
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-4
/
+2
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-2
/
+2
*
st/va: Support YUV formats in vaCreateSurfaces
Drew Davenport
2018-05-03
1
-23
/
+36
*
st/va: Fix typos
Drew Davenport
2018-04-26
1
-24
/
+24
*
st/va: Fix potential buffer overread
Drew Davenport
2018-04-26
1
-1
/
+1
*
st/va: Enable vaExportSurfaceHandle()
Mark Thompson
2018-02-09
1
-1
/
+1
*
st/va: enable dual instances encode only for H264
Boyuan Zhang
2018-02-05
1
-10
/
+13
*
st/va: Return correct width and height for encode/decode support
Mark Thompson
2017-10-17
1
-10
/
+30
*
st/va: Disable vaExportSurfaceHandle()
Mark Thompson
2017-10-17
1
-1
/
+1
*
st/va: Implement vaExportSurfaceHandle()
Mark Thompson
2017-10-07
1
-0
/
+148
*
st/va: add RGB support to vlVaPutSurface
Leo Liu
2017-10-04
1
-1
/
+13
*
st/va: make internal func vlVaHandleSurfaceAllocate() call simpler
Leo Liu
2017-09-25
1
-5
/
+2
*
Revert "st/va: add enviromental variable to disable interlace"
Leo Liu
2017-09-07
1
-4
/
+0
*
st/va: make surface allocate functions more usefully
Leo Liu
2017-08-21
1
-4
/
+4
*
util: Port nir_array functionality to u_dynarray
Thomas Helland
2017-06-07
1
-1
/
+1
*
st/va: add support for allocating 10bpp surfaces
Christian König
2017-03-13
1
-9
/
+15
*
st/va: clear the video surface on allocation
Christian König
2017-03-13
1
-4
/
+35
*
st/va: cleanup error handling in vlVaCreateSurfaces2
Christian König
2017-03-13
1
-25
/
+27
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-14
/
+14
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
st/va: Fix forward/backward referencing for deinterlacing
Mark Thompson
2017-03-06
1
-2
/
+2
*
st/va: remove unused variable pbuff
Juan A. Suarez Romero
2016-12-05
1
-1
/
+0
*
st/va: force to submit two consecutive single jobs
Boyuan Zhang
2016-12-05
1
-2
/
+6
*
st/va: set default rt formats when calling vaCreateConfig
Julien Isorce
2016-10-18
1
-2
/
+3
*
st/va: Return surface formats depending on config chroma format
Mark Thompson
2016-10-14
1
-2
/
+10
*
st/va: Fix vaSyncSurface with no outstanding operation
Mark Thompson
2016-09-27
1
-0
/
+7
*
st/va: flush the context before calling flush_frontbuffer(v2)
Nayan Deshmukh
2016-09-20
1
-1
/
+5
*
st/va: also honors interlaced preference when providing a video format
Julien Isorce
2016-09-12
1
-17
/
+19
*
st/va: add missing mutex_unlock
Eric Engestrom
2016-08-24
1
-1
/
+3
*
st/va: enable dual instances encode by sync surface
Boyuan Zhang
2016-08-19
1
-0
/
+32
*
st/va: add enviromental variable to disable interlace
Boyuan Zhang
2016-07-25
1
-0
/
+4
*
st/va: add encode entrypoint v2
Boyuan Zhang
2016-07-25
1
-3
/
+11
*
st/va: Check NULL pointer
Gurkirpal Singh
2016-06-27
1
-0
/
+4
*
st/va: ensure linear memory for dmabuf
Julien Isorce
2016-06-14
1
-0
/
+8
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-2
/
+2
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-1
/
+2
*
st/va: add motion adaptive deinterlacing v2
Christian König
2016-01-18
1
-3
/
+19
*
st/va: add BOB deinterlacing v2
Christian König
2016-01-12
1
-2
/
+14
*
st/va: make the implementation thread safe v2
Christian König
2016-01-12
1
-3
/
+17
*
st/va: remove fence handling v3
Christian König
2015-12-16
1
-9
/
+1
*
st/va: cleanup filter color standard handling
Christian König
2015-12-14
1
-4
/
+4
*
st/va: use the vl_screen dispatch
Emil Velikov
2015-11-20
1
-7
/
+6
*
st/va: add support for RGBX and BGRX in VPP
Julien Isorce
2015-11-06
1
-16
/
+20
[next]