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
2018-08-02
WIP: nir/opt_bool: Factor out common terms differently
opt-minimize-Boolean
Ian Romanick
1
-33
/
+57
2018-08-02
asdf
Ian Romanick
1
-12
/
+23
2018-08-02
nir: More optimizations to clean up after minimize_boolean
Ian Romanick
1
-0
/
+36
2018-08-02
WIP: nir: Algebraic optimizations to clean up after minimize_boolean
Ian Romanick
3
-0
/
+24
2018-08-02
nir/opt_bool: Generate XOR and XNOR
Ian Romanick
1
-0
/
+61
2018-08-02
nir/opt_bool: Factor out common terms
Ian Romanick
1
-0
/
+175
2018-08-02
nir/opt_bool: Generate a more balanced expression tree
Ian Romanick
1
-25
/
+88
2018-08-02
WIP: intel/compiler: Use Boolean expression minimization pass
Ian Romanick
1
-0
/
+16
2018-08-02
WIP: nir/opt_bool: Implement Boolean expression minimization pass
Ian Romanick
2
-2
/
+42
2018-08-02
nir/opt_bool: Emit instructions for a maximum of minterms
Ian Romanick
3
-0
/
+220
2018-08-02
intel/compiler: Use Boolean tautology and contradiction optimization
Ian Romanick
1
-0
/
+3
2018-08-02
nir/opt_bool: Eliminate Boolean expressions that are tautologies or contradic...
Ian Romanick
2
-0
/
+110
2018-08-02
nir/opt_bool: Debug logging
Ian Romanick
1
-0
/
+30
2018-08-02
nir/opt_bool: Recognize Boolean expression trees
Ian Romanick
3
-0
/
+325
2018-08-02
nir/opt_bool: Remove variables that aren't used by any minterm
Ian Romanick
3
-0
/
+212
2018-08-02
nir/opt_bool: Generate optimal maximum-of-minterms representing a truth table
Ian Romanick
3
-0
/
+902
2018-08-02
nir/opt_bool: Evaluate the full truth table for a Boolean expression
Ian Romanick
6
-0
/
+755
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to a == b
Ian Romanick
1
-0
/
+3
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to a ^^ b
Ian Romanick
1
-0
/
+3
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)
Ian Romanick
1
-0
/
+3
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to a && b
Ian Romanick
1
-0
/
+3
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)
Ian Romanick
1
-0
/
+11
2018-08-02
nir: Transform -fabs(a) >= 0 to a == 0
Ian Romanick
1
-0
/
+9
2018-08-02
nir: Transform expressions of b2f(a) and b2f(b) to a || b
Ian Romanick
1
-0
/
+19
2018-08-02
nir: Transform -fabs(a) < 0 to a != 0
Ian Romanick
1
-0
/
+4
2018-08-02
nir: Rearrange bcsel with two bcsel sources
Ian Romanick
1
-0
/
+4
2018-08-02
nir: Collapse more repeated bcsels on the same argument
Ian Romanick
1
-0
/
+1
2018-08-02
nir: Don't compare i2f or u2i with zero
Ian Romanick
1
-0
/
+13
2018-08-02
nir: Remove f2i(i2f(x)) conversions
Ian Romanick
1
-0
/
+8
2018-08-02
nir: Mark the 0.0 < abs(a) transformation as imprecise
Ian Romanick
1
-1
/
+1
2018-08-02
intel/tools: add error2aub creation into autotools
Andres Gomez
1
-1
/
+23
2018-08-02
anv/pipeline: Do cross-stage linking optimizations
Jason Ekstrand
1
-0
/
+11
2018-08-02
anv/pipeline: Pull most of the anv_pipeline_compile_* into common code
Jason Ekstrand
1
-215
/
+92
2018-08-02
anv/pipeline: Add a separate "link" stage
Jason Ekstrand
1
-128
/
+193
2018-08-02
anv/pipeline: Compile to NIR in compile_graphics
Jason Ekstrand
1
-161
/
+116
2018-08-02
anv/pipeline: Recompile all shaders if any are missing from the cache
Jason Ekstrand
1
-4
/
+37
2018-08-02
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2
-19
/
+10
2018-08-02
anv/pipeline: Pull shader compilation out into a helper.
Jason Ekstrand
1
-108
/
+120
2018-08-02
anv/pipeline: Call anv_pipeline_compile_* in a loop
Jason Ekstrand
1
-26
/
+30
2018-08-02
anv/pipeline: Hash the entire pipeline in one go
Jason Ekstrand
1
-53
/
+94
2018-08-02
anv/pipeline: Populate keys up-front
Jason Ekstrand
1
-55
/
+60
2018-08-02
anv/pipline: Add a helper struct for per-stage info
Jason Ekstrand
2
-95
/
+74
2018-08-02
meson: use correct keyword to fix a meson warning
Jon Turney
1
-1
/
+1
2018-08-02
docs: add 18.3.0-devel release notes template
Andres Gomez
1
-0
/
+71
2018-08-02
mesa: bump version to 18.3.0-devel
Andres Gomez
1
-1
/
+1
2018-08-02
egl/main: fix indentation
Eric Engestrom
2
-2
/
+2
2018-08-02
loader: fix indentation
Eric Engestrom
2
-3
/
+3
2018-08-02
swr: Remove unnecessary memset call
Vlad Golovkin
1
-1
/
+0
2018-08-02
mesa: replace binary constants with hexadecimal constants
Andres Gomez
1
-58
/
+58
2018-08-02
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
Andres Gomez
1
-3
/
+4
[next]