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_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Enable PIPE_CAP_TGSI_TEXCOORD.
Eric Anholt
2020-06-29
1
-13
/
+3
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
vc4: Don't forget to set the range when scalarizing our uniforms.
Eric Anholt
2019-04-10
1
-0
/
+2
*
vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_value
Jason Ekstrand
2019-04-07
1
-2
/
+1
*
vc4: Use the original bit size when scalarizing uniform loads.
Eric Anholt
2018-12-16
1
-1
/
+2
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-8
/
+8
*
vc4: Fix vc4_nir_lower_io for non-vec4 I/O.
Eric Anholt
2016-08-22
1
-22
/
+12
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
1
-3
/
+5
*
vc4: Switch store_output to using nir_lower_io_to_scalar / component.
Eric Anholt
2016-08-19
1
-39
/
+3
*
vc4: Use the intrinsic's first_component for vattr VPM index.
Eric Anholt
2016-08-19
1
-2
/
+2
*
vc4: Convert to using nir_lower_io_scalar for FS inputs.
Eric Anholt
2016-08-19
1
-41
/
+45
*
vc4: Switch to using the intrinsic accessors.
Eric Anholt
2016-08-19
1
-11
/
+15
*
ttn: Use nir_load_front_face instead of the TGSI-style input.
Eric Anholt
2016-08-19
1
-14
/
+1
*
vc4: Switch to using nir_load_front_face.
Eric Anholt
2016-05-17
1
-5
/
+9
*
vc4: fixup for new nir_foreach_block()
Connor Abbott
2016-05-05
1
-15
/
+5
*
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
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
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
*
vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.
Eric Anholt
2016-04-08
1
-18
/
+8
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-3
/
+3
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-3
/
+3
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-3
/
+3
*
vc4: Fix handling of sample_mask output.
Eric Anholt
2015-12-11
1
-1
/
+2
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-17
/
+37
*
vc4: Add support for multisample framebuffer operations.
Eric Anholt
2015-12-08
1
-1
/
+3
*
vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.
Eric Anholt
2015-11-21
1
-4
/
+3
*
vc4: Use Rob's NIR-based user clip lowering.
Eric Anholt
2015-10-23
1
-0
/
+1
*
vc4: Switch our vertex attr lowering to being NIR-based.
Eric Anholt
2015-10-20
1
-34
/
+199
*
vc4: Use nir_foreach_variable
Boyan Ding
2015-10-20
1
-2
/
+2
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
1
-20
/
+9
*
gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
Eric Anholt
2015-09-16
1
-3
/
+10
*
vc4: Fix build from recent NIR cleanups.
Eric Anholt
2015-09-14
1
-2
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-3
/
+3
*
vc4: Move all of our fixed function fragment color handling to NIR.
Eric Anholt
2015-08-14
1
-4
/
+20
*
vc4: Lower uniform loads to scalar in NIR.
Eric Anholt
2015-07-30
1
-14
/
+72
*
vc4: Move some FS input lowering into NIR.
Eric Anholt
2015-07-30
1
-0
/
+47
*
vc4: Lower NIR inputs to scalar as well.
Eric Anholt
2015-07-30
1
-2
/
+42
*
vc4: Start adding a NIR-based output lowering pass.
Eric Anholt
2015-07-30
1
-0
/
+130