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
...
*
nir: Add quad operations and lowering
Jason Ekstrand
2018-03-07
3
-0
/
+44
*
spirv: Add subgroup shuffle support
Jason Ekstrand
2018-03-07
3
-1
/
+29
*
nir: Add subgroup shuffle intrinsics and lowering
Jason Ekstrand
2018-03-07
3
-3
/
+69
*
nir/lower_subgroups: Add scalarizing for vote_eq
Jason Ekstrand
2018-03-07
1
-0
/
+29
*
spirv: Add subgroup vote support
Jason Ekstrand
2018-03-07
3
-1
/
+51
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
4
-5
/
+9
*
spirv: Add subgroup ballot support
Jason Ekstrand
2018-03-07
4
-8
/
+161
*
spirv: Add initial subgroup support
Jason Ekstrand
2018-03-07
7
-0
/
+145
*
nir: Add new SPIR-V ballot intrinsics and lowering
Jason Ekstrand
2018-03-07
2
-0
/
+22
*
compiler: Add two new system values for subgroups
Jason Ekstrand
2018-03-07
4
-0
/
+19
*
nir: Add new SPIR-V ballot ALU intrinsics and lowering
Jason Ekstrand
2018-03-07
2
-0
/
+76
*
spirv: Handle the new OpModuleProcessed instruction
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
7
-0
/
+20
*
spirv: Update the SPIR-V headers and json to 1.3.1
Jason Ekstrand
2018-03-07
2
-41
/
+683
*
spirv: Rework barriers
Jason Ekstrand
2018-03-07
1
-18
/
+114
*
spirv: Add a vtn_constant_value helper
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
glsl: Fix memory leak with known glsl_type instances
Simon Hausmann
2018-03-07
2
-87
/
+47
*
spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
Caio Marcelo de Oliveira Filho
2018-03-07
3
-0
/
+13
*
Revert "nir: bump loop unroll limit to 96."
Timothy Arceri
2018-03-07
1
-3
/
+1
*
nir: Simplify some comparisons like a+b < a
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Use De Morgan's Law on logic compounded comparisons
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Replace fmin(b2f(a), b) with a bcsel
Ian Romanick
2018-03-06
1
-0
/
+9
*
nir: Pull b2f out of bcsel
Ian Romanick
2018-03-06
1
-0
/
+1
*
nir: Replace an odd comparison involving fmin of -b2f
Ian Romanick
2018-03-06
1
-0
/
+13
*
nir: Mark bcsel-to-fmin (or fmax) transformations as inexact
Ian Romanick
2018-03-06
1
-2
/
+2
*
nir: Recognize some more open-coded fmin / fmax
Ian Romanick
2018-03-06
1
-0
/
+2
*
nir: Silence unused parameter warnings in generated nir_constant_expressions ...
Ian Romanick
2018-03-02
1
-1
/
+2
*
nir/search: Include 8 and 16-bit support in construct_value
Jose Maria Casanova Crespo
2018-03-01
1
-0
/
+15
*
nir/search: Support 8 and 16-bit constants in match_value
Jason Ekstrand
2018-03-01
1
-0
/
+20
*
nir/serialize: handle var->name being NULL
Alejandro Piñeiro
2018-03-01
1
-1
/
+2
*
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
Jose Maria Casanova Crespo
2018-02-28
1
-2
/
+0
*
spirv: Calculate properly 16-bit vector sizes
Jose Maria Casanova Crespo
2018-02-28
1
-5
/
+2
*
glsl/linker: fix bug when checking precision qualifier
Samuel Iglesias Gonsálvez
2018-02-28
1
-8
/
+3
*
nir: fix interger divide by zero crash during constant folding
Timothy Arceri
2018-02-28
1
-2
/
+2
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
2
-2
/
+4
*
util/bitset: Make C++ wrapper trivially constructible.
Francisco Jerez
2018-02-27
2
-3
/
+0
*
glsl: Silence warnings when reading from a framebuffer fetch output.
Francisco Jerez
2018-02-24
1
-0
/
+1
*
glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...
Francisco Jerez
2018-02-24
2
-2
/
+3
*
glsl: Add support for the framebuffer fetch layout(noncoherent) qualifier.
Francisco Jerez
2018-02-24
5
-2
/
+61
*
glsl: Allow layout token for EXT_shader_framebuffer_fetch_non_coherent.
Francisco Jerez
2018-02-24
1
-1
/
+2
*
glsl: Initialize ir_variable_data::fb_fetch_output earlier for GL(ES) 2.
Francisco Jerez
2018-02-24
1
-2
/
+7
*
glsl: Replace MESA_shader_framebuffer_fetch extension flags with EXT ones.
Francisco Jerez
2018-02-24
2
-6
/
+4
*
glsl: Switch ast_type_qualifier to a 128-bit bitset.
Francisco Jerez
2018-02-24
3
-4
/
+9
*
mesa: implement ARB_compatibility
Marek Olšák
2018-02-23
5
-3
/
+6
*
nir: lower fexp2(fmul(flog2(a), 2)) to fmul(a, a)
Samuel Pitoiset
2018-02-22
1
-0
/
+2
*
nir: add is_used_once for fmul(fexp2(a), fexp2(b)) to fexp2(fadd(a, b))
Samuel Pitoiset
2018-02-22
1
-1
/
+1
*
spirv: apply memory qualifiers to images
Samuel Pitoiset
2018-02-22
1
-3
/
+9
*
glsl: Parse 'layout' as a token with advanced blending or bindless
Kenneth Graunke
2018-02-21
1
-0
/
+2
*
nir: remove old assert
Timothy Arceri
2018-02-22
1
-1
/
+0
*
glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.
Eric Anholt
2018-02-20
1
-1
/
+1
[prev]
[next]