index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
ir3
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-30
freedreno/a5xx: fix negative branches
Rob Clark
2
-1
/
+6
2016-11-30
freedreno/ir3: don't offset inloc by 8
Rob Clark
2
-11
/
+5
2016-11-30
freedreno/ir3: add new helper for shader linkage
Rob Clark
1
-0
/
+47
2016-11-12
freedreno/ir3: fixup ralloc fallout
Rob Clark
2
-2
/
+2
2016-10-31
ralloc: use rzalloc where it's necessary
Marek Olšák
1
-1
/
+1
2016-10-26
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
1
-1
/
+1
2016-10-06
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
1
-7
/
+4
2016-09-15
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
1
-1
/
+1
2016-09-14
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
1
-1
/
+1
2016-09-14
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
1
-1
/
+1
2016-09-03
a3xx: make use of software clipping when hw can't handle it
Ilia Mirkin
2
-0
/
+7
2016-08-25
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
1
-1
/
+1
2016-08-19
ttn: Use nir_load_front_face instead of the TGSI-style input.
Eric Anholt
1
-46
/
+0
2016-08-19
ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.
Eric Anholt
2
-7
/
+0
2016-08-13
freedreno/ir3: fix issue with emit_tex()
Rob Clark
1
-19
/
+28
2016-07-30
freedreno/ir3: init ir3_shader_key with memset()
francians@gmail.com
1
-1
/
+2
2016-07-30
freedreno: move needs_wfi into batch
Rob Clark
1
-5
/
+5
2016-07-23
freedreno/ir3: Add missing braces in initializer
francians@gmail.com
1
-1
/
+1
2016-07-17
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2
-4
/
+4
2016-07-02
freedreno/ir3: support glsl linking for cmdline compiler
Rob Clark
1
-24
/
+47
2016-07-02
freedreno/ir3: support non-user_buffer consts
Rob Clark
1
-1
/
+1
2016-07-02
freedreno: switch emit_const_bo() to take prsc's
Rob Clark
1
-8
/
+8
2016-06-23
Remove wrongly repeated words in comments
Giuseppe Bilotta
1
-1
/
+1
2016-06-03
freedreno/ir3: do idiv lowering after main opt loop
Rob Clark
1
-16
/
+27
2016-06-02
freedreno/ir3: fix coverity warning
Rob Clark
1
-1
/
+3
2016-06-02
freedreno/ir3: use nir_shader_get_entrypoint() helper
Rob Clark
1
-10
/
+1
2016-05-26
compiler: Move glsl_to_nir to libglsl.la
Jason Ekstrand
1
-1
/
+1
2016-05-25
freedreno/ir3: cmdline compiler for glsl
Rob Clark
1
-14
/
+75
2016-05-23
freedreno/ir3: disable cp for indirect src's
Rob Clark
1
-0
/
+9
2016-05-20
freedreno/ir3: need to lower fmod too
Rob Clark
1
-0
/
+2
2016-05-17
freedreno/ir3: fix compiler warning
Rob Clark
1
-0
/
+1
2016-05-15
freedreno/ir3: small standalone compiler cleanup
Rob Clark
1
-2
/
+1
2016-05-15
freedreno/ir3: lower fdiv
Rob Clark
1
-0
/
+1
2016-05-15
freedreno/ir3: handle VARYING_SLOT_PNTC
Rob Clark
1
-0
/
+12
2016-05-15
freedreno/ir3: disable TGSI specific hacks in nir case
Rob Clark
4
-2
/
+7
2016-05-15
freedreno/ir3: add support for NIR as preferred IR
Rob Clark
4
-17
/
+41
2016-05-11
nir/algebraic: Separate ffma lowering from fusing
Jason Ekstrand
1
-0
/
+1
2016-05-10
freedreno/ir3: size input/output arrays properly
Rob Clark
1
-3
/
+14
2016-05-10
freedreno/ir3: lower lrp when operating with double operands
Samuel Iglesias Gonsálvez
1
-0
/
+1
2016-05-09
freedreno/ir3: fix fallout from new block iterators
Rob Clark
1
-1
/
+1
2016-05-09
freedreno/ir3: allow for additional VS sysval inputs
Rob Clark
1
-2
/
+5
2016-05-05
ir3: fixup for new nir_foreach_block()
Connor Abbott
1
-30
/
+21
2016-05-04
freedreno: move shader-stage dirty bits to global dirty flag
Rob Clark
1
-2
/
+2
2016-05-04
freedreno/ir3: remove a couple redundant is_flow()s
Rob Clark
2
-2
/
+2
2016-05-04
freedreno/ir3: cp small negative integers too
Rob Clark
1
-1
/
+2
2016-05-04
freedreno/ir3: fix # of registers
Rob Clark
1
-1
/
+1
2016-05-04
freedreno/ir3: lower immeds to const
Rob Clark
1
-0
/
+70
2016-05-04
freedreno/ir3: add ir3_cp_ctx
Rob Clark
3
-12
/
+22
2016-05-03
freedreno: s/Elements/ARRAY_SIZE/
Brian Paul
1
-1
/
+1
2016-04-30
freedreno/ir3: use pipe_debug_callback for shader-db traces
Rob Clark
2
-25
/
+33
[next]