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_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: fix tgsi_op2_s with trans-only instructions
Vadim Girlin
2013-10-13
1
-5
/
+31
*
r600g: texture offsets for non-TXF instructions
Grigori Goronzy
2013-10-04
1
-10
/
+10
*
r600/llvm: Adds support for MSAA
Vincent Lejeune
2013-10-02
1
-0
/
+2
*
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
2013-10-02
1
-0
/
+1
*
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
2013-09-29
1
-1
/
+1
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
1
-29
/
+2
*
r600g: move some debug options to drivers/radeon
Marek Olšák
2013-09-29
1
-7
/
+7
*
r600g: move streamout state to drivers/radeon
Marek Olšák
2013-08-31
1
-8
/
+8
*
r600g: enable SB backend by default
Vadim Girlin
2013-08-30
1
-1
/
+1
*
r600g: fix color exports when we have no CBs
Vadim Girlin
2013-08-30
1
-3
/
+4
*
r600g: Implement the new float comparison instructions for Cayman as well.
Henri Verbeet
2013-08-25
1
-4
/
+4
*
r600/radeonsi: implement new float comparison instructions
Roland Scheidegger
2013-08-15
1
-10
/
+8
*
r600g: honour semantic index in fragment color exports
Christoph Bumiller
2013-08-02
1
-5
/
+5
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-7
/
+7
*
r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
2013-06-28
1
-32
/
+0
*
gallium: replace bswap_32 calls with util_bswap32
Jonathan Gray
2013-06-17
1
-2
/
+2
*
r600g/llvm: Fix cubearray textureSize
Vincent Lejeune
2013-05-20
1
-0
/
+1
*
r600g: fixup for MSAA texture support checking
Niels Ole Salscheider
2013-05-16
1
-1
/
+1
*
r600g: cleanup MSAA texture support checking
Marek Olšák
2013-05-15
1
-2
/
+3
*
r600g: increase array size for shader inputs and outputs
Marek Olšák
2013-05-10
1
-0
/
+2
*
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
2013-05-06
1
-388
/
+13
*
r600g/llvm: Don't emit CALL_FS for vertex shaders
Tom Stellard
2013-05-06
1
-7
/
+9
*
r600g/sb: use hex instead of binary constants
Vadim Girlin
2013-05-03
1
-3
/
+3
*
r600g: use old shader disassembler by default
Vadim Girlin
2013-05-03
1
-13
/
+9
*
r600g: plug in optimizing backend
Vadim Girlin
2013-04-30
1
-2
/
+77
*
r600g: mask unused source components for SAMPLE
Vadim Girlin
2013-04-30
1
-0
/
+20
*
r600g/llvm: Fix opencl build
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
1
-1
/
+5
*
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
2013-04-24
1
-2
/
+2
*
r600/llvm: Read stacksize from config header
Vincent Lejeune
2013-04-23
1
-2
/
+1
*
/bin/bash: q : commande introuvable
Vincent Lejeune
2013-04-23
1
-1
/
+1
*
r600g: Fix build with --enable-opencl
Tom Stellard
2013-04-18
1
-1
/
+2
*
r600g/llvm: Use gprcount from llvm
Vincent Lejeune
2013-04-17
1
-1
/
+1
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-8
/
+15
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-3
/
+6
*
r600g: Workaround for a harware bug with nested loops on Cayman
Martin Andersson
2013-04-16
1
-3
/
+15
*
r600g: fix two issues in compressed msaa reading code
Dave Airlie
2013-04-11
1
-2
/
+2
*
r600g: Fix UMAD on Cayman
Martin Andersson
2013-04-09
1
-13
/
+32
*
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
2013-04-04
1
-0
/
+3
*
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
2013-04-03
1
-7
/
+2
*
r600g: don't reserve more stack space than required v5
Vadim Girlin
2013-04-02
1
-44
/
+87
*
r600g: fix range handling for tgsi input declarations v2
Vadim Girlin
2013-04-02
1
-3
/
+7
*
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
2013-04-01
1
-0
/
+14
*
r600g/llvm: use native encode for tex
Vincent Lejeune
2013-03-31
1
-23
/
+27
*
r600g/llvm: Fix build
Tom Stellard
2013-03-11
1
-1
/
+1
*
r600g: atomize vertex shader
Marek Olšák
2013-03-11
1
-0
/
+1
*
r600g: inline r600_pipe_shader function
Marek Olšák
2013-03-11
1
-48
/
+41
*
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
2013-03-11
1
-25
/
+37
*
r600g/llvm: Fix alpha_to_one piglit tests
Vincent Lejeune
2013-02-18
1
-0
/
+1
[next]