index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: wait for thread to finish before unbinding context
Timothy Arceri
2017-03-18
1
-0
/
+3
*
gallium: implement the backend of threaded GL dispatch
Marek Olšák
2017-03-16
3
-0
/
+37
*
st/va: add config support for 10bit decoding v2
Christian König
2017-03-13
2
-4
/
+21
*
st/va: add support for allocating 10bpp surfaces
Christian König
2017-03-13
1
-9
/
+15
*
st/va: add support for P010 and P016 formats v3
Christian König
2017-03-13
4
-3
/
+22
*
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_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
1
-2
/
+2
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
st/xa: suffix xa-indent{,.sh} and add a shebang line
Emil Velikov
2017-03-10
2
-2
/
+2
*
st/nine: pass NULL to ureg_get_tokens()
Timothy Arceri
2017-03-09
2
-4
/
+2
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-1
/
+2
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
21
-408
/
+408
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
22
-325
/
+325
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
6
-7
/
+7
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
7
-10
/
+10
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
4
-4
/
+4
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
7
-11
/
+11
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
st/dri: reduce dri_fill_st_options() params
Marek Olšák
2017-03-07
1
-3
/
+5
*
st/dri: use local pointer to st_context_iface
Marek Olšák
2017-03-07
1
-4
/
+7
*
st/omx: Set end-of-frame flag on bitstream output buffers
Mark Thompson
2017-03-06
1
-0
/
+3
*
st/omx: Fix port format enumeration
Mark Thompson
2017-03-06
1
-0
/
+2
*
st/va: Fix forward/backward referencing for deinterlacing
Mark Thompson
2017-03-06
2
-7
/
+7
*
st/va: Support fractional framerate in misc parameter
Mark Thompson
2017-03-06
1
-1
/
+7
*
st/va encode handle ntsc framerate rate control
Andy Furniss
2017-03-06
1
-6
/
+13
*
clover: Work around build failure with AltiVec.
Matt Turner
2017-03-02
1
-0
/
+3
*
clover: Dump linked binary to a different file
Jan Vesely
2017-02-27
1
-2
/
+6
*
st/nine: Drop USER_INDEX_BUFFERS check
Mike Lothian
2017-02-25
2
-3
/
+1
*
st/nine: make use of common uploaders v4
Constantine Charlamov
2017-02-25
4
-74
/
+37
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
1
-20
/
+28
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
2
-19
/
+88
*
st/wgl: flush with ST_FLUSH_WAIT before releasing shared contexts
Charmaine Lee
2017-02-18
2
-2
/
+15
*
Revert "st/vdpau: Fix multithreading"
Thomas Hellstrom
2017-02-22
1
-21
/
+1
*
st/vdpau: Fix multithreading
Thomas Hellstrom
2017-02-22
1
-1
/
+21
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
1
-0
/
+2
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
1
-0
/
+3
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
2
-3
/
+3
*
vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangle
Marek Olšák
2017-02-14
1
-0
/
+7
*
gallium/vl: use the common uploader
Marek Olšák
2017-02-14
1
-4
/
+0
*
st/xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
1
-6
/
+0
*
st/nine: update configure options in the README
Emil Velikov
2017-02-10
1
-2
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-2
/
+1
*
st/va: add h264 constrained baseline profile
Boyuan Zhang
2017-02-01
1
-0
/
+1
*
st/vdpau: add h264 constrained baseline profile
Boyuan Zhang
2017-02-01
1
-0
/
+4
[next]