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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add how_declared to nir_variable.data
Alejandro PiƱeiro
2018-08-13
3
-1
/
+26
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-7
/
+7
*
python: Better check for integer types
Mathieu Bridon
2018-08-09
1
-3
/
+5
*
python: Do not mix bytes and unicode strings
Mathieu Bridon
2018-08-09
1
-1
/
+10
*
python: Use the right function for the job
Mathieu Bridon
2018-08-09
1
-1
/
+1
*
python: Specify the template output encoding
Mathieu Bridon
2018-08-07
2
-2
/
+2
*
nir: Transform expressions of b2f(a) and b2f(b) to a == b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a ^^ b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a && b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)
Ian Romanick
2018-08-04
1
-0
/
+11
*
nir: Transform -fabs(a) >= 0 to a == 0
Ian Romanick
2018-08-04
1
-0
/
+9
*
nir: Transform expressions of b2f(a) and b2f(b) to a || b
Ian Romanick
2018-08-04
1
-0
/
+19
*
nir: Transform -fabs(a) < 0 to a != 0
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Rearrange bcsel with two bcsel sources
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Collapse more repeated bcsels on the same argument
Ian Romanick
2018-08-04
1
-0
/
+1
*
nir: Don't compare i2f or u2i with zero
Ian Romanick
2018-08-04
1
-0
/
+13
*
nir: Remove f2i(i2f(x)) conversions
Ian Romanick
2018-08-04
1
-0
/
+8
*
nir: Mark the 0.0 < abs(a) transformation as imprecise
Ian Romanick
2018-08-04
1
-1
/
+1
*
nir: add fall through comment to nir_gather_info
Timothy Arceri
2018-08-03
1
-0
/
+1
*
nir/lower_indirect: Bail early if modes == 0
Jason Ekstrand
2018-08-01
1
-0
/
+3
*
nir/meson: fix c vs cpp args for nir test
Dylan Baker
2018-08-01
1
-1
/
+1
*
python: Explicitly add the 'L' suffix on Python 3
Mathieu Bridon
2018-08-01
1
-1
/
+10
*
python: Don't abuse hex()
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
nir/gather_info: Set info.gs.uses_streams
Neil Roberts
2018-07-31
1
-0
/
+5
*
nir: Add members for the explicit XFB properties to nir_variable
Neil Roberts
2018-07-31
1
-1
/
+26
*
nir/instr_set: Fix nir_instrs_equal for derefs
Jason Ekstrand
2018-07-29
1
-2
/
+2
*
nir: Take if uses into account in ssa_def_components_read
Jason Ekstrand
2018-07-29
1
-0
/
+3
*
nir/lower_int64: mark all metadata as dirty
Karol Herbst
2018-07-28
1
-0
/
+3
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
2
-7
/
+64
*
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
2018-07-26
2
-0
/
+32
*
nir: remove wrong assertion in print_var_decl()
Samuel Pitoiset
2018-07-26
1
-1
/
+0
*
nir: Add a couple of iand/ior optimizations
Jason Ekstrand
2018-07-24
1
-0
/
+4
*
nir/serialize: Alloc constants off the variable
Jason Ekstrand
2018-07-24
1
-1
/
+1
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
2
-6
/
+6
*
nir: add builtin builder
Karol Herbst
2018-07-24
3
-0
/
+151
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
python: Better use iterators
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
6
-8
/
+8
*
nir: Add a couple trivial abs optimizations
Jason Ekstrand
2018-07-23
1
-0
/
+2
*
nir: Fix end of function without return warning/error.
Bas Nieuwenhuizen
2018-07-20
1
-0
/
+2
*
nir: Do not use continue block after removing it.
Bas Nieuwenhuizen
2018-07-20
1
-6
/
+25
*
nir: add lowering for gl_HelperInvocation
Rob Clark
2018-07-18
3
-0
/
+34
*
nir: fixup intrinsic comment
Rob Clark
2018-07-18
1
-1
/
+1
*
nir: add a couple of ior opts to nir_opt_algebraic
Timothy Arceri
2018-07-18
1
-0
/
+3
*
nir: allow opt_peephole_select to handle nir_instr_type_deref
Timothy Arceri
2018-07-18
1
-0
/
+1
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
11
-51
/
+55
*
nir: fix msvc build
Roland Scheidegger
2018-07-16
1
-1
/
+1
*
nir/worklist: Rework the foreach macro
Jason Ekstrand
2018-07-16
2
-4
/
+3
*
nir: fix printing of vec16 type
Karol Herbst
2018-07-15
1
-0
/
+1
[next]