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
/
freedreno
/
ir3
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
freedreno/a4xx: lower srgb in shader for astc textures
Rob Clark
2016-04-19
3
-0
/
+8
*
freedreno/ir3: fix grouping issue w/ reverse swizzles
Rob Clark
2016-04-18
1
-1
/
+17
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
freedreno/ir3: fix array textures on a4xx
Rob Clark
2016-04-13
1
-3
/
+9
*
freedreno/ir3: hack to avoid getting stuck in a loop
Rob Clark
2016-04-13
1
-1
/
+11
*
freedreno/ir3: use (ss) instead of (sy) for ldlv
Rob Clark
2016-04-13
1
-1
/
+7
*
freedreno/ir3: cleanup double cmps.s from frontend
Rob Clark
2016-04-13
1
-0
/
+31
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
1
-0
/
+1
*
freedreno/ir3: insert extra move into phi
Rob Clark
2016-04-05
1
-0
/
+10
*
freedreno/ir3: eliminate unnecessary absneg's
Rob Clark
2016-04-05
2
-3
/
+26
*
freedreno/ir3: deal with duplicate phi sources
Rob Clark
2016-04-04
1
-5
/
+20
*
freedreno/ir3: fix silly brain-fart in RA
Rob Clark
2016-04-04
1
-2
/
+1
*
freedreno/ir3: don't cp into phi's
Rob Clark
2016-04-04
1
-0
/
+6
*
freedreno/ir3: we can't store immediate values
Rob Clark
2016-04-04
1
-0
/
+13
*
freedreno/ir3: add dumping for use/def/live-in/live-out
Rob Clark
2016-04-04
3
-10
/
+42
*
freedreno/ir3: drop unused instr category arg
Rob Clark
2016-04-04
5
-114
/
+108
*
freedreno/ir3: remove ir3_instruction::category
Rob Clark
2016-04-04
10
-93
/
+84
*
freedreno/ir3: encode instruction category in opc_t
Rob Clark
2016-04-04
5
-192
/
+201
*
freedreno/ir3: fix for load_front_face intrinsic
Rob Clark
2016-03-28
1
-1
/
+8
*
freedreno/ir3: fix compiler warn
Rob Clark
2016-03-28
1
-1
/
+1
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-1
/
+1
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-5
/
+5
*
freedreno/ir3: lower extract_byte/word
Rob Clark
2016-03-13
1
-0
/
+2
*
freedreno/a4xx: constify the shader variants
Rob Clark
2016-03-13
2
-7
/
+7
*
freedreno/ir3: enable shareable shaders
Rob Clark
2016-03-01
2
-5
/
+3
*
freedreno/ir3: pass ctx to constant-emit code
Rob Clark
2016-03-01
2
-21
/
+17
*
freedreno/ir3: add dev ptr to ir3_compiler
Rob Clark
2016-03-01
4
-6
/
+8
*
freedreno/ir3: fix new gcc6 errors
Rob Clark
2016-02-17
1
-1
/
+0
*
nir: Remove the const_offset from nir_tex_instr
Jason Ekstrand
2016-02-10
1
-15
/
+0
*
freedreno/ir3: Get rid of nested functions
Bernhard Rosenkränzer
2016-02-10
1
-15
/
+15
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-3
/
+3
*
freedreno/ir3: use const_index helpers
Rob Clark
2016-02-09
1
-3
/
+7
*
freedreno/ir3: ignore clip-vertex varying
Rob Clark
2016-01-30
1
-1
/
+4
*
freedreno/ir3: don't ignore local vars
Rob Clark
2016-01-30
1
-1
/
+7
*
freedreno/ir3: handle tex instrs w/ const offset
Rob Clark
2016-01-30
1
-0
/
+16
*
freedreno/ir3: support load_front_face intrinsic
Rob Clark
2016-01-30
1
-2
/
+14
*
nir: move to compiler/
Emil Velikov
2016-01-26
2
-3
/
+3
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
2
-2
/
+2
*
freedreno: make opc array static const
Christian Gmeiner
2016-01-21
1
-1
/
+1
*
freedreno/ir3: fix mad 3rd src delay calc
Rob Clark
2016-01-17
1
-1
/
+1
*
freedreno/ir3: better array register allocation
Rob Clark
2016-01-16
2
-9
/
+51
*
freedreno/ir3: array offset can be negative
Rob Clark
2016-01-16
5
-12
/
+13
*
freedreno/ir3: workaround bug/feature
Rob Clark
2016-01-16
1
-0
/
+9
*
freedreno/ir3: array rework
Rob Clark
2016-01-16
8
-362
/
+357
*
freedreno/ir3: refactor/simplify cp
Rob Clark
2016-01-16
1
-87
/
+82
*
freedreno/ir3: fix incorrect decoding of mov instructions
Rob Clark
2016-01-16
1
-1
/
+1
*
freedreno/ir3: remove unused tgsi tokens ptr
Rob Clark
2016-01-16
1
-1
/
+0
*
freedreno/ir3: bit of ra refactor
Rob Clark
2016-01-16
1
-25
/
+20
*
freedreno/ir3: cosmetic de-indent
Rob Clark
2016-01-16
1
-36
/
+34
[next]