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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover/llvm: Define function for bitcode print-out.
Francisco Jerez
2016-07-11
1
-7
/
+10
*
clover/llvm: Split native codegen and assembly print-out into separate functi...
Francisco Jerez
2016-07-11
1
-18
/
+20
*
clover/llvm: Clean up bitcode codegen.
Francisco Jerez
2016-07-11
1
-16
/
+20
*
clover/llvm: Use metadata introspection utils for kernel enumeration.
Francisco Jerez
2016-07-11
1
-31
/
+3
*
clover/llvm: Use metadata introspection utils for kernel argument set-up.
Francisco Jerez
2016-07-11
1
-92
/
+5
*
clover/llvm: Add simplified utility functions for metadata introspection.
Francisco Jerez
2016-07-11
2
-0
/
+133
*
clover/llvm: Clean up codestyle of get_kernel_args().
Francisco Jerez
2016-07-11
1
-120
/
+103
*
clover/llvm: Fold compile_native() call into build_module_native().
Francisco Jerez
2016-07-11
1
-6
/
+4
*
clover/llvm: Factor out duplicated construction of clover::module.
Francisco Jerez
2016-07-11
1
-47
/
+41
*
clover/llvm: Clean up compile_native().
Francisco Jerez
2016-07-11
3
-63
/
+74
*
clover/llvm: Clean up ELF parsing.
Francisco Jerez
2016-07-11
1
-55
/
+52
*
clover/llvm: Move a bunch of utility functions into separate file.
Francisco Jerez
2016-07-11
3
-61
/
+101
*
clover/llvm: Tidy debug handling.
Francisco Jerez
2016-07-11
1
-40
/
+41
*
clover/llvm: Use helper function to abort compilation with error message.
Francisco Jerez
2016-07-11
1
-27
/
+29
*
clover/llvm: Simplify diagnostic_handler().
Francisco Jerez
2016-07-11
1
-9
/
+5
*
clover/llvm: Trivial codestyle clean-up for optimize().
Francisco Jerez
2016-07-11
1
-13
/
+13
*
clover/llvm: Clean up compilation into LLVM IR.
Francisco Jerez
2016-07-11
1
-30
/
+22
*
clover/llvm: Factor out LLVM context init.
Francisco Jerez
2016-07-11
1
-40
/
+43
*
clover/llvm: Declare compiler instance at top level and pass down as argument.
Francisco Jerez
2016-07-11
1
-27
/
+15
*
clover/llvm: Refactor compiler instance initialization.
Francisco Jerez
2016-07-11
1
-52
/
+47
*
clover/llvm: Factor out compiler option tokenization.
Francisco Jerez
2016-07-11
1
-12
/
+13
*
clover/llvm: Factor out target string parsing.
Francisco Jerez
2016-07-11
1
-21
/
+24
*
clover/llvm: Collect #ifdef mess into a separate file.
Francisco Jerez
2016-07-11
3
-75
/
+157
*
clover/llvm: Drop dead code.
Francisco Jerez
2016-07-11
1
-40
/
+0
*
clover/llvm: Drop support for LLVM < 3.6.
Francisco Jerez
2016-07-11
1
-36
/
+4
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
5
-5
/
+16
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
7
-17
/
+17
*
nvc0: fix the driver cb size when draw parameters are used
Samuel Pitoiset
2016-07-11
1
-2
/
+2
*
nvc0/ir: fix images indirect access on Fermi
Samuel Pitoiset
2016-07-11
1
-0
/
+7
*
gallivm: set LLVMNoUnwindAttribute on all intrinsics
Marek Olšák
2016-07-11
1
-2
/
+4
*
gallium/u_queue: assert that users must wait on fences before destroying them
Nicolai Hähnle
2016-07-11
1
-0
/
+1
*
gallium/u_queue: guard fence->signalled checks with fence->mutex
Nicolai Hähnle
2016-07-11
1
-3
/
+0
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
radeon/uvd: simplify sending context buffer message
Christian König
2016-07-08
1
-4
/
+1
*
radeon/uvd: fix contex buffer destruction in the error path
Christian König
2016-07-08
1
-6
/
+2
*
radeon/uvd: move polaris fw check into radeon_video.c v2
Christian König
2016-07-08
2
-11
/
+13
*
radeon/video: fix coding style in radeon_video.c v2
Christian König
2016-07-08
1
-15
/
+15
*
svga: simplify/fix 1D/2D array resource copies
Brian Paul
2016-07-08
1
-26
/
+12
*
svga: remove unused variable
Brian Paul
2016-07-08
1
-1
/
+0
*
svga: add dumping for more device commands
Brian Paul
2016-07-08
1
-155
/
+724
*
svga: silence a couple unused variable warnings
Brian Paul
2016-07-08
2
-1
/
+3
*
svga: rebind using render target surfaces in hw draw state
Charmaine Lee
2016-07-08
1
-6
/
+6
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
4
-9
/
+63
*
svga: fix use of provoking vertex control
Brian Paul
2016-07-08
1
-1
/
+4
*
vl: add half pixel to v_tex before adding offsets
Nayan Deshmukh
2016-07-08
1
-0
/
+2
*
nvc0/ir: remove unused resource info loading helpers
Samuel Pitoiset
2016-07-08
2
-28
/
+0
*
nvc0/ir: refactor the surfaces info loading logic
Samuel Pitoiset
2016-07-08
2
-82
/
+44
*
nvc0/ir: move the shift left op inside loadTexHandle()
Samuel Pitoiset
2016-07-08
1
-8
/
+6
*
radeonsi: disable multi-threading when shader dumps are enabled
Nicolai Hähnle
2016-07-08
1
-0
/
+1
*
radeonsi: use multi-threaded compilation in debug contexts
Nicolai Hähnle
2016-07-08
1
-4
/
+4
[next]