index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-02
WIP: nir/algebraic: Add algebraic opt for fge comparison with identical opera...
NaNu-NaNu
Ian Romanick
1
-0
/
+3
2021-04-02
nir/algebraic: Use range analysis to "lower" some fsign
Ian Romanick
1
-0
/
+10
2021-04-02
WIP: intel/fs: Allow SEL peephole when there is no else block
Ian Romanick
1
-2
/
+41
2021-04-02
intel/cfg: Document bblock_t::num
Ian Romanick
1
-0
/
+6
2021-04-02
nir/algebraic: Detect open-coded bcsel
Ian Romanick
1
-0
/
+9
2021-04-02
WIP: nir/algebraic: Replace multiplication of b2f with a bcsel
Ian Romanick
1
-0
/
+4
2021-04-02
WIP: nir/algebraic: Add patterns for fpow(1.0, x) and fpow(x, 0.0)
Ian Romanick
1
-0
/
+10
2021-04-02
nir/algebraic: Remove redundant logical not
Ian Romanick
1
-0
/
+3
2021-04-02
nir/algebraic: Replace multiplication of b2f with multiplication of min
Ian Romanick
1
-0
/
+23
2021-04-02
nir/algebraic: Remove redundant multiply with b2f
Ian Romanick
1
-0
/
+4
2021-04-02
nir/algebraic: Rearrange comparisons to encourage constant folding
Ian Romanick
1
-0
/
+8
2021-04-02
WIP: nir/algebraic: Simplify more open-coded fmin and fmax
Ian Romanick
1
-0
/
+16
2021-04-02
nir/algebraic: Duplicate patterns to recognize open-coded fmin / fmax in late...
Ian Romanick
1
-0
/
+8
2021-04-02
nir/algebraic: Simplify elaborate !(0 < a) comparison
Ian Romanick
1
-0
/
+14
2021-04-02
nir/algebraic: Simplify / generalize pattern to convert fmax to fsat
Ian Romanick
1
-5
/
+5
2021-04-02
WIP: nir/algebraic: Simplify some more Inf and NaN avoidance code
Ian Romanick
1
-0
/
+7
2021-04-02
WIP: nir/algebraic: Add exact versions of some arithmetic identities
Ian Romanick
1
-0
/
+2
2021-04-02
WIP: nir/algebraic: NaN folding
Ian Romanick
2
-0
/
+36
2021-04-02
nir/algebraic: Don't try to avoid NaN fmin / fmax results
Ian Romanick
1
-0
/
+22
2021-04-02
WIP: nir/algebraic: Restore a pattern by requiring the operand be a number
Ian Romanick
1
-0
/
+15
2021-04-02
nir/range_analysis: Improve "is a number" range analysis for fexp2 and fpow
Ian Romanick
1
-6
/
+106
2021-04-02
nir/range_analysis: Improve "is a number" range analysis for frcp
Ian Romanick
1
-6
/
+7
2021-04-02
nir/range_analysis: Improve "is a number" range analysis for fsqrt and frsq
Ian Romanick
1
-1
/
+34
2021-04-02
nir/range_analysis: Range tracking for flog2
Ian Romanick
1
-0
/
+56
2021-04-02
nir/range_analysis: Improve "is finite" range analysis for fadd
Ian Romanick
1
-0
/
+24
2021-04-02
nir/range_analysis: Improve range analysis for integer load_const
Ian Romanick
1
-0
/
+68
2021-04-02
nir/range_analysis: Improve analysis when both fmul operands are integral
Ian Romanick
1
-4
/
+24
2021-04-02
WIP: nir/range_analysis: Improve analysis of ffma and flrp
Ian Romanick
1
-152
/
+155
2021-04-02
nir/algebraic: Eliminate a constant if both bcsel choices are constants
Ian Romanick
1
-0
/
+12
2021-04-02
nir/algebraic: Simplify some Inf and NaN avoidance code
Ian Romanick
1
-0
/
+21
2021-04-02
squash! WIP: nir/algebraic: Require sources of logic-joined comparisons be nu...
Ian Romanick
1
-4
/
+0
2021-04-02
WIP: nir/algebraic: Require sources of logic-joined comparisons be numbers
Ian Romanick
1
-4
/
+4
2021-04-02
squash! squash! nir/algebraic: Mark a couple rules precise by requiring the o...
Ian Romanick
1
-10
/
+0
2021-04-02
squash! nir/algebraic: Mark a couple rules precise by requiring the operand b...
Ian Romanick
1
-2
/
+0
2021-04-02
nir/algebraic: Mark a couple rules precise by requiring the operand be a number
Ian Romanick
1
-0
/
+2
2021-04-02
nir/algebraic: Small optimizations for SpvOpFOrdNotEqual and SpvOpFUnordEqual
Ian Romanick
1
-0
/
+14
2021-04-02
spirv: Generate shorter code for SpvOpFUnord comparisons
Ian Romanick
1
-10
/
+23
2021-04-02
spirv: SpvOpFUnordNotEqual doesn't need special treatment
Ian Romanick
1
-1
/
+0
2021-04-02
spirv: Minor cleanup in SpvOpFOrdNotEqual
Ian Romanick
1
-11
/
+1
2021-04-02
spirv: Silence unused parameter warnings in vtn_alu.c
Ian Romanick
1
-4
/
+7
2021-04-02
FYI: nir/algebraic: Eliminate useless fsat() on operand of comparison w/value...
Ian Romanick
1
-0
/
+16
2021-04-02
nir/algebraic: Add algebraic opt for float comparisons with identical operands.
Ian Romanick
1
-3
/
+8
2021-04-02
nir/algebraic: Rearrange some logic-joined comparisons and reduce
Ian Romanick
1
-0
/
+10
2021-04-02
nir/algebraic: Mark some more logic-joined comparison reductions as exact
Ian Romanick
1
-4
/
+4
2021-04-02
nir/algebraic: Mark some more comparison reductions exact
Ian Romanick
1
-4
/
+9
2021-04-02
nir/algebraic: Equality comparison inversions require sources be numbers
Ian Romanick
1
-2
/
+2
2021-04-02
nir/algebraic: Invert comparisons less often
Ian Romanick
1
-10
/
+10
2021-04-02
nir/algebraic: Tautology replacements require sources be numbers
Ian Romanick
2
-6
/
+46
2021-04-02
nir/algebraic: Remove some optimizations of comparisons with fsat
Ian Romanick
1
-29
/
+18
2021-04-02
ci: Uprev piglit to 6a4be9e9946d ("piglit: NOTE! Default branch is now main")
Eric Anholt
14
-80
/
+76
[next]