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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add lowering for find_lsb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering for ifind_msb to ufind_msb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: Add lowering for bitfieldInsert without using bfi.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: implement the GLSL equivalent of if simplication in nir_opt_if
Samuel Pitoiset
2018-06-04
1
-5
/
+92
*
nir: make is_comparison() a non-static helper function
Samuel Pitoiset
2018-06-04
2
-25
/
+25
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
2
-15
/
+5
*
nir: Lower !f2b(x) to x == 0.0
Ian Romanick
2018-06-01
1
-0
/
+1
*
nir: Add some missing "optimization undo" patterns
Ian Romanick
2018-06-01
1
-1
/
+19
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
1
-0
/
+2
*
nir: optimize iand(ieq(a, 0), ieq(b, 0)) to ieq(ior(a, b), 0)
Samuel Pitoiset
2018-05-31
1
-0
/
+2
*
nir: add unsigned comparison simplifications
Timothy Arceri
2018-05-30
1
-0
/
+2
*
nir/print: fix printing of 8/16 bit constant variables
Karol Herbst
2018-05-29
1
-0
/
+31
*
nir: Implement optional b2f->iand lowering
Alyssa Rosenzweig
2018-05-18
2
-1
/
+7
*
anv,nir: add generated files to .gitignore(s)
Rhys Perry
2018-05-12
1
-0
/
+2
*
nir/format_convert: Add code for bitcasting vectors
Jason Ekstrand
2018-05-09
1
-0
/
+53
*
nir/format_convert: Add a function to pack RGB9_E5 formats
Jason Ekstrand
2018-05-09
1
-0
/
+64
*
nir/format_convert: Add pack/unpack for R11F_G11F_B10F
Jason Ekstrand
2018-05-09
1
-0
/
+38
*
nir/format_convert: Add linear <-> sRGB helpers
Jason Ekstrand
2018-05-09
1
-0
/
+26
*
nir: Add the start of a format conversion helper header
Jason Ekstrand
2018-05-09
2
-0
/
+107
*
nir: Transform discard_if(true) into discard
Matt Turner
2018-05-07
1
-1
/
+16
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
3
-5
/
+5
*
nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.
Iago Toral Quiroga
2018-05-03
1
-5
/
+59
*
nir: add opcodes for 16-bit packing and unpacking
Iago Toral Quiroga
2018-05-03
1
-0
/
+19
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
3
-0
/
+133
*
nir: add missing dependency in meson.build
Rob Clark
2018-05-02
1
-1
/
+1
*
compiler/nir: Add conditional lowering for gl_BaseVertex
Antia Puentes
2018-05-02
2
-0
/
+21
*
compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics
Antia Puentes
2018-05-02
3
-0
/
+6
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
5
-637
/
+0
*
nir/opt_constant_folding: fix folding of 8 and 16 bit ints
Karol Herbst
2018-04-26
1
-2
/
+12
*
nir: print 8 and 16 bit constants correctly
Karol Herbst
2018-04-26
1
-2
/
+14
*
nir: support converting to 8-bit integers in nir_type_conversion_op
Karol Herbst
2018-04-26
1
-1
/
+6
*
nir: Do not use progress for unreachable code in return lowering.
Bas Nieuwenhuizen
2018-04-23
1
-1
/
+6
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-1
/
+1
*
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
2018-04-19
3
-0
/
+6
*
nir/builder: Add a nir_imm_floatN_t helper
Neil Roberts
2018-04-17
1
-0
/
+13
*
nir: return early when lowering a return at the end of a function
Timothy Arceri
2018-04-17
1
-0
/
+6
*
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2018-04-14
2
-13
/
+56
*
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
2018-04-14
1
-1
/
+1
*
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
2018-04-14
1
-6
/
+6
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
5
-6
/
+2
*
nir/vars_to_ssa: Simplify node matching code
Caio Marcelo de Oliveira Filho
2018-04-11
1
-36
/
+31
*
nir/vars_to_ssa: Remove an unnecessary deref_arry_type check
Caio Marcelo de Oliveira Filho
2018-04-11
1
-4
/
+5
*
nir/vars_to_ssa: Rework register_variable_uses()
Caio Marcelo de Oliveira Filho
2018-04-11
1
-28
/
+23
*
nir: Use nir_builder in lower_io_to_temporaries
Jason Ekstrand
2018-04-11
1
-19
/
+16
*
nir/lower_atomics: Rework the main walker loop a bit
Jason Ekstrand
2018-04-10
1
-8
/
+16
*
nir: Check if u_vector_init() succeeds
Topi Pohjolainen
2018-04-11
1
-2
/
+9
*
nir: dont lower bindless samplers
Timothy Arceri
2018-04-10
1
-1
/
+7
*
nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZE
Jason Ekstrand
2018-04-09
1
-0
/
+10
*
nir: add comment about nir_src_copy()
Rob Clark
2018-04-09
1
-0
/
+3
[next]