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: fix algebraic optimizations
Connor Abbott
2017-08-03
1
-2
/
+2
*
nir: Use nir_src_copy instead of direct assignments.
Kenneth Graunke
2017-08-03
2
-3
/
+3
*
nir: fix nir_opt_copy_prop_vars() for arrays of arrays
Timothy Arceri
2017-08-03
1
-6
/
+6
*
nir/vars_to_ssa: Handle missing struct members in foreach_deref_node
Jason Ekstrand
2017-08-03
1
-2
/
+6
*
nir/lower_tex: Fix minor error in YUV color conversion matrix
Johnson Lin
2017-05-19
1
-3
/
+3
*
nir: Pick just the channels we want for bitmap and drawpixels lowering.
Eric Anholt
2017-05-05
2
-2
/
+6
*
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
2017-04-16
2
-0
/
+4
*
nir: Destination component count of shader_clock intrinsic is 2
Boyan Ding
2017-04-14
1
-1
/
+1
*
nir/print: add compute shader info
Rob Clark
2017-04-14
1
-0
/
+13
*
nir: Add support for 8 and 16-bit types
Jason Ekstrand
2017-03-30
3
-2
/
+24
*
nir/constant_expressions: Don't switch on bit size when not needed
Jason Ekstrand
2017-03-30
1
-14
/
+23
*
nir/constant_expressions: Pull the guts out into a helper block
Jason Ekstrand
2017-03-30
1
-98
/
+101
*
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2017-03-24
2
-8
/
+25
*
nir: Return progress from nir_convert_from_ssa().
Matt Turner
2017-03-23
2
-8
/
+15
*
nir: Return progress from nir_lower_io().
Matt Turner
2017-03-23
2
-6
/
+15
*
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
2017-03-23
2
-6
/
+10
*
nir: Return progress from nir_lower_samplers().
Matt Turner
2017-03-23
2
-12
/
+19
*
nir: Return progress from nir_lower_atomics().
Matt Turner
2017-03-23
2
-7
/
+13
*
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
2017-03-23
2
-10
/
+22
*
nir: Return progress from nir_lower_clip_fs().
Matt Turner
2017-03-23
2
-3
/
+7
*
nir: Return progress from nir_lower_clip_vs().
Matt Turner
2017-03-23
2
-5
/
+7
*
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
2017-03-23
2
-6
/
+18
*
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
2017-03-23
2
-6
/
+29
*
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
2017-03-23
2
-5
/
+21
*
nir: Return progress from nir_lower_var_copies().
Matt Turner
2017-03-23
2
-4
/
+16
*
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
2017-03-23
2
-7
/
+21
*
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
2017-03-23
2
-4
/
+14
*
nir: Return progress from nir_lower_doubles().
Matt Turner
2017-03-23
2
-22
/
+42
*
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
2017-03-23
2
-3
/
+7
*
nir: Fix syntax.
Matt Turner
2017-03-23
2
-6
/
+6
*
nir: Fix misspellings.
Matt Turner
2017-03-23
4
-7
/
+7
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
21
-43
/
+43
*
nir: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
10
-11
/
+38
*
nir: Add positional argument specifiers.
Vinson Lee
2017-03-21
2
-2
/
+2
*
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
[next]