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
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
6
-11
/
+17
*
st/xvmc: fix a couple 'unused-but-set-variable' warnings
Eric Engestrom
2016-08-24
1
-2
/
+3
*
st/va: Remove unused variable coded_size from vlVaEndPicture()
Kai Wasserbäch
2016-08-24
1
-1
/
+0
*
st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b
Kai Wasserbäch
2016-08-24
1
-3
/
+1
*
st/va: add missing mutex_unlock
Eric Engestrom
2016-08-24
1
-1
/
+3
*
st/dri: respect driver's request to avoid mixed color/depth bit configs
Ilia Mirkin
2016-08-23
1
-2
/
+6
*
dri: add a way to request that modes have matching color/zs depths
Ilia Mirkin
2016-08-23
1
-2
/
+2
*
st/va: enable dual instances encode by sync surface
Boyuan Zhang
2016-08-19
3
-3
/
+46
*
st/vdpau: change the order in which filters are applied(v3)
Nayan Deshmukh
2016-08-16
1
-10
/
+18
*
st/omx/dec/h264: pass default scaling lists in raster format
Indrajit Das
2016-08-11
1
-20
/
+20
*
st/nine: Fix invalid attempt to use indirect draws.
Trevor Davenport
2016-08-10
1
-0
/
+1
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
8
-14
/
+14
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
3
-5
/
+5
*
clover: make GCC 4.8 happy
Dieter Nützel
2016-07-27
1
-1
/
+1
*
st/va: enable h264 VAAPI encode
Boyuan Zhang
2016-07-25
1
-5
/
+1
*
st/va: add function to handle misc param type frame rate
Boyuan Zhang
2016-07-25
1
-5
/
+19
*
st/va: add enviromental variable to disable interlace
Boyuan Zhang
2016-07-25
1
-0
/
+4
*
st/va: add preset values for VAAPI encode
Boyuan Zhang
2016-07-25
1
-0
/
+27
*
st/va: add functions for VAAPI encode
Boyuan Zhang
2016-07-25
3
-2
/
+178
*
st/va: get rate control method from configattrib v2
Boyuan Zhang
2016-07-25
3
-0
/
+15
*
st/va: add conversion for yv12 to nv12in putimage v2
Boyuan Zhang
2016-07-25
1
-7
/
+27
*
st/va: add encode entrypoint v2
Boyuan Zhang
2016-07-25
4
-39
/
+150
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
10
-45
/
+48
*
clover: Re-order includes in invocation.cpp to fix build
Tom Stellard
2016-07-20
1
-7
/
+17
*
clover: Add missing include v2
Tom Stellard
2016-07-20
1
-0
/
+1
*
st/omx/enc: check uninitialized list from task release
Leo Liu
2016-07-15
1
-2
/
+2
*
st/omx: assign previous values to new structure
Boyuan Zhang
2016-07-14
1
-0
/
+10
*
st/omx/dec: convert decoder video buffer to progressive
Leo Liu
2016-07-12
2
-3
/
+68
*
clover/api: Implement clLinkProgram per-device binary presence validation rule.
Francisco Jerez
2016-07-11
1
-2
/
+31
*
clover: Add clLinkProgram (CL 1.2).
Serge Martin
2016-07-11
1
-4
/
+27
*
clover: Trivial cleanups for api/program.cpp.
Francisco Jerez
2016-07-11
1
-9
/
+8
*
clover/core: Remove compiler.hpp.
Francisco Jerez
2016-07-11
4
-37
/
+3
*
clover/llvm: Get rid of compile_program_llvm().
Francisco Jerez
2016-07-11
2
-18
/
+0
*
clover: Provide separate program methods for compilation and linking.
Francisco Jerez
2016-07-11
3
-12
/
+42
*
clover: Unify program::build_* into a single method returning a struct.
Francisco Jerez
2016-07-11
4
-50
/
+39
*
clover: Change program::build opts argument to std::string.
Serge Martin
2016-07-11
2
-3
/
+3
*
clover: Define error subclass to signal build option parse failure.
Francisco Jerez
2016-07-11
3
-3
/
+11
*
clover: Move back to using build_error to signal compilation failure.
Francisco Jerez
2016-07-11
5
-17
/
+17
*
clover: Override ret_object.
Serge Martin
2016-07-11
1
-0
/
+11
*
clover/tgsi: Add stub link_program() function.
Francisco Jerez
2016-07-11
2
-0
/
+9
*
clover/tgsi: Move compiler entry point declaration into tgsi directory and na...
Francisco Jerez
2016-07-11
5
-7
/
+42
*
clover/llvm: Implement the -create-library linker option.
Francisco Jerez
2016-07-11
2
-24
/
+44
*
clover/llvm: Implement linkage of multiple clover modules.
Francisco Jerez
2016-07-11
2
-3
/
+35
*
clover/llvm: Split compilation and linking.
Francisco Jerez
2016-07-11
3
-15
/
+91
*
clover/llvm: Implement library bitcode codegen.
Francisco Jerez
2016-07-11
2
-1
/
+31
*
clover/llvm: Trivial assorted cleanups for invocation.cpp.
Francisco Jerez
2016-07-11
1
-50
/
+7
*
clover/llvm: Split native codegen into separate file.
Francisco Jerez
2016-07-11
4
-119
/
+175
*
clover/llvm: Split bitcode codegen into separate file.
Francisco Jerez
2016-07-11
4
-35
/
+84
*
clover/llvm: Split shared codegen support code into separate file.
Francisco Jerez
2016-07-11
4
-157
/
+261
*
clover/llvm: Define function for bitcode print-out.
Francisco Jerez
2016-07-11
1
-7
/
+10
[next]