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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-2
/
+2
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-0
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-2
/
+2
*
r600/sfn: remove debug output leftover
Gert Wollny
2020-05-26
1
-2
/
+0
*
r600/sfn: Correctly update the number of literals when forcing a new
Gert Wollny
2020-05-26
1
-1
/
+2
*
r600/sfn: use modern c++ in printing LDS read instruction
Gert Wollny
2020-05-26
1
-4
/
+4
*
r600/sfn: Fix mapping for f32tof64 and f64tof32
Gert Wollny
2020-05-26
2
-4
/
+4
*
r600: Fix duplicated subexpression in r600_asm.c
Gert Wollny
2020-05-26
1
-1
/
+1
*
r600/sfn: Use correct setter method.
Vinson Lee
2020-05-25
1
-1
/
+1
*
r600: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-2
/
+4
*
r600: Use TRUNC_COORD on samplers
Christopher Egert
2020-05-24
1
-0
/
+3
*
r600/sfn: Initialize VertexStageExportForGS m_num_clip_dist member variable.
Vinson Lee
2020-05-23
1
-0
/
+1
*
r600/sfn: fix nop channel assignment.
Dave Airlie
2020-05-20
1
-0
/
+1
*
r600/sfn: Fix printing ALU op without dest
Gert Wollny
2020-05-19
1
-1
/
+2
*
r600/sfn: Don't reorder outputs by location
Gert Wollny
2020-05-19
3
-17
/
+0
*
r600/sfn: Fix splitting constants that come from different kcache banks.
Gert Wollny
2020-05-19
1
-3
/
+4
*
r600/sfn: Fix clip vertex output as possible stream variable
Gert Wollny
2020-05-19
2
-2
/
+4
*
r600/sfn: SSBO: Fix query of dest components
Gert Wollny
2020-05-19
1
-5
/
+5
*
r600/sfn: use the per shader atomic base
Gert Wollny
2020-05-19
8
-10
/
+16
*
r600/sfn: Add support for texture_samples
Gert Wollny
2020-05-19
2
-0
/
+21
*
r600/sfn: support indirect sampler buffer reads.
Gert Wollny
2020-05-19
1
-1
/
+1
*
r600/sfn: assert when alu dest is missing
Gert Wollny
2020-05-19
1
-0
/
+1
*
r600/sfn: remove pointless check
Gert Wollny
2020-05-19
1
-3
/
+0
*
r600/sfn: Don't reject VARYING_SLOT_PCNT
Gert Wollny
2020-05-19
1
-0
/
+2
*
r600/sfn: Add FS output sample_mask
Gert Wollny
2020-05-19
1
-2
/
+4
*
r600/sfn: Handle loading sample_pos
Gert Wollny
2020-05-19
3
-0
/
+36
*
r600/sfn: Take FOGC, and backcolors into account im GS outputs
Gert Wollny
2020-05-19
1
-0
/
+3
*
r600/sfn: Add support for viewport index output
Gert Wollny
2020-05-19
2
-2
/
+20
*
r600/sfn: Make 3vec loads skip possible moves
Gert Wollny
2020-05-19
1
-6
/
+2
*
r600/sfn: Fix handling of output register index
Gert Wollny
2020-05-19
1
-4
/
+4
*
r600/sfn: Make allocate_reserved_registers forward to a virtual function
Gert Wollny
2020-05-19
14
-13
/
+21
*
r600/sfn: Fix RAT instruction assembly emission
Gert Wollny
2020-05-19
1
-5
/
+9
*
r600/sfn: Fix GDS assembly emission
Gert Wollny
2020-05-19
1
-21
/
+17
*
r600/sfn: Fix RING instruction assembly emission
Gert Wollny
2020-05-19
1
-2
/
+2
*
r600/sfn: Fix memring print output
Gert Wollny
2020-05-19
1
-1
/
+1
*
r600/sfn: skip copying LOD if the target register is is the same
Gert Wollny
2020-05-19
1
-1
/
+2
*
r600/sfn: re-use an allocated register in lookup
Gert Wollny
2020-05-19
1
-1
/
+1
*
r600/sfn: Skip move instructions if they are only ssa and without modifiers
Gert Wollny
2020-05-19
2
-1
/
+26
*
r600/sfn: rework getting a vector and uniforms from the value pool
Gert Wollny
2020-05-19
11
-87
/
+151
*
r600/sfn: Handle CF index loading from non-X channel
Gert Wollny
2020-05-19
3
-10
/
+29
*
r600: Add support for loading index register from other than chan X
Gert Wollny
2020-05-19
2
-1
/
+2
*
r600: Lower lerp after tgsi_to_nir
Gert Wollny
2020-05-19
1
-0
/
+1
*
r600: Lower int64 ops from TGSI-to-NIR shaders too
Gert Wollny
2020-05-19
1
-2
/
+11
*
r600/sfn: Fix printing vertex fetch instruction flags
Gert Wollny
2020-05-19
1
-1
/
+1
*
r600/sfn: Unify semantic name and index query and use TEXCOORD semantic
Gert Wollny
2020-05-19
6
-20
/
+43
*
r600/sfn: add emit if start cayman support
Dave Airlie
2020-05-18
1
-2
/
+2
*
r600/sfn: add callstack non-evergreen support
Dave Airlie
2020-05-18
1
-6
/
+34
*
r600/sfn: cayman fix int trans op2
Dave Airlie
2020-05-18
1
-9
/
+29
*
r600/sfn: fix cayman float instruction emission.
Dave Airlie
2020-05-18
2
-4
/
+23
*
r600/sfn: plumb the chip class into the instruction emission
Dave Airlie
2020-05-18
19
-34
/
+59
[next]