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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Heap-allocate temporary storage
Matt Turner
2019-01-09
1
-3
/
+5
*
intel/compiler: Expand size of the 'nr' field
Matt Turner
2019-01-09
1
-4
/
+3
*
intel/compiler: Prevent warnings in the following patch
Matt Turner
2019-01-09
11
-36
/
+38
*
intel/compiler: Rearrange code to avoid future problems
Matt Turner
2019-01-09
1
-3
/
+4
*
intel/compiler: Avoid false positive assertions
Matt Turner
2019-01-09
1
-6
/
+6
*
intel/compiler: Split 64-bit MOV-indirects if needed
Matt Turner
2019-01-09
1
-1
/
+2
*
intel/compiler: Lower 64-bit MOV/SEL operations
Matt Turner
2019-01-09
1
-1
/
+49
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
22
-12
/
+115
*
nir: Add lowering support for 64-bit operations to software
Matt Turner
2019-01-09
2
-2
/
+178
*
nir: Create nir_builder in nir_lower_doubles_impl()
Matt Turner
2019-01-09
1
-17
/
+19
*
nir: Add and set info::uses_64bit
Matt Turner
2019-01-09
2
-0
/
+10
*
nir: Implement lowering of 64-bit shift operations
Matt Turner
2019-01-09
2
-0
/
+143
*
nir: Wire up int64 lowering functions
Matt Turner
2019-01-09
2
-3
/
+127
*
nir: Add some more int64 lowering helpers
Jason Ekstrand
2019-01-09
1
-0
/
+227
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
7
-6
/
+30
*
nir: Rework nir_lower_constant_initializers() to handle functions
Matt Turner
2019-01-09
1
-34
/
+25
*
glsl: Add "built-in" functions to do fp32_to_int64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+31
*
glsl: Add "built-in" functions to do fp32_to_uint64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add "built-in" functions to do fp64_to_int64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add utility function to round and pack int64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+36
*
glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+27
*
glsl: Add utility function to round and pack uint64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+32
*
glsl: Add "built-in" functions to do int64_to_fp32(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do int64_to_fp64(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to convert bool to double
Matt Turner
2019-01-09
1
-0
/
+12
*
glsl: Add "built-in" functions to do ffract(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" function to do ffloor(fp64)
Matt Turner
2019-01-09
1
-0
/
+13
*
glsl: Add "built-in" functions to do fmin/fmax(fp64)
Matt Turner
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do ffma(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" functions to do round(fp64)
Elie Tournier
2019-01-09
1
-0
/
+42
*
glsl: Add "built-in" functions to do trunc(fp64)
Elie Tournier
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do sqrt(fp64)
Elie Tournier
2019-01-09
1
-0
/
+272
*
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
Elie Tournier
2019-01-09
1
-0
/
+38
*
glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
Elie Tournier
2019-01-09
1
-0
/
+101
*
glsl: Add "built-in" functions to do int_to_fp64(int)
Elie Tournier
2019-01-09
1
-0
/
+23
*
glsl: Add "built-in" functions to do fp64_to_int(fp64)
Elie Tournier
2019-01-09
1
-0
/
+41
*
glsl: Add "built-in" functions to do uint_to_fp64(uint)
Elie Tournier
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do fp64_to_uint(fp64)
Elie Tournier
2019-01-09
1
-0
/
+61
*
glsl: Add "built-in" functions to do mul(fp64, fp64)
Elie Tournier
2019-01-09
1
-0
/
+148
*
glsl: Add "built-in" functions to do add(fp64, fp64)
Elie Tournier
2019-01-09
1
-0
/
+433
*
glsl: Add "built-in" functions to do lt(fp64, fp64)
Elie Tournier
2019-01-09
1
-0
/
+50
*
glsl: Add utility function to extract 64-bit sign
Elie Tournier
2019-01-09
1
-0
/
+7
*
glsl: Add "built-in" functions to do eq/ne(fp64, fp64)
Elie Tournier
2019-01-09
1
-0
/
+56
*
glsl: Add "built-in" function to do sign(fp64)
Elie Tournier
2019-01-09
1
-0
/
+10
*
glsl: Add "built-in" functions to do neg(fp64)
Elie Tournier
2019-01-09
1
-0
/
+26
*
glsl: Add "built-in" function to do abs(fp64)
Elie Tournier
2019-01-09
1
-0
/
+11
*
glsl: Create file to contain software fp64 functions
Matt Turner
2019-01-09
6
-2
/
+80
*
glsl: Add utility to convert text files to C strings
Ian Romanick
2019-01-09
2
-0
/
+112
[next]