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
*
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
*
radeon/llvm: Emit ISA for ALU instructions in the R600 code emitter
Michal Sciubidlo
2012-09-19
1
-0
/
+1
*
radeon/llvm: fix compiling when llvm is active, but opencl isn't
Christian König
2012-07-17
1
-0
/
+4
*
radeon/llvm: fix sampler index in llvm_emit_tex
Vadim Girlin
2012-05-25
1
-2
/
+4
*
radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_G
Vadim Girlin
2012-05-15
1
-5
/
+12
*
radeon/llvm: use IntrNoMem property for intrinsics where possible
Vadim Girlin
2012-05-15
1
-10
/
+13
*
radeon/llvm: Remove the EXPORT_REG instruction
Tom Stellard
2012-05-08
1
-8
/
+2
*
radeon/llvm: Use a custom inserter to lower RESERVE_REG
Tom Stellard
2012-05-08
1
-6
/
+2
*
radeon/llvm: add suport for cube textures
Vadim Girlin
2012-05-08
1
-22
/
+0
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
1
-0
/
+4
*
radeon/llvm: add support for VertexID, InstanceID
Vadim Girlin
2012-05-08
1
-0
/
+34
*
radeon/llvm: use bitcasts for integers
Vadim Girlin
2012-05-08
1
-1
/
+3
*
r600g: Add TGSI->LLVM implementation v2
Tom Stellard
2012-04-23
1
-0
/
+301