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: Add a lowering pass for YUV textures
Kristian Høgsberg Kristensen
2016-05-24
2
-0
/
+126
*
nir: Handle NULL in nir_copy_deref()
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+3
*
nir: Add new 'plane' texture source type
Kristian Høgsberg Kristensen
2016-05-24
2
-0
/
+4
*
nir/lower_samplers: Protect against sampler index overflow
Jason Ekstrand
2016-05-23
1
-3
/
+6
*
nir/validate: fix null deref coverity warning
Rob Clark
2016-05-23
1
-0
/
+1
*
nir: handle double-precision in fsign, fsat, fnot and frcp
Iago Toral Quiroga
2016-05-23
1
-4
/
+9
*
nir: handle double-precision in fabs, frsq and fsqrt
Iago Toral Quiroga
2016-05-23
1
-3
/
+3
*
nir: Fix crash in nir_lower_wpos_center().
Kenneth Graunke
2016-05-20
1
-1
/
+1
*
nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers.
Kenneth Graunke
2016-05-20
2
-0
/
+108
*
nir: Don't use ffma in nir_lower_wpos_ytransform().
Kenneth Graunke
2016-05-20
1
-12
/
+8
*
nir: Handle fddy_fine and fddy_coarse in nir_lower_wpos_ytransform.
Kenneth Graunke
2016-05-20
1
-1
/
+3
*
nir: Make lower_wpos_ytransform_block a void function.
Kenneth Graunke
2016-05-20
1
-3
/
+1
*
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
[prev]
[next]