index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_shader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-13
r600g: fix tgsi_op2_s with trans-only instructions
Vadim Girlin
1
-5
/
+31
2013-10-04
r600g: texture offsets for non-TXF instructions
Grigori Goronzy
1
-10
/
+10
2013-10-02
r600/llvm: Adds support for MSAA
Vincent Lejeune
1
-0
/
+2
2013-10-02
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
1
-0
/
+1
2013-09-29
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
1
-1
/
+1
2013-09-29
radeonsi: move debug options to R600_DEBUG
Marek Olšák
1
-29
/
+2
2013-09-29
r600g: move some debug options to drivers/radeon
Marek Olšák
1
-7
/
+7
2013-08-31
r600g: move streamout state to drivers/radeon
Marek Olšák
1
-8
/
+8
2013-08-30
r600g: enable SB backend by default
Vadim Girlin
1
-1
/
+1
2013-08-30
r600g: fix color exports when we have no CBs
Vadim Girlin
1
-3
/
+4
2013-08-25
r600g: Implement the new float comparison instructions for Cayman as well.
Henri Verbeet
1
-4
/
+4
2013-08-15
r600/radeonsi: implement new float comparison instructions
Roland Scheidegger
1
-10
/
+8
2013-08-02
r600g: honour semantic index in fragment color exports
Christoph Bumiller
1
-5
/
+5
2013-07-12
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
1
-7
/
+7
2013-06-28
r600g/compute: Move compute_shader_create() function into evergreen_compute.c
Tom Stellard
1
-32
/
+0
2013-06-17
gallium: replace bswap_32 calls with util_bswap32
Jonathan Gray
1
-2
/
+2
2013-05-20
r600g/llvm: Fix cubearray textureSize
Vincent Lejeune
1
-0
/
+1
2013-05-16
r600g: fixup for MSAA texture support checking
Niels Ole Salscheider
1
-1
/
+1
2013-05-15
r600g: cleanup MSAA texture support checking
Marek Olšák
1
-2
/
+3
2013-05-10
r600g: increase array size for shader inputs and outputs
Marek Olšák
1
-0
/
+2
2013-05-06
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
1
-388
/
+13
2013-05-06
r600g/llvm: Don't emit CALL_FS for vertex shaders
Tom Stellard
1
-7
/
+9
2013-05-03
r600g/sb: use hex instead of binary constants
Vadim Girlin
1
-3
/
+3
2013-05-03
r600g: use old shader disassembler by default
Vadim Girlin
1
-13
/
+9
2013-04-30
r600g: plug in optimizing backend
Vadim Girlin
1
-2
/
+77
2013-04-30
r600g: mask unused source components for SAMPLE
Vadim Girlin
1
-0
/
+20
2013-04-30
r600g/llvm: Fix opencl build
Vincent Lejeune
1
-1
/
+1
2013-04-30
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
1
-1
/
+5
2013-04-24
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
1
-2
/
+2
2013-04-23
r600/llvm: Read stacksize from config header
Vincent Lejeune
1
-2
/
+1
2013-04-23
/bin/bash: q : commande introuvable
Vincent Lejeune
1
-1
/
+1
2013-04-18
r600g: Fix build with --enable-opencl
Tom Stellard
1
-1
/
+2
2013-04-17
r600g/llvm: Use gprcount from llvm
Vincent Lejeune
1
-1
/
+1
2013-04-17
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
1
-8
/
+15
2013-04-17
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
1
-3
/
+6
2013-04-16
r600g: Workaround for a harware bug with nested loops on Cayman
Martin Andersson
1
-3
/
+15
2013-04-11
r600g: fix two issues in compressed msaa reading code
Dave Airlie
1
-2
/
+2
2013-04-09
r600g: Fix UMAD on Cayman
Martin Andersson
1
-13
/
+32
2013-04-04
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
1
-0
/
+3
2013-04-03
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
1
-7
/
+2
2013-04-02
r600g: don't reserve more stack space than required v5
Vadim Girlin
1
-44
/
+87
2013-04-02
r600g: fix range handling for tgsi input declarations v2
Vadim Girlin
1
-3
/
+7
2013-04-01
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
1
-0
/
+1
2013-04-01
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
1
-0
/
+14
2013-03-31
r600g/llvm: use native encode for tex
Vincent Lejeune
1
-23
/
+27
2013-03-11
r600g/llvm: Fix build
Tom Stellard
1
-1
/
+1
2013-03-11
r600g: atomize vertex shader
Marek Olšák
1
-0
/
+1
2013-03-11
r600g: inline r600_pipe_shader function
Marek Olšák
1
-48
/
+41
2013-03-11
r600g: use a single env var R600_DEBUG, disable bytecode dumping
Marek Olšák
1
-25
/
+37
2013-02-18
r600g/llvm: Fix alpha_to_one piglit tests
Vincent Lejeune
1
-0
/
+1
[next]