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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
Ian Romanick
2019-07-08
2
-1
/
+218
*
nir: Add unit tests for nir_opt_comparison_pre
Ian Romanick
2019-07-08
4
-1
/
+334
*
nir: print ptr_stride for deref_casts
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+4
*
spirv: Implement SPV_EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+27
*
spirv: Update the headers from latest Khronos master
Caio Marcelo de Oliveira Filho
2019-07-08
2
-164
/
+258
*
nir: Add demote and is_helper_invocation intrinsics
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+11
*
compiler: Add color system value
Connor Abbott
2019-07-08
4
-0
/
+18
*
intel/nir: Extract add_const_offset_to_base
Connor Abbott
2019-07-08
2
-0
/
+77
*
nir/lower_io_to_temporaries: Handle interpolation intrinsics
Connor Abbott
2019-07-08
1
-0
/
+166
*
nir: Avoid coalescing vars created by lower_io_to_temporaries
Connor Abbott
2019-07-08
3
-0
/
+20
*
nir: Return correct size in nir_assign_io_var_locations()
Connor Abbott
2019-07-08
1
-2
/
+4
*
nir: Handle compact variables when assigning i/o locations
Connor Abbott
2019-07-08
1
-2
/
+22
*
nir: Move st_nir_assign_var_locations() to common code
Connor Abbott
2019-07-08
2
-0
/
+114
*
radv: Make FragCoord a sysval
Connor Abbott
2019-07-08
2
-5
/
+9
*
spirv: Add an option for making FragCoord a sysval
Connor Abbott
2019-07-08
2
-1
/
+11
*
anv,nir: Move lower_input_attachments pass from ANV to NIR.
Daniel Schürmann
2019-07-08
4
-0
/
+154
*
glsl/standalone: meson test for --dump-builder
Yevhenii Kolesnikov
2019-07-03
2
-0
/
+23
*
glsl/standalone: exit on unsupported texture functions
Sergii Romantsov
2019-07-03
1
-1
/
+14
*
spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup
Caio Marcelo de Oliveira Filho
2019-07-02
1
-4
/
+6
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
6
-0
/
+193
*
nir: Add optimization to use ROR/ROL instructions
Sagar Ghuge
2019-07-01
2
-0
/
+15
*
nir: Add urol and uror opcodes
Sagar Ghuge
2019-07-01
1
-0
/
+11
*
glsl/nir: Lower buffers using Binding instead of Names
Caio Marcelo de Oliveira Filho
2019-06-30
1
-5
/
+28
*
nir/linker: update already processed uniforms search for UBOs/SSBOs
Alejandro Piñeiro
2019-06-30
1
-10
/
+71
*
nir/linker: fill up uniform_storage with explicit data
Alejandro Piñeiro
2019-06-30
1
-5
/
+47
*
nir/linker: use only the array element type for array of ssbo/ubo
Alejandro Piñeiro
2019-06-30
1
-2
/
+42
*
nir/linker: fill is_shader_storage for uniforms
Alejandro Piñeiro
2019-06-30
1
-1
/
+2
*
nir/linker: add gl_nir_link_uniform_blocks.c
Alejandro Piñeiro
2019-06-30
4
-0
/
+648
*
nir_types: add glsl_type_is_leaf helper
Alejandro Piñeiro
2019-06-30
2
-0
/
+15
*
glsl/nir: add glsl_types::explicit_size plus nir C wrapper
Alejandro Piñeiro
2019-06-30
4
-0
/
+89
*
glsl_types: add type::bit_size and glsl_base_type_bit_size helpers
Alejandro Piñeiro
2019-06-30
1
-8
/
+52
*
nir: add is_in_ubo/ssbo/block helpers
Alejandro Piñeiro
2019-06-30
1
-0
/
+20
*
spirv/nir: fill up nir variable info for ubos and ssbo
Alejandro Piñeiro
2019-06-30
1
-1
/
+3
*
spirv/nir: create nir variable for UBO/SSBO
Alejandro Piñeiro
2019-06-30
1
-2
/
+13
*
nir/serach: Increase maximum commutative expressions from 4 to 8
Ian Romanick
2019-06-28
2
-2
/
+4
*
nir/algebraic: Don't mark expression with duplicate sources as commutative
Ian Romanick
2019-06-28
1
-1
/
+56
*
nir/search: Log Boolean constants instead of asserting
Ian Romanick
2019-06-28
1
-0
/
+3
*
nir/algebraic: Fail build when too many commutative expressions are used
Ian Romanick
2019-06-28
3
-1
/
+51
*
nir/algebraic: Fix whitespace error
Ian Romanick
2019-06-28
1
-1
/
+0
*
nir: Fix lowering of bitfield_insert to shifts.
Eric Anholt
2019-06-28
1
-3
/
+5
*
nir/algebraic: Add helpers and a rule involving wrapping
Caio Marcelo de Oliveira Filho
2019-06-26
2
-0
/
+15
*
spirv: Implement NoSignedWrap and NoUnsignedWrap decorations
Caio Marcelo de Oliveira Filho
2019-06-26
1
-0
/
+33
*
nir: Add a no wrapping bits to nir_alu_instr
Caio Marcelo de Oliveira Filho
2019-06-26
5
-8
/
+36
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
4
-19
/
+2
*
nir: opt_vectorize: combine different constant sources
Jonathan Marek
2019-06-26
1
-2
/
+25
*
nir: add tess support to nir_lower_clamp_color_outputs()
Timothy Arceri
2019-06-26
1
-0
/
+1
*
glsl: Fix round64 conversion function
Sagar Ghuge
2019-06-25
1
-9
/
+12
*
glsl: Don't increase the iteration count when there are no terminators
Ian Romanick
2019-06-24
1
-1
/
+7
*
glsl/nir: Fix copying 64-bit values in uniform storage
Caio Marcelo de Oliveira Filho
2019-06-24
1
-1
/
+1
*
glsl/nir: Fix copying vector constant values
Caio Marcelo de Oliveira Filho
2019-06-24
1
-1
/
+1
[next]