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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
6
-27
/
+34
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
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
*
glsl: fix function inlining with opaque parameters
Rhys Perry
2018-08-01
1
-8
/
+44
*
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2018-08-01
1
-2
/
+30
*
glsl: allow ?: operator with images and samplers when bindless is enabled
Rhys Perry
2018-08-01
1
-3
/
+5
*
nir/linker: Add the start of a pure-NIR linker for XFB
Neil Roberts
2018-07-31
4
-0
/
+321
*
nir/types: Add a wrapper to access gl_type
Neil Roberts
2018-07-31
2
-0
/
+8
*
compiler/spirv: add XFB and GeometryStreams capability check support
Alejandro Piñeiro
2018-07-31
2
-2
/
+10
*
nir/gather_info: Set info.gs.uses_streams
Neil Roberts
2018-07-31
1
-0
/
+5
*
spirv/nir: Fix the stream ID when emitting a primitive or vertex
Neil Roberts
2018-07-31
1
-2
/
+5
*
spirv: Handle the SpvDecorationStream decoration
Neil Roberts
2018-07-31
2
-2
/
+12
*
spirv: Handle XFB variable decorations
Neil Roberts
2018-07-31
1
-3
/
+9
*
spirv: Handle SpvExecutionModeXfb
Neil Roberts
2018-07-31
1
-1
/
+1
*
nir: Add members for the explicit XFB properties to nir_variable
Neil Roberts
2018-07-31
2
-1
/
+30
*
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
*
glsl: use only copy_propagation_elements
Caio Marcelo de Oliveira Filho
2018-07-27
6
-375
/
+0
*
glsl: teach copy_propagation_elements to deal with whole variables
Caio Marcelo de Oliveira Filho
2018-07-27
1
-29
/
+118
*
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
5
-45
/
+166
*
nir/spirv: import OpenCL.std.h
Rob Clark
2018-07-24
1
-0
/
+211
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
2
-3
/
+3
*
python: Better use iterators
Mathieu Bridon
2018-07-24
2
-3
/
+5
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
6
-8
/
+8
*
nir: add 16bit type information to glsl types
Daniel Schürmann
2018-07-23
3
-0
/
+28
*
nir: Add a couple trivial abs optimizations
Jason Ekstrand
2018-07-23
1
-0
/
+2
[next]