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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xvmc: force assertion in XvMC tests
Giuseppe Bilotta
2015-12-04
5
-0
/
+10
*
st/wgl: add new stw_ext_rendertexture.c file
Brian Paul
2015-12-03
1
-0
/
+252
*
st/wgl: add support for WGL_ARB_render_texture
Brian Paul
2015-12-03
9
-10
/
+118
*
clover: Handle NULL devices returned by pipe_loader_probe() v2
Tom Stellard
2015-12-01
1
-1
/
+2
*
st/va: also retrieve reference frames info for h264
Julien Isorce
2015-12-01
1
-0
/
+52
*
st/va: delay decoder creation until max_references is known
Julien Isorce
2015-12-01
4
-34
/
+68
*
st/xa: fd management cleanups
Emil Velikov
2015-11-29
1
-1
/
+8
*
st/dri: fd management cleanups
Emil Velikov
2015-11-29
1
-2
/
+14
*
st/va: add missing break statement
Emil Velikov
2015-11-29
1
-0
/
+1
*
clover: fix tgsi compiler crash with invalid src
Serge Martin
2015-11-26
1
-0
/
+5
*
st/va: add missing profiles in PipeToProfile's switch.
Julien Isorce
2015-11-26
1
-0
/
+7
*
gallium: remove unused function declarations
Emil Velikov
2015-11-25
1
-1
/
+0
*
st/va: fix indentation
Christian König
2015-11-24
1
-7
/
+7
*
st/va: move MPEG4 functions into separate file
Christian König
2015-11-24
4
-180
/
+220
*
st/va: move VC-1 functions into separate file
Christian König
2015-11-24
4
-35
/
+70
*
st/va: move H264 functions into separate file
Christian König
2015-11-24
4
-72
/
+121
*
st/va: move MPEG12 functions into separate file
Christian König
2015-11-24
4
-49
/
+92
*
st/va: move post processing function into own file
Christian König
2015-11-24
4
-57
/
+100
*
st/va: fix post process dirty area handling
Christian König
2015-11-24
1
-4
/
+1
*
st/dri: NULL check the pscreen earlier
Emil Velikov
2015-11-21
3
-16
/
+14
*
st/dri: Don't close the drm fd on failure
Emil Velikov
2015-11-21
1
-2
/
+2
*
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-19
/
+2
*
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
6
-35
/
+11
*
target-helpers: move the DRI specifics to the target
Emil Velikov
2015-11-21
1
-0
/
+3
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
6
-9
/
+4
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
3
-3
/
+0
*
st/vdpau: use the vl_screen dispatch
Emil Velikov
2015-11-20
2
-11
/
+11
*
st/xvmc: use the vl_screen dispatch
Emil Velikov
2015-11-20
2
-12
/
+11
*
st/va: use the vl_screen dispatch
Emil Velikov
2015-11-20
3
-16
/
+9
*
st/omx: use the vl_screen dispatch
Emil Velikov
2015-11-20
1
-6
/
+5
*
auxiliary/vl: rename vl_screen_create to vl_dri2_screen_create
Emil Velikov
2015-11-20
4
-4
/
+4
*
st/va: trivial cleanup
Emil Velikov
2015-11-20
1
-9
/
+2
*
st/omx: straighten get/put_screen
Emil Velikov
2015-11-20
1
-16
/
+16
*
st/wgl: add a comment about recursive locking in stw_make_current()
Brian Paul
2015-11-12
1
-0
/
+4
*
st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-12
1
-0
/
+1
*
st/wgl: add some mutex checking code
José Fonseca
2015-11-12
1
-0
/
+26
*
st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()
Brian Paul
2015-11-12
5
-19
/
+19
*
st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
4
-29
/
+32
*
st/wgl: include u_debug.h
Brian Paul
2015-11-12
3
-0
/
+6
*
st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-15
/
+29
*
st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-19
/
+34
*
st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-11
1
-2
/
+2
*
st/wgl: improve some function comments
Brian Paul
2015-11-11
1
-6
/
+30
*
st/wgl: whitespace/formatting fixes
Brian Paul
2015-11-11
3
-63
/
+48
*
st/wgl: fix locking issue in stw_st_framebuffer_present_locked()
Brian Paul
2015-11-11
1
-0
/
+3
*
st/wgl: add null pointer check for HUD texture
Brian Paul
2015-11-09
1
-1
/
+3
*
st/wgl: fix double-present on swapbuffers bug
Brian Paul
2015-11-09
3
-20
/
+12
*
st/wgl: reorder pixel formats to put MSAA formats last
Brian Paul
2015-11-09
1
-29
/
+32
*
st/wgl: Don't rely on GDI to bookkeep pixelformat for us.
José Fonseca
2015-11-09
2
-7
/
+6
*
st/omx: add headless support
Leo Liu
2015-11-08
1
-10
/
+35
[next]