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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.
Vinson Lee
2020-03-09
1
-2
/
+2
*
radeonsi: determine uses_bindless_samplers correctly
Marek Olšák
2020-03-09
1
-5
/
+6
*
ac: add a bug workaround for the 100% NGG culling case
Marek Olšák
2020-03-09
1
-0
/
+33
*
radeonsi: add a bug workaround for NGG - LATE_ALLOC_GS
Marek Olšák
2020-03-09
1
-0
/
+6
*
radeonsi: enable EXT_texture_shadow_lod
Sonny Jiang
2020-03-09
1
-0
/
+1
*
egl/android: require ANDROID_native_fence_sync for buffer age
Chia-I Wu
2020-03-09
1
-1
/
+12
*
radv/sqtt: fix RADV_THREAD_TRACE_BUFFER_SIZE spelling
Edmondo Tommasina
2020-03-09
1
-1
/
+1
*
glsl/opt_minmax: Add support for float16
Neil Roberts
2020-03-09
1
-0
/
+19
*
glsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
Kristian H. Kristensen
2020-03-09
1
-4
/
+5
*
glsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
Hyunjun Ko
2020-03-09
1
-1
/
+1
*
glsl/lower_instructions: Use float16 constants when appropriate
Neil Roberts
2020-03-09
1
-5
/
+31
*
glsl/validate: Allow float16 in the expression tree
Neil Roberts
2020-03-09
1
-27
/
+18
*
glsl: Add type queries for fp16+float and fp16+float+double
Kristian H. Kristensen
2020-03-09
1
-0
/
+16
*
glsl: Handle fp16 unary operations when lowering matrix operations
Hyunjun Ko
2020-03-09
1
-0
/
+3
*
glsl: Add ir_unop_f2fmp
Neil Roberts
2020-03-09
6
-0
/
+10
*
glsl: Add b2f16 and f162b conversion operations
Neil Roberts
2020-03-09
6
-0
/
+21
*
glsl: Add IR conversion ops for 16-bit float types
Neil Roberts
2020-03-09
6
-0
/
+26
*
glsl: Expand fp16 to float before constant expression evaluation
Kristian H. Kristensen
2020-03-09
1
-0
/
+26
*
glsl: Implement constant propagation for fp16
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add fp16 case for ir_triop_lrp optimization
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add support for float16 types in the IR tree
Neil Roberts
2020-03-09
5
-12
/
+86
*
glsl: Add ir_constant constructor for fp16
Kristian H. Kristensen
2020-03-09
3
-2
/
+33
*
freedreno/ir3: Don't fold conversions into sign
Kristian H. Kristensen
2020-03-09
1
-0
/
+1
*
amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvm
Daniel Schürmann
2020-03-09
4
-20
/
+1
*
radv: use nir_lower_discard_to_demote to work around game bugs
Daniel Schürmann
2020-03-09
3
-0
/
+6
*
radeonsi: lower discard to demote when FS_CORRECT_DERIVS_AFTER_KILL is enabled
Daniel Schürmann
2020-03-09
5
-26
/
+7
*
amd/llvm: implement nir_intrinsic_demote(_if) and nir_intrinsic_is_helper_inv...
Daniel Schürmann
2020-03-09
3
-11
/
+132
*
nir: add pass to lower discard() to demote()
Daniel Schürmann
2020-03-09
4
-0
/
+73
*
nir: gather info whether a shader uses demote_to_helper
Daniel Schürmann
2020-03-09
2
-0
/
+4
*
nir: fix compilation warning on glsl_get_internal_ifc_packing
Tapani Pälli
2020-03-09
2
-2
/
+2
*
gallium/swr: Fix vcvtph2ps llvm intrinsic compile error
Krzysztof Raszkowski
2020-03-09
3
-34
/
+4
*
omx: fix build with gcc 10
Pierre-Eric Pelloux-Prayer
2020-03-09
1
-1
/
+1
*
intel/compiler: Discount NOPs from instruction counts
Matt Turner
2020-03-09
1
-3
/
+9
*
intel/compiler: Pass shader_stats for each SIMD mode
Matt Turner
2020-03-09
7
-24
/
+21
*
intel/compiler: Pass backend_shader * to cfg_t()
Matt Turner
2020-03-09
7
-16
/
+20
*
intel/compiler: Mark visitor parameters to scheduler const
Matt Turner
2020-03-09
1
-10
/
+10
*
intel/compiler: Mark some methods and parameters const
Matt Turner
2020-03-09
8
-27
/
+27
*
intel/compiler: Make instructions_to_schedule a local variable
Matt Turner
2020-03-09
1
-4
/
+2
*
intel/compiler: Remove unnecessary local variables
Matt Turner
2020-03-09
1
-3
/
+0
*
intel/vec4: Make implied_mrf_writes() a vec4_instruction method
Matt Turner
2020-03-09
4
-9
/
+8
*
etnaviv: implement emit_string_marker
Christian Gmeiner
2020-03-08
2
-0
/
+32
*
etnaviv: increase number of supported varyings to 16
Christian Gmeiner
2020-03-08
4
-7
/
+10
*
etnaviv: update headers from rnndb
Christian Gmeiner
2020-03-08
3
-7
/
+7
*
etnaviv: ask kernel for max number of supported varyings
Christian Gmeiner
2020-03-08
1
-8
/
+6
*
anv: stop storing prog param data into shader blobs
Lionel Landwerlin
2020-03-07
2
-14
/
+5
*
anv: Bounds-check pushed UBOs when robustBufferAccess = true
Jason Ekstrand
2020-03-07
5
-41
/
+267
*
anv: Add an align_down_u32 helper
Jason Ekstrand
2020-03-07
2
-2
/
+9
*
anv: Align UBO sizes to 32B
Jason Ekstrand
2020-03-07
3
-0
/
+13
*
anv: Delete some pointless break statements
Jason Ekstrand
2020-03-07
1
-2
/
+0
*
anv: Pass buffer addresses into emit_push_constant*
Jason Ekstrand
2020-03-07
1
-26
/
+32
[next]