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
*
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
*
nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s...
Daniel Schürmann
2019-06-24
3
-0
/
+11
*
nir/algebraic: Use unsigned comparison when lowering bitfield insert/extract
Daniel Schürmann
2019-06-24
1
-2
/
+2
*
nir/algebraic: Remove unnecessary iand of [iu]bfe and bfm sources
Daniel Schürmann
2019-06-24
1
-0
/
+8
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
3
-31
/
+18
*
nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri...
Daniel Schürmann
2019-06-24
1
-0
/
+4
*
nir/lower_tex: Add an assert() in nir_lower_txs_lod()
Boris Brezillon
2019-06-20
1
-0
/
+1
*
spirv: Restrict use of descriptor intrinsics to Vulkan
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+8
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
8
-132
/
+136
*
glsl/nir: Fix handling of 64-bit values in uniform storage
Jason Ekstrand
2019-06-19
1
-1
/
+2
*
spirv: Only copy needed components for OpSpecConstantOp
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
spirv: Use a single path for OpSpecConstantOp of OpVectorShuffle
Jason Ekstrand
2019-06-19
1
-37
/
+19
*
spirv: Use vtn_constan_uint() for array lengths and gather components
Jason Ekstrand
2019-06-19
1
-4
/
+2
*
spirv: Add a vtn_constant_int helper
Jason Ekstrand
2019-06-19
2
-17
/
+19
*
glsl/types: Add a real is_integer helper
Jason Ekstrand
2019-06-19
3
-2
/
+10
*
glsl/types: Rename is_integer to is_integer_32
Jason Ekstrand
2019-06-19
13
-31
/
+32
*
glsl/types: Ignore bit sizes in contains_integer()
Jason Ekstrand
2019-06-19
1
-1
/
+1
[next]