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
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-15
1
-3
/
+3
*
nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
Jason Ekstrand
2018-04-12
1
-1
/
+6
*
glsl: always call do_lower_jumps() after loop unrolling
Timothy Arceri
2018-04-12
1
-0
/
+18
*
nir: fix crash in loop unroll corner case
Timothy Arceri
2018-04-12
1
-5
/
+12
*
glsl: fix infinite loop caused by bug in loop unrolling pass
Timothy Arceri
2018-04-12
1
-3
/
+1
*
compiler/spirv: set is_shadow for depth comparitor sampling opcodes
Iago Toral Quiroga
2018-04-12
1
-1
/
+2
*
nir/lower_indirect_derefs: Support interp_var_at intrinsics
Jason Ekstrand
2018-04-12
1
-2
/
+11
*
nir/vars_to_ssa: Remove copies from the correct set
Jason Ekstrand
2018-04-12
1
-1
/
+1
*
nir: fix per_vertex_output intrinsic
Rob Clark
2018-04-12
1
-1
/
+1
*
glsl: Fix memory leak with known glsl_type instances
Simon Hausmann
2018-03-20
2
-87
/
+47
*
glsl/linker: fix bug when checking precision qualifier
Samuel Iglesias Gonsálvez
2018-03-20
1
-8
/
+3
*
nir: fix interger divide by zero crash during constant folding
Timothy Arceri
2018-03-20
1
-2
/
+2
*
glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.
Eric Anholt
2018-03-20
1
-1
/
+1
*
glsl: Silence warnings in the uniform initializer test about 16-bit types
Eric Anholt
2018-03-20
1
-0
/
+9
*
glsl/tests: Fix strict aliasing warning about int64/double.
Eric Anholt
2018-03-20
1
-3
/
+19
*
glsl/linker: check same name is not used in block and outside
Juan A. Suarez Romero
2018-02-28
1
-23
/
+30
*
nir: mark unused space in packed_tex_data
Tapani Pälli
2018-02-05
1
-0
/
+1
*
automake: small cleanup after the meson.build inclusion
18.0-branchpoint
Emil Velikov
2018-01-23
1
-1
/
+0
*
glsl: add image and sampler (un)packing support to glsl to nir
Timothy Arceri
2018-01-23
1
-0
/
+4
*
nir: add image and sampler type to glsl_get_bit_size()
Timothy Arceri
2018-01-23
1
-0
/
+2
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+8
*
glsl: remove unneeded extern "C" {} bracketing around Mesa includes
Brian Paul
2018-01-17
1
-4
/
+2
*
glsl: include util/bitscan.h in serialize.cpp
Brian Paul
2018-01-17
1
-0
/
+1
*
glsl/linker: link-error using the same name in unnamed block and outside
Juan A. Suarez Romero
2018-01-16
1
-0
/
+23
*
nir: add a 'const' qualifier to nir_ssa_def_components_read()
Samuel Pitoiset
2018-01-12
2
-2
/
+2
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
3
-6
/
+19
*
meson: Use consistent style for tests
Dylan Baker
2018-01-11
2
-49
/
+60
*
meson: Use consistent style
Dylan Baker
2018-01-11
2
-4
/
+8
*
glsl: cleanup shader_cache header guard
Tapani Pälli
2018-01-11
1
-3
/
+3
*
glsl/linker: Safely generate mask of possible locations
Ian Romanick
2018-01-10
1
-4
/
+5
*
glsl/linker: Mark no locations as invalid instead of marking all locations
Ian Romanick
2018-01-10
1
-1
/
+1
*
glsl: Don't handle visit_stop in several ::accept methods
Ian Romanick
2018-01-10
1
-3
/
+6
*
glsl: Remove unnecessary assignments to type
Ian Romanick
2018-01-10
1
-4
/
+0
*
nir: Silence unused parameter warnings
Ian Romanick
2018-01-10
1
-2
/
+2
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
2
-27
/
+4
*
.gitignore: Ignore new generated files
Scott D Phillips
2018-01-08
1
-0
/
+1
*
spirv: Do implicit conversions of uint to bool in OpStore
Jason Ekstrand
2018-01-08
1
-0
/
+19
*
spirv: Loosen the validation for load/store type matching
Jason Ekstrand
2018-01-08
1
-6
/
+33
*
spirv: Require a storage type for OpStore destinations
Jason Ekstrand
2018-01-08
1
-0
/
+4
*
spirv: Add a vtn_types_compatible helper
Jason Ekstrand
2018-01-08
2
-0
/
+55
*
spirv: Store the id of the type in vtn_type
Jason Ekstrand
2018-01-08
3
-5
/
+8
*
spirv: Add a mechanism for dumping failing shaders
Jason Ekstrand
2018-01-08
2
-0
/
+29
*
spirv: Rework asserts in var_decoration_cb
Jason Ekstrand
2018-01-08
1
-7
/
+8
*
spirv: Rework error checking for decorations
Jason Ekstrand
2018-01-08
1
-9
/
+32
*
spirv: Add better type validation to OpTypeImage
Jason Ekstrand
2018-01-08
1
-7
/
+10
*
spirv: Switch on vtn_base_type in OpComposite(Extract|Insert)
Jason Ekstrand
2018-01-08
1
-37
/
+32
*
spirv: Refactor Op[Spec]ConstantComposite and add better validation
Jason Ekstrand
2018-01-08
1
-36
/
+32
*
spirv: Add better validation to Op[Spec]Constant
Jason Ekstrand
2018-01-08
1
-2
/
+7
*
spirv: Remove a pointless assignment in SpvOpSpecConstant
Jason Ekstrand
2018-01-08
1
-1
/
+0
*
spirv: Unify boolean constants and add better validation
Jason Ekstrand
2018-01-08
1
-10
/
+11
[next]