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
/
compiler
/
nir
/
meson.build
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
1
-0
/
+1
*
nir: add a vectorization pass
Connor Abbott
2019-06-18
1
-0
/
+1
*
nir: Rematerialize compare instructions
Ian Romanick
2019-05-31
1
-0
/
+1
*
nir: implement lowering for fsin and fcos
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
nir/flrp: Add new lowering pass for flrp instructions
Ian Romanick
2019-05-06
1
-0
/
+1
*
nir: add int_to_float lowering pass
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
nir: Add a SSA type gathering pass
Jason Ekstrand
2019-05-04
1
-0
/
+1
*
nir: add pass to lower fb reads
Rob Clark
2019-05-02
1
-0
/
+1
*
nir: add rcp(w) lowering for gl_FragCoord
Andreas Baierl
2019-04-29
1
-0
/
+1
*
nir: Add nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
1
-0
/
+1
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
1
-0
/
+1
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-1
/
+0
*
nir: Add partial redundancy elimination for compares
Ian Romanick
2019-03-28
1
-0
/
+1
*
nir: Add nir_const_value_negative_equal
Ian Romanick
2019-03-28
1
-0
/
+12
*
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
2019-03-25
1
-0
/
+1
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
1
-0
/
+1
*
nir: Add a new pass to lower array dereferences on vectors
Jason Ekstrand
2019-03-15
1
-0
/
+1
*
nir: Add a pass to combine store_derefs to same vector
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
nir: Add a pass for lowering IO back to vector when possible
Jason Ekstrand
2019-03-12
1
-0
/
+1
*
nir: Add a stripping pass for improved cacheability
Connor Abbott
2019-03-12
1
-0
/
+1
*
nir/spirv: initial handling of OpenCL.std extension opcodes
Karol Herbst
2019-03-05
1
-0
/
+2
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
1
-0
/
+1
*
nir: Add a bool to float32 lowering pass
Jason Ekstrand
2019-01-14
1
-0
/
+1
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+1
*
nir: Add a pass for lowering integer division by constants
Jason Ekstrand
2018-12-13
1
-0
/
+1
*
meson: Add nir_algebraic_parser_test to suites
Dylan Baker
2018-12-10
1
-0
/
+1
*
nir/algebraic: Add unit tests for bitsize validation
Connor Abbott
2018-12-05
1
-0
/
+7
*
meson: Add tests to suites
Dylan Baker
2018-11-20
1
-2
/
+5
*
nir: Add a pass for gathering transform feedback info
Jason Ekstrand
2018-10-29
1
-0
/
+2
*
nir: Separate dead write removal into its own pass
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+1
*
nir: Add test file for vars related passes
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+11
*
nir: Add an array copy optimization
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
nir: Add a structure splitting pass
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-7
/
+7
*
nir/meson: fix c vs cpp args for nir test
Dylan Baker
2018-08-01
1
-1
/
+1
*
nir: add builtin builder
Karol Herbst
2018-07-24
1
-0
/
+2
*
nir: Add a large constants optimization pass
Jason Ekstrand
2018-07-02
1
-0
/
+1
*
nir: Delete lower_io_types
Jason Ekstrand
2018-06-22
1
-1
/
+0
*
nir: Add a concept of per-member structs and a lowering pass
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
nir: Add a deref path helper struct
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
nir: Add helpers for working with deref instructions
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
nir: add pass to move load_const
Rob Clark
2018-06-19
1
-0
/
+1
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
1
-0
/
+1
*
nir: Add the start of a format conversion helper header
Jason Ekstrand
2018-05-09
1
-0
/
+1
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
1
-0
/
+1
*
nir: add missing dependency in meson.build
Rob Clark
2018-05-02
1
-1
/
+1
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
1
-3
/
+0
*
nir/spirv: add gl_spirv_validation method
Alejandro Piñeiro
2018-03-30
1
-0
/
+1
*
spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build
Ian Romanick
2018-03-29
1
-15
/
+0
[next]