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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/dump: print _PRECISE modifier on Instructions
Karol Herbst
2017-07-21
1
-0
/
+4
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
2
-1
/
+3
*
i965: Set lower_vote_trivial in vector_nir_options_gen6 too.
Kenneth Graunke
2017-07-21
1
-0
/
+1
*
radv: reset non-syncobj semaphore context after wait.
Dave Airlie
2017-07-22
1
-0
/
+2
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
7
-3
/
+123
*
radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.py
Dylan Baker
2017-07-21
2
-275
/
+287
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
14
-1646
/
+96
*
i965/miptree: Switch remaining surfaces to isl
Topi Pohjolainen
2017-07-22
2
-93
/
+41
*
i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()
Topi Pohjolainen
2017-07-22
3
-11
/
+8
*
i965/miptree: Relax size alignment for linear surfaces
Topi Pohjolainen
2017-07-22
1
-1
/
+6
*
i965/miptree: Store compression flag also for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+1
*
i965/miptree: Check tex image allocation failures
Topi Pohjolainen
2017-07-22
1
-0
/
+2
*
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
2017-07-22
1
-19
/
+23
*
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
2017-07-22
1
-2
/
+3
*
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
2017-07-22
1
-4
/
+7
*
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl: Align non-tiled horizontally by cache line
Topi Pohjolainen
2017-07-22
1
-1
/
+15
*
i965/miptree/gen4: Prepare x-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-6
/
+20
*
i965/miptree: Prepare non-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+36
*
i965/miptree: Prepare has_color_unresolved() for isl based
Topi Pohjolainen
2017-07-22
1
-1
/
+5
*
gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attr
Roland Scheidegger
2017-07-21
1
-3
/
+7
*
radv: Generate storage image descriptors unconditionally
Alex Smith
2017-07-22
1
-4
/
+1
*
swr/rast: quit using linux-specific gettid()
Tim Rowley
2017-07-21
2
-4
/
+3
*
radv: initial support for shared semaphores (v2)
Dave Airlie
2017-07-21
6
-71
/
+359
*
radv/winsys: add syncobj hooks
Dave Airlie
2017-07-21
2
-0
/
+44
*
ac/gpu: add code to detect if kernel supports sync objects.
Dave Airlie
2017-07-21
2
-0
/
+10
*
swr/rast: fix memory paths for avx512 optimized avx/sse
Tim Rowley
2017-07-21
2
-10
/
+10
*
swr/rast: cache line align hottile buffers
Tim Rowley
2017-07-21
1
-3
/
+3
*
swr/rast: simdlib changes for clang/gcc
Tim Rowley
2017-07-21
2
-10
/
+35
*
etnaviv: Avoid duplicates in formats table
Wladimir J. van der Laan
2017-07-21
1
-5
/
+1
*
etnaviv: Add support for ETC2 texture compression
Wladimir J. van der Laan
2017-07-21
2
-1
/
+22
*
gallium/util: Implement util_format_is_etc
Wladimir J. van der Laan
2017-07-21
1
-0
/
+13
*
Android: fix spirv_info.c generation
Chih-Wei Huang
2017-07-21
1
-5
/
+2
*
android: fix libmesa_nir build
Tapani Pälli
2017-07-21
1
-0
/
+1
*
nir: Optimize find_lsb/imsb/umsb error checks
Matt Turner
2017-07-20
1
-0
/
+11
*
i965/fs: Match destination type to size for ballot
Matt Turner
2017-07-20
2
-2
/
+6
*
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
2017-07-20
3
-0
/
+21
*
i965: Enable ARB_shader_ballot on Gen8+
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
2017-07-20
3
-0
/
+48
*
i965/fs: Do not move MOVs writing the flag outside of control flow
Matt Turner
2017-07-20
1
-2
/
+4
*
i965/fs: Handle explicit flag sources in flags_read()
Francisco Jerez
2017-07-20
1
-4
/
+5
*
nir: Add pass to scalarize read_invocation/read_first_invocation
Matt Turner
2017-07-20
3
-1
/
+114
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
7
-4
/
+84
*
nir: Add intrinsics from ARB_shader_ballot
Matt Turner
2017-07-20
2
-0
/
+58
*
i965: Enable ARB_shader_group_vote
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/fs: Implement ARB_shader_group_vote operations
Matt Turner
2017-07-20
1
-0
/
+50
*
i965/fs: Handle explicit flag destinations in flags_written()
Francisco Jerez
2017-07-20
1
-4
/
+19
*
i965/vec4: Lower ARB_shader_group_vote intrinsics
Matt Turner
2017-07-20
1
-0
/
+1
*
nir: Support lowering vote intrinsics
Matt Turner
2017-07-20
2
-2
/
+4
[next]