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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600/eg: add support for tracing IBs after a hang.
Dave Airlie
2017-06-01
11
-7
/
+785
*
radeonsi: remove unused si_pm4_state::compute_pkt
Samuel Pitoiset
2017-05-31
2
-4
/
+1
*
radeonsi: remove chip_class define from si_pm4.h
Samuel Pitoiset
2017-05-31
1
-1
/
+0
*
radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()
Samuel Pitoiset
2017-05-31
2
-8
/
+2
*
freedreno/a5xx: drop WFIs in emit_marker5()
Rob Clark
2017-05-30
1
-5
/
+0
*
freedreno/a5xx: timestamp / time-elapsed queries
Rob Clark
2017-05-30
2
-1
/
+97
*
freedreno/a5xx: rename query result struct
Rob Clark
2017-05-30
1
-23
/
+22
*
freedreno: update generated headers
Rob Clark
2017-05-30
6
-18
/
+624
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-2
/
+6
*
swr/rast: whitespace changes
Tim Rowley
2017-05-30
3
-8
/
+3
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-3
/
+4
*
swr/rast: allow early-z if shader uses depth value
Tim Rowley
2017-05-30
1
-1
/
+1
*
swr/rast: move wireframe/point triangle binning after culling
Tim Rowley
2017-05-30
1
-80
/
+76
*
swr/rast: remove unused functions
Tim Rowley
2017-05-30
1
-28
/
+0
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-60
/
+64
*
swr/rast: move binner utility functions to binner.h
Tim Rowley
2017-05-30
3
-193
/
+225
*
swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()
Tim Rowley
2017-05-30
3
-43
/
+65
*
swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
Tim Rowley
2017-05-30
2
-5
/
+6
*
swr/rast: make simd16 logicops avx512f safe
Tim Rowley
2017-05-30
1
-4
/
+10
*
swr/rast: SIMD16 FE - add SIMD16 types to jitter
Tim Rowley
2017-05-30
3
-10
/
+11
*
swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
Tim Rowley
2017-05-30
1
-0
/
+3
*
swr/rast: SIMD16 FE - simplify/refactor StreamOut
Tim Rowley
2017-05-30
1
-42
/
+0
*
swr/rast: SIMD16 FE - fix conservative rasterization
Tim Rowley
2017-05-30
1
-0
/
+32
*
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
*
glthread/gallium: require safe_glthread to start glthread
Gregory Hainaut
2017-05-29
1
-4
/
+17
*
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
*
osmesa: link with libunwind if enabled (v2)
Alexandre Demers
2017-05-26
1
-1
/
+2
*
nouveau: drop Android 4.4 and earlier support
Rob Herring
2017-05-25
2
-33
/
+3
*
gallium/os: use mmap64 for Android
Rob Herring
2017-05-25
1
-18
/
+3
*
st/wgl: whitespace, formatting fixes in stw_device.c
Brian Paul
2017-05-25
1
-12
/
+9
*
radeonsi: enable vcn decode
Leo Liu
2017-05-25
1
-1
/
+4
*
winsys/amdgpu: add vcn dec cs support
Leo Liu
2017-05-25
1
-1
/
+10
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
4
-6
/
+6
[next]