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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: lower mediump integer types to int16 and uint16
Marek Olšák
2020-06-02
5
-51
/
+834
*
glsl: handle int16 and uint16 types and add instructions for mediump
Marek Olšák
2020-06-02
10
-73
/
+437
*
glsl: treat lowp as mediump when lowering builtins
Marek Olšák
2020-06-02
1
-2
/
+4
*
nir: add options::vectorize_vec2_16bit to limit vectorization to vec2 16
Marek Olšák
2020-06-02
2
-15
/
+28
*
nir: fix lower_wpos for 16-bit fddy
Marek Olšák
2020-06-02
1
-2
/
+5
*
nir: lower int16 and uint16 in nir_lower_mediump_outputs
Marek Olšák
2020-06-02
1
-24
/
+36
*
nir: add int16 and uint16 type helpers
Marek Olšák
2020-06-02
4
-0
/
+46
*
nir: add i2imp and u2ump opcodes for conversions to mediump
Marek Olšák
2020-06-02
2
-6
/
+21
*
nir: Fold f2f16(b2f32(x)) to b2f16(x)
Alyssa Rosenzweig
2020-06-02
1
-0
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
5
-29
/
+51
*
nir: lower_tex: Don't normalize coordinates for TXF with RECT
Gert Wollny
2020-05-28
1
-1
/
+2
*
spirv,radv,anv: implement no-op VK_GOOGLE_user_type
Samuel Pitoiset
2020-05-28
2
-0
/
+6
*
iris, i965: Drop max_variable_local_size
Caio Marcelo de Oliveira Filho
2020-05-27
1
-1
/
+0
*
glsl: fix slow linking of uniforms in the nir linker
Timothy Arceri
2020-05-27
1
-9
/
+81
*
glsl: stop cascading errors if process_parameters() fails
Timothy Arceri
2020-05-27
1
-3
/
+6
*
nir: Fix sources for image atomic fadd
Jason Ekstrand
2020-05-26
1
-1
/
+1
*
glsl: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-2
/
+2
*
nir: fix lowering to scratch with boolean access
Rhys Perry
2020-05-26
1
-6
/
+7
*
glsl: cleanup vertex shader input checks
Marcin Ślusarz
2020-05-26
1
-17
/
+13
*
nir: Add un/pack_32_4x8 opcodes
Alyssa Rosenzweig
2020-05-25
1
-0
/
+7
*
nir: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
5
-18
/
+17
*
spirv: add support for bias/lod with OpImageGather
Samuel Pitoiset
2020-05-25
1
-3
/
+5
*
spirv: add SpvCapabilityImageGatherBiasLodAMD
Samuel Pitoiset
2020-05-25
2
-0
/
+5
*
glsl: subroutine signatures must match exactly
Yevhenii Kolesnikov
2020-05-24
1
-0
/
+3
*
spirv: add ReadClockKHR support with device scope
Samuel Pitoiset
2020-05-24
4
-2
/
+18
*
tree-wide: fix deprecated GitLab URLs
Eric Engestrom
2020-05-23
1
-1
/
+1
*
nir/copy_prop_vars: Record progress in more places
Jason Ekstrand
2020-05-22
1
-0
/
+3
*
nir/opt_deref: Report progress if we remove a deref
Jason Ekstrand
2020-05-22
1
-1
/
+3
*
nir/lower_double_ops: Rework the if (progress) tree
Jason Ekstrand
2020-05-22
1
-1
/
+8
*
glsl: Remove integer matrix support from ir_dereference_array::constant_expre...
Ian Romanick
2020-05-21
1
-9
/
+1
*
compiler: delete leftover autotools test wrapper
Eric Engestrom
2020-05-20
3
-9
/
+0
*
tests: Make tests aware of meson test wrapper
Dylan Baker
2020-05-20
3
-22
/
+55
*
glsl_type: don't serialize padding bytes from glsl_struct_field
Andrii Simiklit
2020-05-20
2
-100
/
+99
*
nir: Add const to nir_intrinsic_src_components
Jason Ekstrand
2020-05-19
1
-1
/
+1
*
nir: Add fclamp_pos opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add fsat_signed opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add a store_reg helper and use the builder in phis_to_regs
Jason Ekstrand
2020-05-19
2
-21
/
+25
*
nir: Add a new helper for iterating phi sources leaving a block
Jason Ekstrand
2020-05-19
3
-15
/
+30
*
nir/clone: Re-use clone_alu for nir_alu_instr_clone
Jason Ekstrand
2020-05-19
1
-21
/
+17
*
nir/opt_if: use nir_src_as_bool in opt_peel_loop_initial_if helper
Rhys Perry
2020-05-19
1
-12
/
+10
*
nir/opt_if: run opt_peel_loop_initial_if after all other optimizations
Rhys Perry
2020-05-19
1
-5
/
+44
*
nir: Add documentation for each jump instruction type
Jason Ekstrand
2020-05-19
1
-0
/
+18
*
nir: Use a switch statement in nir_handle_add_jump
Jason Ekstrand
2020-05-19
1
-13
/
+20
*
nir: Validate jump instructions as an instruction type
Jason Ekstrand
2020-05-19
1
-30
/
+39
*
nir: Consider atomic counter intrinsics when setting writes_memory
Caio Marcelo de Oliveira Filho
2020-05-18
1
-0
/
+22
*
nir: Use deref intrinsics to set writes_memory when gathering info
Caio Marcelo de Oliveira Filho
2020-05-18
1
-0
/
+29
*
spirv: handle OpCopyObject correctly with any types
Samuel Pitoiset
2020-05-15
3
-6
/
+37
*
nir: Use 8-bit types for most info fields
Jason Ekstrand
2020-05-15
2
-11
/
+11
*
Revert "nir/validate: validate the stride for deref_ptr_as_array"
Karol Herbst
2020-05-14
1
-1
/
+0
*
nir/validate: validate the stride for deref_ptr_as_array
Karol Herbst
2020-05-14
1
-0
/
+1
[next]