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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
9
-68
/
+273
*
spirv: Make better use of vtn_pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
1
-15
/
+13
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
4
-20
/
+36
*
spirv: Choose atomic deref type with pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
3
-40
/
+41
*
spirv: Add error checking for Block and BufferBlock decorations
Jason Ekstrand
2019-01-08
3
-0
/
+53
*
nir/vulkan: Add a descriptor type to vulkan resource intrinsics
Jason Ekstrand
2019-01-08
4
-5
/
+56
*
nir/lower_io: Add "explicit" IO lowering
Jason Ekstrand
2019-01-08
2
-0
/
+417
*
nir/validate: Allow array derefs on vectors in more modes
Jason Ekstrand
2019-01-08
1
-4
/
+6
*
nir/intrinsics: Add access flags to load/store_deref
Jason Ekstrand
2019-01-08
2
-4
/
+5
*
nir/intrinsics: Allow deref sources to consume anything
Jason Ekstrand
2019-01-08
2
-24
/
+28
*
nir/validate: Allow derefs in phi nodes
Jason Ekstrand
2019-01-08
1
-1
/
+0
*
nir/remove_dead_variables: Properly handle deref casts
Jason Ekstrand
2019-01-08
1
-0
/
+3
*
nir/deref: Skip over casts in fixup_deref_modes
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
nir/deref: Support casts and ptr_as_array in comparisons
Jason Ekstrand
2019-01-08
1
-7
/
+68
*
nir/opt_deref: Properly optimize ptr_as_array derefs
Jason Ekstrand
2019-01-08
1
-6
/
+91
*
nir/validate: Don't allow derefs in if conditions
Jason Ekstrand
2019-01-08
1
-0
/
+6
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
12
-13
/
+106
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
7
-30
/
+75
*
spirv: Propagate layout decorations to created glsl_types
Jason Ekstrand
2019-01-08
3
-14
/
+78
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
15
-56
/
+258
*
glsl_type: Simplify glsl_channel_type
Jason Ekstrand
2019-01-08
1
-19
/
+10
*
glsl_type: Add a C wrapper to get struct field offsets
Jason Ekstrand
2019-01-08
2
-0
/
+10
*
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
2019-01-08
5
-13
/
+3
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
13
-38
/
+44
*
nir: Allow storing to shader_storage
Jason Ekstrand
2019-01-08
1
-4
/
+2
*
nir/validate: Require array indices to match the deref bit size
Jason Ekstrand
2019-01-08
1
-2
/
+4
*
spirv: Handle arbitrary bit sizes for deref array indices
Jason Ekstrand
2019-01-08
2
-34
/
+42
*
nir/builder: Add nir_i2i and nir_u2u helpers which take a bit size
Jason Ekstrand
2019-01-08
1
-13
/
+32
*
spirv: Emit NIR deref instructions on-the-fly
Jason Ekstrand
2019-01-08
3
-71
/
+34
*
spirv: Sign-extend array indices
Jason Ekstrand
2019-01-08
1
-2
/
+2
*
anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
spirv: Handle any bit size in vector_insert/extract
Jason Ekstrand
2019-01-08
3
-11
/
+15
*
glsl_type: Support serializing 8 and 16-bit types
Jason Ekstrand
2019-01-08
1
-2
/
+12
*
spirv: Fix matrix parameters in function calls.
Bas Nieuwenhuizen
2019-01-08
1
-0
/
+4
*
radv: Fix rasterization precision bits.
Bas Nieuwenhuizen
2019-01-07
1
-3
/
+3
*
nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref
Kenneth Graunke
2019-01-07
1
-47
/
+28
*
nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.
Kenneth Graunke
2019-01-07
1
-3
/
+0
*
amd/common: Add some parentheses to silence warning.
Bas Nieuwenhuizen
2019-01-07
1
-2
/
+2
*
radv: Remove unused variable.
Bas Nieuwenhuizen
2019-01-07
1
-1
/
+0
*
radv: Remove device path.
Bas Nieuwenhuizen
2019-01-07
2
-3
/
+0
*
ac: remove unused variable from ac_build_ddxy
Marek Olšák
2019-01-07
1
-1
/
+1
*
glsl: correct typo in GLSL compilation error message
Andres Gomez
2019-01-07
1
-1
/
+1
*
vulkan: Update the XML and headers to 1.1.97
Jason Ekstrand
2019-01-07
1
-28
/
+147
*
anv/android: Do not reject storage images.
Bas Nieuwenhuizen
2019-01-07
1
-8
/
+2
*
radv: Implement buffer stores with less than 4 components.
Bas Nieuwenhuizen
2019-01-07
1
-5
/
+14
*
etnaviv: annotate variables only used in debug build
Lucas Stach
2019-01-07
1
-7
/
+4
*
etnaviv: enable full overwrite in a few more cases
Lucas Stach
2019-01-07
1
-4
/
+7
*
nir: avoid uninitialized variable warning
Timothy Arceri
2019-01-07
1
-1
/
+1
*
st/glsl: refactor st_link_nir()
Timothy Arceri
2019-01-07
1
-36
/
+16
*
v3d: Use the core tex lowering.
Eric Anholt
2019-01-04
3
-123
/
+10
[next]