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: Make nir_lower_wpos_ytransform() match FragCoord by location.
Kenneth Graunke
2016-05-20
1
-1
/
+2
*
nir: Add interp_var_at_offset flipping.
Kenneth Graunke
2016-05-20
1
-0
/
+21
*
nir: Fix fddy swizzles in nir_lower_wpos_ytransform().
Kenneth Graunke
2016-05-20
1
-0
/
+3
*
nir: Fix wpos_ytransform lowering state_slot swizzle.
Kenneth Graunke
2016-05-20
1
-0
/
+2
*
nir/validate: assume() that hashtable entry exists
Rob Clark
2016-05-20
1
-0
/
+3
*
nir: coverity unitialized pointer read
Rob Clark
2016-05-20
1
-0
/
+2
*
nir: coverity sign-extension fix
Rob Clark
2016-05-20
1
-1
/
+1
*
nir/glsl_to_nir: quell some uninit_member coverity errors
Rob Clark
2016-05-20
1
-0
/
+6
*
nir/validate: dump annotated shader with error msgs
Rob Clark
2016-05-17
1
-1
/
+62
*
nir/validate: assert() -> validate_assert()
Rob Clark
2016-05-17
1
-126
/
+128
*
nir/print: add support for print annotations
Rob Clark
2016-05-17
2
-1
/
+35
*
nir: add double input bitmap
Juan A. Suarez Romero
2016-05-17
2
-0
/
+3
*
nir: Mark nir_start_block()/nir_impl_last_block() with returns_nonnull.
Matt Turner
2016-05-16
1
-4
/
+5
*
nir: Add a nir->info.uses_interp_var_at_offset flag.
Kenneth Graunke
2016-05-15
3
-0
/
+10
*
nir: forward-declare 'struct gl_shader_program'
Rob Clark
2016-05-15
1
-1
/
+2
*
nir: return progress from lower_idiv
Rob Clark
2016-05-15
2
-7
/
+16
*
nir: fix comment typo about f2d/d2f
Rob Clark
2016-05-15
1
-2
/
+2
*
nir: Add texture opcodes and source types for multisample compression
Jason Ekstrand
2016-05-14
2
-0
/
+12
*
nir/builder: Add a helper for grabbing multiple channels from an ssa def
Jason Ekstrand
2016-05-14
1
-0
/
+14
*
nir/builder: Generate the alu helpers directly in python
Jason Ekstrand
2016-05-14
2
-31
/
+13
*
nir: Add an info bit for uses_sample_qualifier
Jason Ekstrand
2016-05-14
3
-1
/
+13
*
nir: Remove empty visit_call_src and visit_load_const_src functions
Ian Romanick
2016-05-12
1
-17
/
+2
*
nir: Silence unused parameter warnings
Ian Romanick
2016-05-12
4
-6
/
+9
*
nir: glsl_get_bit_size() should take glsl_type
Rob Clark
2016-05-12
6
-14
/
+13
*
nir/algebraic: Separate ffma lowering from fusing
Jason Ekstrand
2016-05-11
2
-1
/
+2
*
nir/lower-io: add support for lowering inputs
Rob Clark
2016-05-11
2
-9
/
+45
*
nir/lower-io: split out some helper fxns
Rob Clark
2016-05-11
1
-52
/
+70
*
nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries
Rob Clark
2016-05-11
2
-6
/
+6
*
nir: move callsite of lower_outputs_to_temporaries
Rob Clark
2016-05-11
2
-6
/
+0
*
nir: lower-io-types pass
Rob Clark
2016-05-11
2
-0
/
+181
*
nir: passthrough-edgeflags support
Rob Clark
2016-05-11
2
-0
/
+60
*
nir: add lowering pass for glBitmap
Rob Clark
2016-05-11
2
-0
/
+146
*
nir: add lowering pass for glDrawPixels
Rob Clark
2016-05-11
2
-0
/
+267
*
nir: add lowering pass for y-transform
Rob Clark
2016-05-11
2
-0
/
+321
*
Revert "nir: Try to warn when C99 extensions are used in nir headers."
Jose Fonseca
2016-05-10
1
-22
/
+1
*
nir/print: Print memory qualifiers in a variable declaration
Eduardo Lima Mitev
2016-05-10
1
-0
/
+7
*
nir/search: fix typo
Rob Clark
2016-05-09
1
-1
/
+1
*
nir: Remove spurious return from void function.
Jose Fonseca
2016-05-06
1
-2
/
+0
*
nir: remove now-unused nir_foreach_block*_call()
Connor Abbott
2016-05-05
1
-38
/
+0
*
nir/lower_double_ops: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-23
/
+9
*
nir/lower_double_pack: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-26
/
+21
*
nir/gather_info: fixup for new foreach_block()
Jason Ekstrand
2016-05-05
1
-5
/
+5
*
nir/lower_two_sided_color: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-3
/
+5
*
nir/lower_tex: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-25
/
+22
*
nir/lower_outputs_to_temporaries: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-16
/
+12
*
nir: Optimize out stores of undefs.
Kenneth Graunke
2016-05-05
1
-0
/
+30
*
nir: Replace vecN(undef, undef, ...) with a single undef.
Kenneth Graunke
2016-05-05
1
-0
/
+33
*
nir: Rename opt_undef_alu to opt_undef_csel; update comments.
Kenneth Graunke
2016-05-05
1
-12
/
+13
*
nir: fix assert for wildcard pairs
Thomas Hindoe Paaboel Andersen
2016-05-05
1
-1
/
+1
*
nir: Separate 32 and 64-bit fmod lowering
Samuel Iglesias Gonsálvez
2016-05-04
2
-3
/
+5
[next]