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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr/rast: SIMD16 FE - interleaved simdvertex output in GS
Tim Rowley
2017-05-30
2
-20
/
+31
*
swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsics
Tim Rowley
2017-05-30
1
-4
/
+4
*
swr/rast: SIMD16 FE - primitive assembly simplification
Tim Rowley
2017-05-30
2
-50
/
+32
*
swr/rast: silence write of cfg graph
Tim Rowley
2017-05-30
1
-3
/
+3
*
swr/rast: add CreateDirectoryPath to recursively create directories
Tim Rowley
2017-05-30
3
-8
/
+53
*
swr/rast: add support for DX1_RGB{_SRGB} formats
Tim Rowley
2017-05-30
3
-37
/
+93
*
swr/rast: clean up whitespace
Tim Rowley
2017-05-30
1
-1
/
+0
*
swr/rast: adjust BinPostSetupPoints* function signature
Tim Rowley
2017-05-30
1
-3
/
+3
*
swr/rast: remove extra pixel center adjustment in BinPostSetupPoints
Tim Rowley
2017-05-30
1
-5
/
+0
*
nvc0: support for GP10B
Alexandre Courbot
2017-05-30
1
-0
/
+1
*
etnaviv: Don't try to use the index buffer if size is zero
Tomeu Vizoso
2017-05-30
1
-11
/
+13
*
radeonsi: use ac_build_buffer_load for shader buffer loads
Marek Olšák
2017-05-29
1
-22
/
+21
*
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
2017-05-29
1
-13
/
+10
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
2
-14
/
+14
*
radeonsi: fix a crash in si_destroy_context if we fail early
Marek Olšák
2017-05-29
1
-1
/
+2
*
freedreno: fix fence creation fail if no rendering
Rob Clark
2017-05-28
1
-13
/
+1
*
radeonsi: drop useless memcmp() check in si_set_blend_color()
Samuel Pitoiset
2017-05-27
1
-3
/
+0
*
llvmpipe: add LP_NEW_GS flag for updating vertex info
Roland Scheidegger
2017-05-27
1
-0
/
+1
*
svga: document some incorrect VGPU10 shader translation issues
Brian Paul
2017-05-26
1
-0
/
+9
*
nouveau: drop Android 4.4 and earlier support
Rob Herring
2017-05-25
2
-33
/
+3
*
radeonsi: enable vcn decode
Leo Liu
2017-05-25
1
-1
/
+4
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
3
-4
/
+4
*
radeon/vcn: add decode message for mpeg4 codec
Leo Liu
2017-05-25
1
-0
/
+51
*
radeon/vcn: add decode message for mpeg2 codec
Leo Liu
2017-05-25
1
-0
/
+66
*
radeon/vcn: add decode message for vc1 codec
Leo Liu
2017-05-25
1
-0
/
+72
*
radeon/vcn: add decode message for hevc codec
Leo Liu
2017-05-25
1
-0
/
+225
*
radeon/vcn: add decode message decode for avc codec
Leo Liu
2017-05-25
1
-4
/
+193
*
radeon/vcn: add decode message feedback
Leo Liu
2017-05-25
1
-1
/
+5
*
radeon/vcn: add decode message destroy
Leo Liu
2017-05-25
1
-1
/
+10
*
radeon/vcn: add decode message create
Leo Liu
2017-05-25
1
-1
/
+21
*
radeon/vcn: add common decode part
Leo Liu
2017-05-25
3
-0
/
+675
*
radeon/winsys: add vcn dec ring type
Leo Liu
2017-05-25
1
-0
/
+1
*
radeon/winsys: add uvd enc ring type
Leo Liu
2017-05-25
1
-0
/
+1
*
radeon/vcn: add vcn decode interface
Leo Liu
2017-05-25
2
-0
/
+502
*
svga: init svga_screen::swc_mutex with mtx_recursive
Brian Paul
2017-05-24
2
-1
/
+4
*
svga: move logging initialization code into new function
Brian Paul
2017-05-24
2
-24
/
+31
*
svga: init local vars to silence uninitialized use warnings
Brian Paul
2017-05-24
1
-3
/
+3
*
svga: log the process command line to the vmware.log file
Brian Paul
2017-05-24
1
-0
/
+16
*
svga: Limit svga message capability to newer compilers
Sinclair Yeh
2017-05-24
1
-4
/
+14
*
svga: Fix MSVC build.
Brian Paul
2017-05-24
1
-2
/
+32
*
svga: Add the ability to log messages to vmware.log on the host.
Sinclair Yeh
2017-05-24
5
-0
/
+471
*
gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUD
Marek Olšák
2017-05-23
3
-2
/
+8
*
freedreno/ir3: switch to NIR by default
Rob Clark
2017-05-23
2
-16
/
+2
*
freedreno/ir3: lower arrays to regs
Rob Clark
2017-05-23
2
-150
/
+185
*
freedreno/ir3: add put_dst()
Rob Clark
2017-05-23
1
-0
/
+24
*
freedreno/ir3: code-motion
Rob Clark
2017-05-23
1
-55
/
+55
*
freedreno/ir3: fix cmdline compiler
Rob Clark
2017-05-23
1
-2
/
+0
*
freedreno/ir3: add missing nir_opt_copy_prop_vars() pass
Rob Clark
2017-05-23
1
-0
/
+1
*
freedreno/ir3: need different compiler options for a5xx
Rob Clark
2017-05-23
4
-5
/
+28
*
freedreno/a5xx: remove copapasta from a4xx
Rob Clark
2017-05-23
1
-2
/
+1
[prev]
[next]