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
/
drivers
/
radeon
/
radeon_llvm_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: set shader calling conventions
Bas Nieuwenhuizen
2016-04-06
1
-1
/
+16
*
gallium/radeon: add a function for adding llvm function attributes
Marek Olšák
2016-02-09
1
-4
/
+9
*
gallium/radeon: dump LLVM module outside of radeon_llvm_compile
Marek Olšák
2016-01-03
1
-3
/
+2
*
gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5
Marek Olšák
2016-01-03
1
-3
/
+2
*
gallium/radeon: send LLVM diagnostics as debug messages
Nicolai Hähnle
2016-01-02
1
-15
/
+46
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
1
-2
/
+4
*
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
2015-12-18
1
-2
/
+3
*
radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2
Tom Stellard
2015-10-02
1
-0
/
+2
*
gallium/radeon: Use call_once() when initailizing LLVM targets
Tom Stellard
2015-10-02
1
-13
/
+12
*
gallium/radeon: drop support for LLVM 3.4
Marek Olšák
2015-09-10
1
-6
/
+0
*
Revert "gallium/radeon: re-enable unsafe math for graphics shaders"
Marek Olšák
2015-08-01
1
-4
/
+0
*
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
2015-07-31
1
-5
/
+4
*
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
2015-07-31
1
-1
/
+1
*
gallium/radeon: re-enable unsafe math for graphics shaders
Marek Olšák
2015-07-31
1
-0
/
+4
*
radeonsi: add shader code generation for tessellation
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU
Tom Stellard
2015-06-12
1
-0
/
+8
*
Revert "radeon/llvm: enable unsafe math for graphics shaders"
Michel Dänzer
2015-02-18
1
-4
/
+0
*
radeonsi: Re-enable LLVM IR dumps
Tom Stellard
2015-01-20
1
-1
/
+3
*
radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6
Tom Stellard
2015-01-06
1
-11
/
+10
*
radeonsi: Cache LLVMTargetMachine object in si_screen
Tom Stellard
2015-01-06
1
-23
/
+24
*
r600g,radeonsi: convert TGSI shader type to LLVM shader type
Marek Olšák
2014-10-21
1
-1
/
+30
*
radeon/llvm: fix formatting
Grigori Goronzy
2014-07-23
1
-10
/
+14
*
radeon/llvm: enable unsafe math for graphics shaders
Grigori Goronzy
2014-07-23
1
-0
/
+5
*
radeon/llvm: Fix LLVM diagnostic error reporting
Tom Stellard
2014-07-15
1
-7
/
+4
*
gallium/radeon: Only print a message for LLVM diagnostic errors
Tom Stellard
2014-07-02
1
-2
/
+4
*
radeonsi: Added Diag Handler to receive LLVM Error messages
Darren Powell
2014-04-17
1
-6
/
+44
*
radeon/llvm: Factor elf parsing code out into its own function
Tom Stellard
2014-03-07
1
-51
/
+2
*
radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2
Tom Stellard
2014-03-07
1
-1
/
+2
*
radeon/llvm: Free elf_buffer after use
Aaron Watry
2013-11-15
1
-0
/
+1
*
radeon/llvm: Free libelf resources
Aaron Watry
2013-11-15
1
-0
/
+3
*
radeon/llvm: show LLVM disassembly when available
Jay Cornwall
2013-10-12
1
-0
/
+7
*
radeon/llvm: Add missing "%s" format string to fprintf.
Jon Severinsson
2013-08-13
1
-1
/
+1
*
radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2
Tom Stellard
2013-05-06
1
-0
/
+172