index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
/
vc4_nir_lower_blend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add bit_size parameter to system values with multiple allowed bit sizes
Karol Herbst
2019-01-21
1
-2
/
+2
*
vc4: Reuse nir_format_convert.h in our blend lowering.
Eric Anholt
2018-12-17
1
-33
/
+3
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
1
-50
/
+0
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-1
/
+1
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
vc4: Respect glSampleMask() even when we're not writing color.
Eric Anholt
2017-02-10
1
-3
/
+13
*
vc4: Use the nir_builder helper for loading sample mask.
Eric Anholt
2017-02-10
1
-10
/
+1
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-1
/
+1
*
vc4: Mark when we add discards while lowering blend state.
Eric Anholt
2016-08-29
1
-0
/
+1
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
1
-11
/
+18
*
vc4: Switch to using the intrinsic accessors.
Eric Anholt
2016-08-19
1
-3
/
+4
*
vc4: fixup for new nir_foreach_block()
Connor Abbott
2016-05-05
1
-5
/
+4
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
vc4: Switch to using NIR_PASS macros.
Eric Anholt
2016-04-08
1
-2
/
+2
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-2
/
+2
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-4
/
+4
*
vc4: Fix handling of sample_mask output.
Eric Anholt
2015-12-11
1
-5
/
+4
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-0
/
+2
*
vc4: Add support for multisample framebuffer operations.
Eric Anholt
2015-12-08
1
-16
/
+116
*
vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.
Eric Anholt
2015-11-21
1
-2
/
+2
*
vc4: Convert blending to being done in 4x8 unorm normally.
Eric Anholt
2015-10-23
1
-47
/
+239
*
vc4: Use nir_foreach_variable
Boyan Ding
2015-10-20
1
-1
/
+1
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
1
-6
/
+3
*
gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
Eric Anholt
2015-09-16
1
-1
/
+5
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-1
/
+1
*
vc4: Move all of our fixed function fragment color handling to NIR.
Eric Anholt
2015-08-14
1
-0
/
+431