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
/
nir_builder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2015-12-29
1
-0
/
+11
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-1
/
+1
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-1
/
+3
*
nir/builder: Add a load_system_value helper
Jason Ekstrand
2015-12-15
1
-0
/
+12
*
nir/builder: only read meaningful channels in nir_swizzle()
Connor Abbott
2015-11-23
1
-1
/
+1
*
nir: add nir_ssa_for_alu_src()
Rob Clark
2015-11-19
1
-0
/
+21
*
nir/builder: Don't use designated initializers
Jason Ekstrand
2015-09-21
1
-3
/
+18
*
nir/build: add nir_vec() helper
Rob Clark
2015-09-18
1
-0
/
+18
*
nir/builder: fix c++11 compiler warning
Rob Clark
2015-09-17
1
-1
/
+1
*
nir/builder: Use a normal temporary array in nir_channel
Jason Ekstrand
2015-09-15
1
-1
/
+2
*
nir: add nir_channel() to get at single components of vec's
Rob Clark
2015-09-13
1
-0
/
+6
*
nir/builder: Add nir_load_var() and nir_store_var() helpers.
Kenneth Graunke
2015-09-11
1
-0
/
+27
*
nir/builder: Use nir_after_instr to advance the cursor
Jason Ekstrand
2015-08-31
1
-2
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-33
/
+10
*
nir: Add and use initializer #defines for nir_src and nir_dest
Jason Ekstrand
2015-05-08
1
-4
/
+2
*
nir/builder: add nir_builder_insert_after_instr()
Rob Clark
2015-04-17
1
-2
/
+18
*
nir: Add an interface to turn a nir_src into a nir_ssa_def.
Eric Anholt
2015-04-03
1
-0
/
+19
*
nir: Add an interface for the builder to insert instructions before.
Eric Anholt
2015-04-03
1
-4
/
+23
*
nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.
Kenneth Graunke
2015-03-27
1
-0
/
+44
*
nir: Add nir_builder helpers for creating load_const intrinsics.
Kenneth Graunke
2015-03-27
1
-0
/
+35
*
nir: Add an ALU op builder kind of like ir_builder.h
Eric Anholt
2015-02-18
1
-0
/
+130