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/serialize: Prevent writing uninitialized state_slot data
Connor Abbott
2019-03-11
1
-5
/
+14
*
Revert MR 369 (Fix extract_i8 and extract_u8 for 64-bit integers)
Kenneth Graunke
2019-03-09
1
-24
/
+10
*
nir/algebraic: Add missing 16-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Add missing 64-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Remove redundant extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-14
/
+4
*
nir/algebraic: Fix up extract_[iu]8 after loop unrolling
Ian Romanick
2019-03-08
1
-2
/
+20
*
nir/linker: fix ARRAY_SIZE query with xfb varyings
Alejandro Piñeiro
2019-03-08
1
-1
/
+2
*
nir/linker: Fix TRANSFORM_FEEDBACK_BUFFER_INDEX
Antia Puentes
2019-03-08
1
-1
/
+11
*
nir/linker: use nir_gather_xfb_info
Alejandro Piñeiro
2019-03-08
1
-186
/
+54
*
nir/xfb: handle arrays and AoA of basic types
Alejandro Piñeiro
2019-03-08
1
-10
/
+32
*
nir_types: add glsl_type_is_struct helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: sort varyings too
Alejandro Piñeiro
2019-03-08
1
-2
/
+17
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro Piñeiro
2019-03-08
2
-7
/
+44
*
nir_types: add glsl_varying_count helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: add component_offset at nir_xfb_info
Alejandro Piñeiro
2019-03-08
2
-0
/
+4
*
nir/builder: Add a build_deref_array_imm helper
Jason Ekstrand
2019-03-07
7
-17
/
+25
*
nir/builder: Cast array indices in build_deref_follower
Jason Ekstrand
2019-03-07
1
-1
/
+7
*
nir/builder: Emit better code for iadd/imul_imm
Jason Ekstrand
2019-03-07
2
-5
/
+24
*
nir: free dead_ctx in case of no progress
Tapani Pälli
2019-03-07
1
-1
/
+3
*
glsl: use NIR function inlining for drivers that use glsl_to_nir()
Timothy Arceri
2019-03-06
2
-2
/
+83
*
glsl/freedreno/panfrost: pass gl_context to the standalone compiler
Timothy Arceri
2019-03-06
3
-5
/
+7
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
2
-17
/
+35
*
nir/deref: Expose nir_opt_deref_impl
Jason Ekstrand
2019-03-06
2
-1
/
+2
*
nir/inline_functions: Break inlining into a builder helper
Jason Ekstrand
2019-03-06
3
-40
/
+60
*
glsl/nir: Inline functions in float64_funcs_to_nir
Jason Ekstrand
2019-03-06
1
-0
/
+5
*
glsl/nir: Add a shared helper for building float64 shaders
Jason Ekstrand
2019-03-06
4
-0
/
+65
*
nir: Teach loop unrolling about 64-bit instruction lowering
Jason Ekstrand
2019-03-06
3
-13
/
+79
*
nir: Expose double and int64 op_to_options_mask helpers
Jason Ekstrand
2019-03-06
3
-51
/
+23
*
compiler/nir: add an is_conversion field to nir_op_info
Iago Toral Quiroga
2019-03-06
3
-33
/
+47
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
21
-39
/
+39
*
glsl: rename record_types -> struct_types
Timothy Arceri
2019-03-06
2
-10
/
+10
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
5
-7
/
+7
*
glsl: rename get_record_instance() -> get_struct_instance()
Timothy Arceri
2019-03-06
5
-7
/
+7
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
18
-80
/
+80
*
nir/spirv: initial handling of OpenCL.std extension opcodes
Karol Herbst
2019-03-05
12
-3
/
+602
*
nir/vtn: add support for SpvBuiltInGlobalLinearId
Karol Herbst
2019-03-05
5
-12
/
+45
*
nir: add support for address bit sized system values
Karol Herbst
2019-03-05
2
-18
/
+29
*
nir/spirv: improve parsing of the memory model
Karol Herbst
2019-03-05
3
-7
/
+45
*
nir: replace magic numbers with M_PI
Karol Herbst
2019-03-05
1
-2
/
+2
*
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
2019-03-05
2
-9
/
+16
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
4
-0
/
+102
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
1
-0
/
+3
*
v3d: Move the stores for fixed function VS output reads into NIR.
Eric Anholt
2019-03-05
1
-0
/
+9
*
nir: Improve printing of load_input/store_output variable names.
Eric Anholt
2019-03-05
1
-2
/
+4
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
2
-26
/
+42
*
spirv: Use the generic dereference function for OpArrayLength
Jason Ekstrand
2019-03-05
1
-1
/
+1
*
spirv: Pull offset/stride from the pointer for OpArrayLength
Jason Ekstrand
2019-03-05
1
-2
/
+10
*
intel,nir: Lower TXD with min_lod when the sampler index is not < 16
Jason Ekstrand
2019-03-04
2
-0
/
+27
*
spirv: OpImageQueryLod requires a sampler
Jason Ekstrand
2019-03-04
1
-1
/
+1
*
spirv: Allow [i/u]mulExtended to use new nir opcode
Sagar Ghuge
2019-03-04
1
-6
/
+10
[next]