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
/
drivers
/
r600
/
r600_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
1
-943
/
+0
*
gallium/radeon: add basic code for setting shader return values
Marek Olšák
2016-02-21
1
-1
/
+1
*
radeon/llvm: Set the target triple on the module
Tom Stellard
2016-02-17
1
-1
/
+1
*
gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_module
Nicolai Hähnle
2016-02-05
1
-0
/
+1
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
1
-5
/
+7
*
radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls
Edward O'Callaghan
2016-01-08
1
-1
/
+1
*
gallium/radeon: dump LLVM module outside of radeon_llvm_compile
Marek Olšák
2016-01-03
1
-1
/
+3
*
gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5
Marek Olšák
2016-01-03
1
-1
/
+1
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
1
-2
/
+3
*
r600/llvm: fix r600/llvm build
Dave Airlie
2015-11-30
1
-1
/
+1
*
r600: Fix llvm build since const buffer changes
Kai Wasserbäch
2015-09-13
1
-1
/
+1
*
r600/llvm: remove dead code for LLVM 3.3
Marek Olšák
2015-09-10
1
-106
/
+0
*
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
2015-07-31
1
-1
/
+1
*
gallium/radeon: move r600-specific code to r600g
Marek Olšák
2015-07-31
1
-2
/
+150
*
gallium/radeon: remove unused variables and old comments
Marek Olšák
2015-07-31
1
-1
/
+0
*
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
2015-07-31
1
-17
/
+17
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
1
-1
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
radeonsi: Cache LLVMTargetMachine object in si_screen
Tom Stellard
2015-01-06
1
-1
/
+1
*
r600, llvm: Don't leak global symbol offsets
Jan Vesely
2014-12-02
1
-0
/
+1
*
r600, llvm: Fix mem leak
Jan Vesely
2014-12-02
1
-0
/
+1
*
r600g: make llvm code compile this time
Dave Airlie
2014-11-27
1
-1
/
+1
*
r600g: fix fallout from last patch
Dave Airlie
2014-11-27
1
-2
/
+1
*
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
1
-24
/
+47
*
gallium/radeon: cleanup header inclusion
Emil Velikov
2014-08-28
1
-2
/
+2
*
r600g: remove unused base_vector_chan variable
Ilia Mirkin
2014-07-09
1
-1
/
+0
*
radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2
Tom Stellard
2014-03-07
1
-2
/
+2
*
r600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/
Michel Dänzer
2014-01-28
1
-1
/
+1
*
r600/llvm: Free binary.code/binary.config in r600_llvm_compile
Aaron Watry
2013-11-15
1
-0
/
+3
*
r600/llvm: initialize radeon_llvm_binary
Aaron Watry
2013-11-15
1
-0
/
+1
*
r600/llvm: Store inputs in function arguments
Vincent Lejeune
2013-11-11
1
-0
/
+119
*
r600/llvm: Fix isampleBuffer on preEG
Vincent Lejeune
2013-11-06
1
-1
/
+14
*
r600/llvm: Fix texbuf for pre EG gen
Vincent Lejeune
2013-11-06
1
-0
/
+29
*
r600/llvm: Adds support for MSAA
Vincent Lejeune
2013-10-02
1
-1
/
+51
*
r600g/llvm: Undef z and w component of 2D TXP inst
Vincent Lejeune
2013-10-02
1
-1
/
+2
*
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
2013-10-02
1
-2
/
+7
*
r600g/compute: Accept LDS size from the LLVM backend
Tom Stellard
2013-06-28
1
-0
/
+3
*
r600g/llvm: Fix texelFetchOffset-2D
Vincent Lejeune
2013-05-20
1
-0
/
+6
*
r600g/llvm: Fix cubearray textureSize
Vincent Lejeune
2013-05-20
1
-0
/
+15
*
r600g/llvm: Factorize code loading from const buffer.
Vincent Lejeune
2013-05-20
1
-27
/
+24
*
r600g/llvm: Parse config values in register / value pairs
Tom Stellard
2013-05-06
1
-3
/
+30
*
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
2013-05-06
1
-4
/
+7
*
r600g/llvm: Undefines unrequired texture coord values
Vincent Lejeune
2013-05-04
1
-1
/
+28
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
1
-0
/
+2
*
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
2013-04-24
1
-4
/
+3
*
r600/llvm: Read stacksize from config header
Vincent Lejeune
2013-04-23
1
-0
/
+2
*
r600g/llvm: Use gprcount from llvm
Vincent Lejeune
2013-04-17
1
-0
/
+2
*
radeon/llvm: Use a struct for storing compiled code
Tom Stellard
2013-04-15
1
-2
/
+6
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
1
-63
/
+0
*
radeon/llvm: move system value fetching to common code
Christian König
2013-04-02
1
-12
/
+0
[next]