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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add pass to lower fb reads
Rob Clark
2019-05-02
4
-6
/
+138
*
nir: fix lower_wpos_ytransform in load_frag_coord case
Rob Clark
2019-05-02
1
-10
/
+11
*
nir: rework tex instruction printing
Rob Clark
2019-05-02
1
-8
/
+10
*
nir/search: Add debugging code to dump the pattern matched
Connor Abbott
2019-05-02
1
-0
/
+75
*
nir/search: Add automaton-based pre-searching
Connor Abbott
2019-05-02
3
-19
/
+425
*
nir: Saturating integer arithmetic is not associative
Ian Romanick
2019-05-01
1
-1
/
+1
*
nir: improve convert_yuv_to_rgb
Jonathan Marek
2019-05-01
1
-15
/
+14
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
2
-8
/
+0
*
nir: Add a new nir_cf_list_is_empty_block() helper.
Kenneth Graunke
2019-04-28
1
-0
/
+15
*
nir: add rcp(w) lowering for gl_FragCoord
Andreas Baierl
2019-04-29
3
-0
/
+83
*
nir: use braces around subobject in initializer
Tapani Pälli
2019-04-26
2
-6
/
+6
*
nir/algebraic: Optimize integer cast-of-cast
Jason Ekstrand
2019-04-26
1
-0
/
+42
*
nir: fix bit_size in lower indirect derefs.
Dave Airlie
2019-04-26
1
-1
/
+1
*
freedreno/ir3: lower load_barycentric_at_offset
Rob Clark
2019-04-25
1
-0
/
+3
*
freedreno/ir3: lower load_barycentric_at_sample
Rob Clark
2019-04-25
1
-0
/
+7
*
nir: Add option to lower tex to txl when shader don't support implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
2
-0
/
+8
*
nir: fix nir_remove_unused_varyings()
Timothy Arceri
2019-04-25
1
-18
/
+33
*
nir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref
Jason Ekstrand
2019-04-22
1
-14
/
+4
*
nir: Add helpers for getting the type of an address format
Jason Ekstrand
2019-04-19
1
-0
/
+33
*
intel,nir: Lower TXD with a bindless sampler
Jason Ekstrand
2019-04-19
2
-0
/
+8
*
nir/lower_io: Expose some explicit I/O lowering helpers
Jason Ekstrand
2019-04-19
2
-42
/
+65
*
nir_opcodes.py: Saturate to expression that doesn't overflow
Kristian H. Kristensen
2019-04-19
2
-1
/
+3
*
nir: Use the nir_builder _imm helpers in setting up deref offsets.
Eric Anholt
2019-04-19
1
-4
/
+3
*
nir: Fix deref offset calculation for structs.
Eric Anholt
2019-04-19
1
-1
/
+1
*
nir/algebraic: add lowering for fsign
Erico Nunes
2019-04-19
2
-0
/
+4
*
nir/algebraic: Strength reduce some compares of x and -x
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Fix some 1-bit Boolean weirdness
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Replace a pattern where iand with a Boolean is used as a bcsel
Ian Romanick
2019-04-18
1
-0
/
+4
*
nir/algebraic: Recognize open-coded copysign(1.0, a)
Ian Romanick
2019-04-18
1
-0
/
+6
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
4
-40
/
+15
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
3
-20
/
+14
*
nir: Drop "struct" from some nir_* declarations
Jason Ekstrand
2019-04-18
3
-11
/
+11
*
nir/algebraic: Use a cache to avoid re-emitting structs
Jason Ekstrand
2019-04-16
1
-17
/
+36
*
nir/algebraic: Move the template closer to the render function
Jason Ekstrand
2019-04-16
1
-19
/
+19
*
nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible
Marek Olšák
2019-04-16
2
-2
/
+46
*
nir,ac/nir: fix cube_face_coord
Rhys Perry
2019-04-15
1
-6
/
+15
*
nir: fix packing components with arrays
Timothy Arceri
2019-04-15
1
-1
/
+2
*
nir/validate: Require unused bits of nir_const_value to be zero
Jason Ekstrand
2019-04-14
2
-20
/
+41
*
nir/load_const_to_scalar: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir/constant_folding: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
22
-277
/
+317
*
nir/loop_analyze: use nir_const_value.b for boolean results, not u32
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/print: Use nir_src_as_int for array indices
Jason Ekstrand
2019-04-14
1
-3
/
+2
*
nir/builder: Add a nir_imm_zero helper
Jason Ekstrand
2019-04-14
3
-7
/
+17
*
nir/builder: Move nir_imm_vec2 from blorp into the builder
Karol Herbst
2019-04-14
1
-0
/
+12
*
nir: Add nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
3
-0
/
+104
*
nir: add lower_ftrunc
Christian Gmeiner
2019-04-13
2
-0
/
+3
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
8
-1
/
+215
*
nir: Add a comment about how intrinsic definitions work.
Eric Anholt
2019-04-12
1
-0
/
+11
*
nir: Drop remaining references to const_index in favor of the call to use.
Eric Anholt
2019-04-12
1
-5
/
+5
[next]