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_setup_tgsi_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
Tom Stellard
2014-07-02
1
-1
/
+1
*
radeon/llvm: Adapt to AMDGPU.rsq intrinsic change in LLVM 3.5
Michel Dänzer
2014-06-19
1
-0
/
+4
*
radeon/llvm: add support for non-scalar system values
Marek Olšák
2014-05-10
1
-0
/
+6
*
gallium/radeon: fix warnings
Marek Olšák
2014-02-06
1
-2
/
+4
*
radeonsi: Initial geometry shader support
Michel Dänzer
2014-01-29
1
-0
/
+1
*
r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Vincent Lejeune
2013-12-07
1
-4
/
+39
*
radeon/llvm: fix spelling error
Aaron Watry
2013-11-15
1
-1
/
+1
*
radeon/llvm: fix TGSI_OPCODE_UCMP
Marek Olšák
2013-09-29
1
-3
/
+7
*
radeon/llvm: fix shadow cube texturing for GL3.0
Marek Olšák
2013-09-25
1
-23
/
+15
*
r600/radeonsi: implement new float comparison instructions
Roland Scheidegger
2013-08-15
1
-9
/
+40
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-4
/
+4
*
radeon: Initialize variables in radeon_llvm_context_init.
Vinson Lee
2013-05-22
1
-0
/
+2
*
r600g/llvm: fix cubemap lod/bias
Vincent Lejeune
2013-05-20
1
-0
/
+3
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-7
/
+34
*
radeon/llvm: move system value fetching to common code
Christian König
2013-04-02
1
-0
/
+12
*
radeon/llvm: rework input fetch and output store
Christian König
2013-03-19
1
-109
/
+132
*
radeon/llvm: enable LICM and DCE pass v2
Christian König
2013-03-07
1
-0
/
+2
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
1
-10
/
+15
*
radeon/llvm: fix trivial warnings
Christian König
2013-03-06
1
-4
/
+3
*
radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coords
Michel Dänzer
2013-02-22
1
-1
/
+0
*
r600g/llvm: Add support for UBO
Vincent Lejeune
2013-02-18
1
-0
/
+17
*
radeonsi: Adapt to sample intrinsics changes.
Michel Dänzer
2013-02-04
1
-26
/
+24
*
radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().
Michel Dänzer
2013-01-22
1
-1
/
+11
*
r600g/llvm:translate ARL opcode to a simple cast
Vincent Lejeune
2013-01-18
1
-2
/
+12
*
r600g/llvm: rework handling of the constants
Vadim Girlin
2013-01-18
1
-0
/
+4
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
1
-19
/
+67
*
radeon/llvm: fix TXQ_LZ handling for cube maps
Vadim Girlin
2012-12-18
1
-2
/
+4
*
radeon/llvm: Export prepare_cube_coords helper to driver.
Michel Dänzer
2012-12-06
1
-8
/
+10
*
r600g: use default action for min/max opcode in tgsi to llvm
Vincent Lejeune
2012-12-05
1
-4
/
+0
*
r600g: use default action for fdiv/rcp opcode
Vincent Lejeune
2012-12-05
1
-6
/
+1
*
r600g: Use default mul/mad function for tgsi-to-llvm
Vincent Lejeune
2012-12-05
1
-8
/
+4
*
radeon/llvm: Sort tgsi opcode action initialization
Tom Stellard
2012-10-19
1
-59
/
+50
*
radeon/llvm: Fix lowering TGSI_OPCODE_SSG
Tom Stellard
2012-10-19
1
-1
/
+1
*
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Vincent Lejeune
2012-10-10
1
-2
/
+2
*
radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floor
Vincent Lejeune
2012-10-10
1
-2
/
+2
*
radeon/llvm: use llvm fabs intrinsic
Vincent Lejeune
2012-10-10
1
-3
/
+3
*
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
2012-10-10
1
-2
/
+2
*
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
2012-10-10
1
-4
/
+4
*
radeon/llvm: Replace AMDGPU pow intrinsic with the llvm version
Tom Stellard
2012-09-21
1
-6
/
+22
*
radeon/llvm: add support to fetch temps as vectors
Christian König
2012-08-15
1
-1
/
+11
*
radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles
Tom Stellard
2012-07-12
1
-8
/
+13
*
radeon/llvm: Handle selectcc DAG node
Tom Stellard
2012-05-20
1
-27
/
+37
*
radeon/llvm: add support for texture offsets, fix TEX_LD
Vadim Girlin
2012-05-15
1
-1
/
+36
*
radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_G
Vadim Girlin
2012-05-15
1
-1
/
+20
*
radeon/llvm: use IntrNoMem property for intrinsics where possible
Vadim Girlin
2012-05-15
1
-46
/
+93
*
radeon/llvm: use correct intrinsic for CEIL
Vadim Girlin
2012-05-15
1
-1
/
+1
*
radeon/llvm: add suport for cube textures
Vadim Girlin
2012-05-08
1
-1
/
+91
*
radeon/llvm: add support for some ALU instructions
Vadim Girlin
2012-05-08
1
-1
/
+236
*
radeon/llvm: add support for AHSR/LSHR/LSHL instructions
Vadim Girlin
2012-05-08
1
-0
/
+32
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
1
-4
/
+10
[next]