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
/
r600
/
r600_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r600g/llvm: uses function attribute to pass shader type
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-1
/
+1
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
r600g: remove r600.h, move the stuff elsewhere (mostly to r600_pipe.h)
Marek Olšák
2013-03-11
1
-1
/
+0
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
1
-0
/
+1
*
r600g/llvm: Update CONSTANT_BUFFER address space definition
Christian König
2013-03-07
1
-1
/
+1
*
r600g/llvm: Support for TBO
Vincent Lejeune
2013-02-18
1
-0
/
+28
*
r600g/llvm: Fix alpha_to_one piglit tests
Vincent Lejeune
2013-02-18
1
-0
/
+2
*
r600g/llvm: Add support for UBO
Vincent Lejeune
2013-02-18
1
-1
/
+5
*
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
2013-02-01
1
-1
/
+1
[next]