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/algebraic: Replace checks that a value is between (or not) [0, 1]
Ian Romanick
2019-08-05
1
-0
/
+10
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
2
-2
/
+2
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
4
-13
/
+8
*
nir/find_array_copies: Reject copies with mismatched type
Connor Abbott
2019-08-02
1
-2
/
+5
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-7
/
+2
*
nir/lower_io: Add an option to lower 64-bit varyings
Jason Ekstrand
2019-07-31
2
-15
/
+118
*
nir: use common deref has indirect code in scratch lowering.
Dave Airlie
2019-08-01
1
-15
/
+1
*
nir: remove explicit nir_intrinsic_index_flag values
Eric Engestrom
2019-07-31
1
-2
/
+2
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
2
-7
/
+7
*
nir/algebraic: add new fsum ops and fdot lowering
Erico Nunes
2019-07-31
3
-0
/
+11
*
autotools: delete leftover script wrapper
Eric Engestrom
2019-07-31
1
-16
/
+0
*
compiler/nir: add an ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
5
-6
/
+6
*
compiler: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
5
-6
/
+6
*
spirv: don't discard access set by vtn_pointer_dereference
Lionel Landwerlin
2019-07-30
1
-1
/
+1
*
glsl: Add builtin functions for EXT_texture_shadow_lod
Paulo Zanoni
2019-07-30
1
-0
/
+26
*
glsl: Allow _textureCubeArrayShadow function to accept ir_texture_opcode
Paulo Zanoni
2019-07-30
1
-4
/
+19
*
mesa: extension boilerplate for EXT_texture_shadow_lod
Paulo Zanoni
2019-07-30
2
-0
/
+3
*
nir/find_array_copies: Use correct parent array length
Connor Abbott
2019-07-30
1
-2
/
+3
*
nir: Fix comparison for nir_deref_instr_is_known_out_of_bounds()
Connor Abbott
2019-07-30
1
-1
/
+1
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
1
-13
/
+3
*
glsl: Treat gl_FragCoord as a varying even when it's a system value
Jason Ekstrand
2019-07-29
1
-1
/
+3
*
nir: Fix helgrind complaints about data race in trivial_swizzle init.
Eric Anholt
2019-07-29
1
-3
/
+3
*
nir/find_array_copies: Handle wildcards and overlapping copies
Connor Abbott
2019-07-29
3
-185
/
+405
*
nir: Print array deref indices as decimal
Connor Abbott
2019-07-29
1
-1
/
+1
*
nir: Optimize umod lowering
Sagar Ghuge
2019-07-26
1
-25
/
+23
*
spirv: propagate access qualifiers through ssa & pointer
Lionel Landwerlin
2019-07-26
3
-4
/
+62
*
spirv: wrap push ssa/pointer values
Lionel Landwerlin
2019-07-26
4
-69
/
+89
*
nir: add access to image_deref intrinsics
Lionel Landwerlin
2019-07-26
1
-0
/
+3
*
glsl: report no function instead of empty candidate list
Erik Faye-Lund
2019-07-25
1
-2
/
+17
*
nir/algebraic: add scmp algebraic optimizations
Jonathan Marek
2019-07-24
1
-0
/
+16
*
nir/algebraic: add option to lower fall_equalN/fany_nequalN
Jonathan Marek
2019-07-24
2
-0
/
+9
*
nir/algebraic: add fdot2 optimizations
Jonathan Marek
2019-07-24
1
-0
/
+3
*
nir/algebraic: add option to lower fdph
Jonathan Marek
2019-07-24
2
-1
/
+6
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
5
-143
/
+12
*
nir/algebraic: allow swizzle in nir_algebraic replace expression
Jonathan Marek
2019-07-24
4
-6
/
+22
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
4
-21
/
+35
*
nir/lower_subgroups: Properly lower masks when subgroup_size == 0
Jason Ekstrand
2019-07-24
1
-5
/
+11
*
nir: Add lowering for nir_op_irem and nir_op_imod
Sagar Ghuge
2019-07-24
1
-2
/
+16
*
nir/lower_io: Return SSA defs from helpers
Jason Ekstrand
2019-07-23
1
-25
/
+42
*
nir/gather_info: Look for uses of helper invocations
Jason Ekstrand
2019-07-23
2
-0
/
+27
*
nir/gather_info: Move setting uses_64bit out of the switch
Jason Ekstrand
2019-07-23
1
-5
/
+6
*
nir: Add a nir_tex_instr_has_implicit_derivatives helper
Jason Ekstrand
2019-07-23
2
-11
/
+14
*
nir: Move nir_alu_instr_is_comparison to the ALU section
Jason Ekstrand
2019-07-23
1
-23
/
+23
*
nir: use | instead of || operator
Andrii Simiklit
2019-07-23
1
-1
/
+1
*
nir: don't return void
Eric Engestrom
2019-07-23
1
-1
/
+2
*
nir: Remove a bunch of large stack arrays
Jason Ekstrand
2019-07-22
4
-6
/
+15
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
6
-28
/
+27
*
nir: Only rematerialize comparisons with all SSA sources
Jason Ekstrand
2019-07-19
1
-0
/
+15
*
spirv: Fix order of barriers in SpvOpControlBarrier
Daniel Schürmann
2019-07-19
1
-4
/
+4
[prev]
[next]