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
*
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
*
r600g: improve inputs/interpolation handling with llvm backend
Vadim Girlin
2013-01-28
1
-127
/
+68
*
r600g/llvm: Add dummy export for vs output
Vincent Lejeune
2013-01-28
1
-2
/
+20
*
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Vincent Lejeune
2013-01-19
1
-1
/
+2
*
r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output
Vincent Lejeune
2013-01-18
1
-56
/
+141
*
r600g/llvm: tgsi to llvm emits stream output intrinsics.
Vincent Lejeune
2013-01-18
1
-0
/
+32
*
r600g/llvm: rework handling of the constants
Vadim Girlin
2013-01-18
1
-6
/
+17
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
1
-0
/
+3
*
r600g: separate resource_id and sampler_id tex info in tgsi-to-llvm
Vincent Lejeune
2012-11-29
1
-0
/
+3
*
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
Vincent Lejeune
2012-11-02
1
-8
/
+63
*
r600g: tgsi-to-llvm emits right input intrinsics
Vincent Lejeune
2012-10-30
1
-13
/
+49
*
r600g: rewrite tgsi-to-llvm load-input to handle fragcoord
Vincent Lejeune
2012-10-24
1
-41
/
+83
*
r600g: use a select to handle front/back color in llvm
Vincent Lejeune
2012-10-09
1
-0
/
+36
*
radeon/llvm: improve select_cc lowering to generate CND* more often
Vincent Lejeune
2012-09-27
1
-0
/
+15
*
r600g/llvm: rs780/rs880 are r600 asics
Alex Deucher
2012-09-20
1
-2
/
+2
*
r600g: Add missing break to case statement
Tom Stellard
2012-09-19
1
-0
/
+1
[next]