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
...
*
freedreno/ir3: use pipe_debug_callback for shader-db traces
Rob Clark
2016-04-30
2
-25
/
+33
*
freedreno/ir3: handle color clamp variant ourselves
Rob Clark
2016-04-30
2
-1
/
+8
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
2
-2
/
+2
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
2
-4
/
+4
*
nir: rename lower_flrp to lower_flrp32
Samuel Iglesias Gonsálvez
2016-04-28
1
-1
/
+1
*
freedreno/ir3: convert over to ralloc
Rob Clark
2016-04-25
2
-40
/
+6
*
freedreno: disallow cat4 immed src
Rob Clark
2016-04-25
1
-1
/
+1
*
freedreno/ir3: fix sin/cos
Rob Clark
2016-04-25
3
-0
/
+39
*
freedreno/ir3: relax restriction in grouping
Rob Clark
2016-04-24
1
-3
/
+5
*
freedreno/ir3: fix small memory leak
Rob Clark
2016-04-24
1
-0
/
+2
*
freedreno/ir3: fix small RA bug
Rob Clark
2016-04-24
1
-1
/
+2
*
freedreno/a4xx: better workaround for astc+srgb
Rob Clark
2016-04-24
5
-12
/
+107
*
Revert "freedreno/a4xx: lower srgb in shader for astc textures"
Rob Clark
2016-04-24
3
-8
/
+0
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-3
/
+3
*
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
[prev]
[next]