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
/
freedreno
/
ir3
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
2
-7
/
+7
*
freedreno/ir3: spelling..
Rob Clark
2015-12-23
1
-6
/
+6
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-0
/
+8
*
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
2015-12-18
1
-1
/
+1
*
freedreno/ir3/cmdline: don't dump nir by default
Rob Clark
2015-12-15
1
-3
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-32
/
+47
*
freedreno/ir3: nir shader prints with 'disasm' debug option
Rob Clark
2015-12-05
1
-2
/
+2
*
freedreno/ir3: convert scheduler back to recursive algo
Rob Clark
2015-12-04
2
-127
/
+204
*
freedreno/ir3: don't reuse a0.x across blocks
Rob Clark
2015-12-04
1
-7
/
+14
*
freedreno/ir3: rename ir3_block::bd
Rob Clark
2015-12-04
3
-11
/
+11
*
freedreno/ir3: assign varying locations later
Rob Clark
2015-11-26
2
-27
/
+35
*
freedreno/ir3: use instr flag to mark unused instructions
Rob Clark
2015-11-26
4
-14
/
+24
*
freedreno/ir3: add support for a few gs5 ops
Ilia Mirkin
2015-11-23
1
-0
/
+27
*
freedreno/a4xx: add ARB_texture_query_lod support
Ilia Mirkin
2015-11-23
1
-5
/
+19
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+3
*
freedreno/a3xx+a4xx: fix for stk binning pass hang
Rob Clark
2015-11-18
1
-2
/
+4
*
freedreno/ir3: Use nir_foreach_variable
Boyan Ding
2015-11-06
1
-3
/
+3
*
glsl: move shader_enums into nir
Rob Clark
2015-10-09
3
-2
/
+2
*
freedreno/ir3: use nir two-sided-color lowering
Rob Clark
2015-09-18
1
-21
/
+3
*
freedreno/ir3: lower txp/clamp in NIR
Rob Clark
2015-09-18
1
-26
/
+30
*
freedreno/ir3: add --gpu arg to cmdline compiler
Rob Clark
2015-09-17
1
-1
/
+10
*
freedreno/ir3: add support for ucp
Rob Clark
2015-09-17
4
-13
/
+80
*
freedreno/ir3: convert from tgsi semantic/index to varying-slot
Rob Clark
2015-09-17
3
-122
/
+139
*
freedreno/ir3: switch to shader_enums.h interp constants
Rob Clark
2015-09-17
2
-35
/
+16
*
gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
Eric Anholt
2015-09-16
1
-23
/
+38
*
freedreno/ir3: use NIR to lower ffract instead of tgsi_lowering
Rob Clark
2015-09-16
1
-1
/
+1
*
freedreno/ir3: fix compile warn after 1807a08e
Rob Clark
2015-09-13
1
-0
/
+1
*
freedreno/ir3: fix compile break after a4aa25be
Rob Clark
2015-09-13
1
-2
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-1
/
+1
*
freedreno/ir3: fix compile break after splitting out nir_control_flow.h
Rob Clark
2015-08-25
1
-0
/
+1
*
freedreno/ir3: fix compile break after fxn->start_block removal
Rob Clark
2015-08-25
1
-1
/
+1
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
1
-1
/
+1
*
freedreno/a4xx: add cube map array support
Ilia Mirkin
2015-08-15
1
-0
/
+11
*
freedreno/ir3: 'keeps' need neighbors found too
Rob Clark
2015-08-12
1
-0
/
+5
*
freedreno/ir3/print: print left/right neighbors too
Rob Clark
2015-08-12
1
-0
/
+14
*
freedreno/ir3: use nir pass to lower const to scalar
Rob Clark
2015-08-12
1
-0
/
+1
*
freedreno/a4xx: point-size and spritelist fixes
Rob Clark
2015-08-12
1
-5
/
+0
*
freedreno/ir3: add transform-feedback support
Rob Clark
2015-07-27
3
-4
/
+219
*
freedreno/ir3: track "keeps" in ir
Rob Clark
2015-07-27
4
-23
/
+17
*
freedreno/ir3: add support for store instructions
Rob Clark
2015-07-27
3
-6
/
+43
*
freedreno/ir3: cleanup driver-param stuff
Rob Clark
2015-07-27
3
-10
/
+31
*
freedreno/a3xx+a4xx: add support for vtxcnt semantic
Rob Clark
2015-07-27
1
-0
/
+5
*
freedreno/ir3: add stream-output support to cmdline compiler
Rob Clark
2015-07-27
1
-4
/
+22
*
freedreno/ir3: drop unused create_input() arg
Rob Clark
2015-07-27
1
-11
/
+8
*
freedreno/ir3: move emit_const to ir3
Rob Clark
2015-07-27
2
-0
/
+152
*
freedreno/ir3: bit of shader API refactoring
Rob Clark
2015-07-27
5
-20
/
+23
*
freedreno/ir3: updated cat6 encoding
Rob Clark
2015-07-27
5
-113
/
+230
*
freedreno/ir3/sched: fixup new instr's block
Rob Clark
2015-07-10
1
-0
/
+4
*
freedreno/ir3/ra: fix failed assert for a0/p0
Rob Clark
2015-07-10
1
-0
/
+5
[next]