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/constant_expressions: Refactor helper functions
Jason Ekstrand
2017-03-14
1
-24
/
+27
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
8
-189
/
+121
*
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
2017-03-14
1
-63
/
+92
*
nir: Add a get_nir_type_for_glsl_base_type helper
Jason Ekstrand
2017-03-14
1
-2
/
+8
*
nir/validate: Rework ALU bit-size rule validation
Jason Ekstrand
2017-03-14
1
-32
/
+33
*
nir/validate: Validate that bit sizes and components always match
Jason Ekstrand
2017-03-14
1
-38
/
+63
*
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
nir/lower_tex: Use tex_instr_dest_size for txs destinations
Jason Ekstrand
2017-03-14
1
-1
/
+2
*
nir/copy_prop: Respect the source's number of components
Jason Ekstrand
2017-03-14
1
-33
/
+96
*
nir/intrinsics: Make load_barycentric_input take a 2-component coor
Jason Ekstrand
2017-03-14
1
-1
/
+3
*
nir: remove shebang from python scripts
Emil Velikov
2017-03-10
7
-7
/
+0
*
nir/int64: Properly handle imod/irem
Jason Ekstrand
2017-03-03
1
-3
/
+21
*
nir/builder: Add an int64 immediate helper
Jason Ekstrand
2017-03-03
1
-0
/
+11
*
i965: Do int64 lowering in NIR
Jason Ekstrand
2017-03-01
1
-54
/
+53
*
nir: Add a simple int64 lowering pass
Jason Ekstrand
2017-03-01
2
-0
/
+288
*
nir/lower_indirect: Use nir_builder control-flow helpers
Jason Ekstrand
2017-03-01
1
-30
/
+5
*
nir/lower_gs_intrinsics: Use nir_builder control-flow helpers
Jason Ekstrand
2017-03-01
1
-6
/
+3
*
nir/builder: Add support for easily building control-flow
Jason Ekstrand
2017-03-01
1
-0
/
+95
*
nir: Delete unused arg in get_iteration
Elie TOURNIER
2017-02-27
1
-2
/
+2
*
nir: delete magic number
Elie TOURNIER
2017-02-24
1
-1
/
+11
*
nir: do not #include util/debug.h within extern C {}
Emil Velikov
2017-02-21
1
-1
/
+4
*
nir/algebraic: Optimize 64bit pack/unpack
Jason Ekstrand
2017-02-16
1
-0
/
+6
*
nir: Rename lower_double_pack to lower_64bit_pack
Jason Ekstrand
2017-02-16
2
-5
/
+4
*
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
2017-02-16
5
-64
/
+30
*
nir: handle some 64-bit integer conversions
Dave Airlie
2017-02-16
1
-7
/
+19
*
nir: handle 64-bit integer types in glsl->nir type conversion.
Dave Airlie
2017-02-16
1
-0
/
+6
*
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+1
*
nir: add extra const notation in compare_blocks()
Emil Velikov
2017-01-27
1
-2
/
+2
*
nir: silence implicit conversion to 64bit
Emil Velikov
2017-01-27
1
-1
/
+1
*
nir: bump loop max unroll limit
Timothy Arceri
2017-01-25
1
-1
/
+1
*
nir/search: Use the correct bit size for integer comparisons
Jason Ekstrand
2017-01-21
1
-32
/
+16
*
nir: Add support for 64-bit integer types to split_var_copies_block
Ian Romanick
2017-01-20
1
-0
/
+2
*
nir: Shift count for shift opcodes is always 32-bits
Ian Romanick
2017-01-20
2
-7
/
+7
*
nir: Lower packing and unpacking of 64-bit integer types
Ian Romanick
2017-01-20
1
-5
/
+37
*
nir: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
2
-1
/
+30
*
nir: Add 64-bit integer constant support
Ian Romanick
2017-01-20
2
-0
/
+13
*
nir: add min/max optimisation
Elie TOURNIER
2017-01-19
1
-0
/
+12
*
nir/algebraic: Only include nir_search_helpers once
Jason Ekstrand
2017-01-19
1
-1
/
+1
*
nir/gcm: fix a bug with metadata handling
Connor Abbott
2017-01-14
1
-3
/
+3
*
nir: optimise min/max fadd combos
Timothy Arceri
2017-01-14
2
-0
/
+26
*
nir/gcm: Fix a typo in a comment
Jason Ekstrand
2017-01-12
1
-1
/
+1
*
nir/gcm: Rework the schedule late loop
Jason Ekstrand
2017-01-12
1
-5
/
+6
*
nir: don't turn ieq/ine into inot if used by an if
Timothy Arceri
2017-01-12
2
-2
/
+8
*
nir: add late opt to turn inot/b2f combos back to bcsel
Timothy Arceri
2017-01-12
2
-0
/
+19
*
nir: add imprecise flrp optimisation
Timothy Arceri
2017-01-12
1
-0
/
+1
*
nir: Introduce a nir_opt_move_comparisons() pass.
Kenneth Graunke
2017-01-12
2
-0
/
+187
*
nir/algebraic: add support for conditional helper functions to expressions
Timothy Arceri
2017-01-12
3
-1
/
+15
*
nir/search: Only allow matching SSA values
Jason Ekstrand
2017-01-11
1
-5
/
+11
*
nir: change asserts to unreachable in nir_type_conversion_op
Tapani Pälli
2017-01-11
1
-3
/
+3
*
nir: Add a pass to lower TES patch_vertices intrinsics to a constant.
Kenneth Graunke
2017-01-10
2
-0
/
+54
[next]