index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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/lower_clip_cull: Fix an incorrect assert
Jason Ekstrand
2019-02-21
1
-1
/
+1
*
nir: Fix a compile warning
Jason Ekstrand
2019-02-21
1
-1
/
+1
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
3
-16
/
+2
*
nir/xfb: Handle compact arrays in gather_xfb_info
Jason Ekstrand
2019-02-21
1
-11
/
+22
*
nir/xfb: Work in terms of components rather than slots
Jason Ekstrand
2019-02-21
1
-5
/
+5
*
nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering
Jason Ekstrand
2019-02-21
1
-113
/
+19
*
nir/xfb: Properly align 64-bit values
Jason Ekstrand
2019-02-21
1
-0
/
+4
*
nir: remove non-ssa support from nir_copy_prop()
Timothy Arceri
2019-02-21
1
-36
/
+5
*
nir: Don't forget if-uses in new nir_opt_dead_cf liveness check
Kenneth Graunke
2019-02-20
1
-0
/
+10
*
nir: Don't reassociate add/mul chains containing only constants
Kenneth Graunke
2019-02-16
1
-5
/
+5
*
nir: remove simple dead if detection from nir_opt_dead_cf()
Timothy Arceri
2019-02-16
1
-7
/
+2
*
nir/algebraic: Simplify comparison with sequential integers starting with 0
Ian Romanick
2019-02-15
1
-0
/
+5
*
nir/algebraic: Convert some f2u to f2i
Ian Romanick
2019-02-15
1
-0
/
+13
*
nir: remove jump from two merging jump-ending blocks
Juan A. Suarez Romero
2019-02-15
1
-2
/
+19
*
nir: move ALU instruction before the jump instruction
Juan A. Suarez Romero
2019-02-15
1
-1
/
+1
*
nir/dead_cf: Stop relying on liveness analysis
Jason Ekstrand
2019-02-14
1
-21
/
+39
*
nir/dead_cf: Inline cf_node_has_side_effects
Jason Ekstrand
2019-02-14
1
-41
/
+32
*
nir: Silence a couple of warnings in release builds
Jason Ekstrand
2019-02-14
2
-1
/
+3
*
nir: Move panfrost's isign lowering to nir_opt_algebraic.
Eric Anholt
2019-02-14
2
-0
/
+5
*
nir: turn an ssa check in nir_search into an assert
Timothy Arceri
2019-02-14
1
-2
/
+1
*
nir: turn ssa check into an assert
Timothy Arceri
2019-02-14
1
-3
/
+11
*
nir: prehash instruction in nir_instr_set_add_or_rewrite()
Timothy Arceri
2019-02-14
1
-4
/
+5
*
nir: fix example in opt_peel_loop_initial_if description
Caio Marcelo de Oliveira Filho
2019-02-12
1
-3
/
+3
*
nir/opt_if: don't mark progress if nothing changes
Karol Herbst
2019-02-13
1
-0
/
+7
*
nir: add option to use scaling factor when sampling planes YUV lowering
Tapani Pälli
2019-02-12
2
-21
/
+35
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
1
-7
/
+0
*
nir: Use sampler derefs in drawpixels and bitmap lowering.
Kenneth Graunke
2019-02-11
2
-13
/
+34
*
nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks
Jason Ekstrand
2019-02-11
1
-3
/
+2
*
nir: Convert a bcsel with only phi node sources to a phi node
Ian Romanick
2019-02-08
1
-0
/
+220
*
nir: Split ALU instructions in loops that read phis
Ian Romanick
2019-02-08
1
-0
/
+294
*
nir: Select phi nodes using prev_block instead of continue_block
Ian Romanick
2019-02-08
1
-11
/
+10
*
nir: Refactor code that checks phi nodes in opt_peel_loop_initial_if
Ian Romanick
2019-02-08
1
-16
/
+36
*
nir: Document some fields of nir_loop_terminator
Ian Romanick
2019-02-08
1
-0
/
+5
*
nir: Silence zillions of unused parameter warnings in release builds
Ian Romanick
2019-02-08
1
-1
/
+1
*
nir: rewrite varying component packing
Timothy Arceri
2019-02-08
1
-102
/
+254
*
nir: add is_packing_supported_for_type() helper
Timothy Arceri
2019-02-08
1
-15
/
+13
*
nir: add support for marking used patches when packing varyings
Timothy Arceri
2019-02-08
1
-23
/
+51
*
nir: Avoid splitting compact arrays into per-element variables.
Kenneth Graunke
2019-02-05
1
-0
/
+4
*
nir: Avoid clip/cull distance lowering multiple times.
Kenneth Graunke
2019-02-05
1
-2
/
+12
*
nir: Bail on clip/cull distance lowering if GLSL IR already did it.
Kenneth Graunke
2019-02-05
1
-2
/
+2
*
nir: Record info->fs.pixel_center_integer in lower_system_values
Kenneth Graunke
2019-02-05
1
-0
/
+6
*
nir/deref: Drop zero ptr_as_array derefs
Jason Ekstrand
2019-02-05
1
-0
/
+21
*
nir: add missing vec opcodes in lower_bool_to_float
Jonathan Marek
2019-02-05
1
-0
/
+6
*
nir: keep the phi order when splitting blocks
Caio Marcelo de Oliveira Filho
2019-02-04
1
-3
/
+2
*
nir: Optimize double-precision lower_round_even()
Matt Turner
2019-01-29
1
-44
/
+12
*
nir: Allow SSBOs and global to alias
Jason Ekstrand
2019-01-26
1
-1
/
+6
*
nir/validate: Allow array derefs of vectors for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-1
/
+2
*
nir/lower_io: Add support for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-0
/
+12
*
nir/lower_io: Add a 32 and 64-bit global address formats
Jason Ekstrand
2019-01-26
2
-30
/
+123
*
nir: Add load/store/atomic global intrinsics
Jason Ekstrand
2019-01-26
3
-1
/
+39
[next]