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
/
glsl
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
2015-12-15
1
-29
/
+31
*
nir/builder: Add a load_system_value helper
Jason Ekstrand
2015-12-15
2
-10
/
+15
*
nir/lower_system_values: Stop supporting non-SSA
Jason Ekstrand
2015-12-15
1
-8
/
+6
*
nir: Fix number of indices on shared variable store intrinsics.
Kenneth Graunke
2015-12-14
1
-1
/
+1
*
nir: silence uninitialized warning
Timothy Arceri
2015-12-11
1
-1
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
8
-185
/
+107
*
nir: Add nir intrinsics for shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+94
*
glsl: Replace atomic_ssbo and ssbo_atomic with atomic
Jordan Justen
2015-12-09
1
-8
/
+8
*
nir: Translate glsl shared var store intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-1
/
+35
*
nir: Translate glsl shared var load intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-0
/
+30
*
nir: Optimize useless comparisons against true/false.
Matt Turner
2015-12-08
1
-2
/
+4
*
nir/lower_io: Pass the builder and type_size into get_io_offset
Jason Ekstrand
2015-12-03
1
-15
/
+15
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-8
/
+0
*
glsl: Rename safe_reverse -> reverse_safe.
Matt Turner
2015-12-01
2
-6
/
+6
*
nir: remove recursive inclusion in builtin_type_macros.h
Emil Velikov
2015-11-29
1
-2
/
+0
*
nir: remove unneeded include
Emil Velikov
2015-11-29
1
-1
/
+0
*
nir: include what we want/need
Emil Velikov
2015-11-25
1
-1
/
+1
*
nir/lower_tex: Add support for lowering texture swizzle
Jason Ekstrand
2015-11-23
2
-0
/
+80
*
nir: Add a tex_instr_is_query helper
Jason Ekstrand
2015-11-23
1
-0
/
+25
*
nir: Add a ssa_def_rewrite_uses_after helper
Jason Ekstrand
2015-11-23
2
-0
/
+51
*
nir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses
Jason Ekstrand
2015-11-23
1
-12
/
+4
*
nir/validate: Validated dests after sources
Jason Ekstrand
2015-11-23
1
-9
/
+9
*
nir/lower_tex: Set the dest_type for txs instructions
Jason Ekstrand
2015-11-23
1
-0
/
+1
*
nir/lower_tex: Report progress
Jason Ekstrand
2015-11-23
2
-5
/
+16
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
5
-44
/
+44
*
nir/builder: only read meaningful channels in nir_swizzle()
Connor Abbott
2015-11-23
1
-1
/
+1
*
nir: Add support for gl_HelperInvocation system value.
Matt Turner
2015-11-20
2
-0
/
+5
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
3
-1
/
+13
*
nir: add nir_ssa_for_alu_src()
Rob Clark
2015-11-19
2
-4
/
+23
*
nir: fix missing increments of num_inputs/num_outputs
Rob Clark
2015-11-19
2
-0
/
+4
*
nir/print: show # of uniforms/inputs/outputs
Rob Clark
2015-11-19
1
-0
/
+4
*
nir/print: show shader name/label if set
Rob Clark
2015-11-19
1
-0
/
+6
*
nir: add nir_var_all enum
Rob Clark
2015-11-19
3
-1
/
+6
*
nir: fix constant folding of bfi
Connor Abbott
2015-11-19
1
-2
/
+2
*
nir: Add support for cloning shaders
Jason Ekstrand
2015-11-18
3
-0
/
+681
*
i965/nir: Validate that NIR passes call nir_metadata_preserve().
Kenneth Graunke
2015-11-18
2
-0
/
+41
*
nir: add array length field
Rob Clark
2015-11-18
2
-0
/
+10
*
nir: remove nir_variable::max_ifc_array_access
Rob Clark
2015-11-18
2
-22
/
+0
*
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
2015-11-18
1
-1
/
+1
*
nir: Store the size of the TCS output patch in nir_shader_info.
Kenneth Graunke
2015-11-18
2
-0
/
+9
*
glsl: copy each field's precision information in glsl_types's structure const...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl/nir: initialize precision field in glsl_struct_field constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+2
*
nir: reduce memory footprint of glsl_struct_field's precision
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+1
*
nir/glsl: Fix copy-n-paste mistakes from commit 213f864.
Matt Turner
2015-11-16
1
-3
/
+3
*
nir/glsl_to_nir: use _mesa_fls() to compute num_textures
Juan A. Suarez Romero
2015-11-16
1
-7
/
+2
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-16
1
-1
/
+6
*
nir: Silence GCC maybe-uninitialized warnings.
Vinson Lee
2015-11-13
1
-0
/
+3
*
nir: Add helpers for getting input/output intrinsic sources.
Kenneth Graunke
2015-11-13
2
-0
/
+45
*
nir: Don't lower TCS outputs to temporaries.
Kenneth Graunke
2015-11-13
1
-0
/
+3
*
nir: Allow outputs reads and add the relevant intrinsics.
Kenneth Graunke
2015-11-13
4
-8
/
+21
[next]