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/builder: Add a nir_imm_floatN_t helper
Neil Roberts
2018-04-17
1
-0
/
+13
*
nir: return early when lowering a return at the end of a function
Timothy Arceri
2018-04-17
1
-0
/
+6
*
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2018-04-14
2
-13
/
+56
*
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
2018-04-14
1
-1
/
+1
*
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
2018-04-14
1
-6
/
+6
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
5
-6
/
+2
*
nir/vars_to_ssa: Simplify node matching code
Caio Marcelo de Oliveira Filho
2018-04-11
1
-36
/
+31
*
nir/vars_to_ssa: Remove an unnecessary deref_arry_type check
Caio Marcelo de Oliveira Filho
2018-04-11
1
-4
/
+5
*
nir/vars_to_ssa: Rework register_variable_uses()
Caio Marcelo de Oliveira Filho
2018-04-11
1
-28
/
+23
*
nir: Use nir_builder in lower_io_to_temporaries
Jason Ekstrand
2018-04-11
1
-19
/
+16
*
nir/lower_atomics: Rework the main walker loop a bit
Jason Ekstrand
2018-04-10
1
-8
/
+16
*
nir: Check if u_vector_init() succeeds
Topi Pohjolainen
2018-04-11
1
-2
/
+9
*
nir: dont lower bindless samplers
Timothy Arceri
2018-04-10
1
-1
/
+7
*
nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZE
Jason Ekstrand
2018-04-09
1
-0
/
+10
*
nir: add comment about nir_src_copy()
Rob Clark
2018-04-09
1
-0
/
+3
*
nir: rename variables in nir_lower_io_to_temporaries for clarity
Caio Marcelo de Oliveira Filho
2018-04-06
1
-11
/
+11
*
prog/nir: Simplify some load/store operations
Jason Ekstrand
2018-04-05
1
-0
/
+6
*
nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
Jason Ekstrand
2018-04-03
1
-1
/
+6
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
3
-12
/
+25
*
nir/validator: Validate that all used variables exist
Jason Ekstrand
2018-03-30
1
-9
/
+8
*
nir/lower_indirect_derefs: Support interp_var_at intrinsics
Jason Ekstrand
2018-03-30
1
-2
/
+11
*
nir/vars_to_ssa: Remove copies from the correct set
Jason Ekstrand
2018-03-30
1
-1
/
+1
*
nir: Return a cursor from nir_instr_remove
Jason Ekstrand
2018-03-30
3
-19
/
+18
*
nir: Add src/dest num_components helpers
Jason Ekstrand
2018-03-30
1
-0
/
+12
*
nir: s/uint/unsigned/ to fix MSVC/MinGW build
Brian Paul
2018-03-30
1
-1
/
+1
*
nir/spirv: add gl_spirv_validation method
Alejandro Piñeiro
2018-03-30
1
-0
/
+1
*
spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build
Ian Romanick
2018-03-29
1
-15
/
+0
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
1
-0
/
+1
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
2
-10
/
+5
*
nir: add support for min/max/median of 3 srcs
Dave Airlie
2018-03-29
1
-0
/
+14
*
nir: add bindless to nir data
Timothy Arceri
2018-03-28
1
-0
/
+6
*
nir/intrinsics: Don't report negative dest_components
Jason Ekstrand
2018-03-27
1
-1
/
+1
*
nir: fix crash in loop unroll corner case
Timothy Arceri
2018-03-28
1
-5
/
+12
*
nir: fix generated nir_intrinsics.c for MSVC
Rob Clark
2018-03-27
1
-0
/
+4
*
nir: mako all the intrinsics
Rob Clark
2018-03-27
8
-616
/
+697
*
nir: fix per_vertex_output intrinsic
Rob Clark
2018-03-27
1
-1
/
+1
*
nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditional
Ian Romanick
2018-03-26
2
-18
/
+1
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
2
-2
/
+6
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
2
-23
/
+23
*
nir: autotools, meson: add GLSL.ext.AMD.h in the files list
Juan A. Suarez Romero
2018-03-22
1
-0
/
+1
*
nir: add frexp_exp and frexp_sig opcodes
Timothy Arceri
2018-03-22
1
-0
/
+3
*
nir: Migrate nir_dce to instr worklist
Thomas Helland
2018-03-21
1
-35
/
+18
*
nir: Initial implementation of a nir_instr_worklist
Thomas Helland
2018-03-21
1
-0
/
+67
*
nir/dead_cf: also remove useless ifs
Caio Marcelo de Oliveira Filho
2018-03-21
1
-14
/
+30
*
nir/dead_cf: rephrase definition of a dead loop node
Caio Marcelo de Oliveira Filho
2018-03-21
1
-8
/
+7
*
st/nir: fix atomic lowering for gallium drivers
Timothy Arceri
2018-03-20
2
-6
/
+12
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
3
-99
/
+0
*
nir: Don't compare b2f or b2i with zero
Ian Romanick
2018-03-19
1
-0
/
+5
*
nir: add nir_opt_move_load_ubo() optimization pass
Samuel Pitoiset
2018-03-16
3
-0
/
+120
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+4
[next]