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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/lower-tex: make options a local var
Rob Clark
2016-04-19
1
-8
/
+8
*
freedreno: cleanup fd_set_sampler_views
Rob Clark
2016-04-19
1
-37
/
+24
*
tgsi/lowering: improved lowering for LRP
Russell King
2016-04-19
1
-35
/
+20
*
tgsi/lowering: improved lowering for XPD
Russell King
2016-04-19
1
-22
/
+13
*
tgsi/lowering: add support for lowering TRUNC
Russell King
2016-04-19
2
-0
/
+85
*
tgsi/lowering: add support for lowering FLR and CEIL
Russell King
2016-04-19
2
-20
/
+149
*
radeonsi: enable TGSI support cap for compute shaders
Bas Nieuwenhuizen
2016-04-19
4
-9
/
+33
*
radeonsi: Consider input SGPR count for compute shader SGPR count.
Bas Nieuwenhuizen
2016-04-19
2
-6
/
+13
*
radeonsi: Add CE synchronization for compute dispatches.
Bas Nieuwenhuizen
2016-04-19
3
-2
/
+8
*
mesa/st: enable compute shaders if images are also supported
Bas Nieuwenhuizen
2016-04-19
1
-3
/
+4
*
radeonsi: clean up compute flush
Bas Nieuwenhuizen
2016-04-19
2
-18
/
+8
*
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
2016-04-19
5
-22
/
+17
*
radeonsi: split setting graphics and compute descriptors
Bas Nieuwenhuizen
2016-04-19
4
-14
/
+59
*
radeonsi: split texture decompression for compute shaders
Bas Nieuwenhuizen
2016-04-19
4
-4
/
+16
*
radeonsi: update predicate condition for compute dispatches
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+15
*
radeonsi: implement TGSI compute dispatch
Bas Nieuwenhuizen
2016-04-19
1
-27
/
+77
*
radeonsi: only emit compute shader state when switching shaders
Bas Nieuwenhuizen
2016-04-19
2
-59
/
+88
*
radeonsi: rework compute scratch buffer
Bas Nieuwenhuizen
2016-04-19
3
-93
/
+47
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
3
-32
/
+48
*
radeonsi: don't pass scratch buffer to user SGPRs
Bas Nieuwenhuizen
2016-04-19
1
-8
/
+0
*
radeonsi: split input upload off from si_launch_grid
Bas Nieuwenhuizen
2016-04-19
1
-41
/
+52
*
radeonsi: implement TGSI compute shader creation
Bas Nieuwenhuizen
2016-04-19
1
-18
/
+58
*
radeonsi: update shader count for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+2
*
radeonsi: set maximum work group size based on block size
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+12
*
radeonsi: implement shared atomics
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+76
*
radeonsi: implement shared memory load/store
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+82
*
radeonsi: add shared memory
Bas Nieuwenhuizen
2016-04-19
4
-0
/
+37
*
radeonsi: lower compute shader arguments
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+50
*
radeonsi: Use CE for all descriptors.
Bas Nieuwenhuizen
2016-04-19
1
-10
/
+64
*
gallium/util: Add u_bit_scan_consecutive_range64.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+14
*
radeonsi: Replace list_dirty with a mask.
Bas Nieuwenhuizen
2016-04-19
2
-17
/
+29
*
radeonsi: Add CE uploader.
Bas Nieuwenhuizen
2016-04-19
3
-0
/
+37
*
radeonsi: Allocate chunks of CE ram.
Bas Nieuwenhuizen
2016-04-19
2
-9
/
+27
*
radeonsi: Add CE synchronization.
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+27
*
radeonsi: Add CE packet definitions.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+6
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
5
-1
/
+54
*
winsys/amdgpu: Enlarge const IB size.
Bas Nieuwenhuizen
2016-04-19
1
-8
/
+20
*
winsys/amdgpu: Add support for const IB.
Marek Olšák
2016-04-19
3
-5
/
+124
*
winsys/amdgpu: split IB data into a new structure in preparation for CE
Marek Olšák
2016-04-19
4
-47
/
+48
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
5
-10
/
+11
*
llvmpipe: Call LLVMShutdown before exiting.
Jose Fonseca
2016-04-19
1
-0
/
+2
*
llvmpipe: Avoid LLVMGetGlobalContext in tests.
Jose Fonseca
2016-04-19
5
-6
/
+24
*
llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.
Jose Fonseca
2016-04-19
1
-4
/
+34
*
llvmpipe: Test more vector lengths.
Jose Fonseca
2016-04-19
1
-13
/
+30
*
gallivm: Avoid llvm::sys::getProcessTriple().
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-19
4
-12
/
+15
*
gallivm: Fix MCJIT with LLVM 3.3.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Make MCJIT a runtime option.
Jose Fonseca
2016-04-19
1
-75
/
+72
*
scons: Show the unit test full path.
Jose Fonseca
2016-04-19
1
-1
/
+1
*
gallivm: Use LLVMSetTarget.
Jose Fonseca
2016-04-19
1
-3
/
+9
[next]