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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-1
/
+67
*
glsl: Add utility to convert text files to C strings
Ian Romanick
2019-01-09
1
-0
/
+111
*
glsl: Copy function out to temp if we don't directly ref a variable
Timothy Arceri
2019-01-09
1
-2
/
+3
*
glsl: Add function support to glsl_to_nir
Matt Turner
2019-01-09
1
-9
/
+119
*
glsl: Fix buffer overflow with an atomic buffer binding out of range.
Eric Anholt
2019-01-08
1
-1
/
+2
*
glsl/linker: Fix unmatched TCS outputs being reduced to local variable
Danylo Piliaiev
2019-01-09
1
-0
/
+6
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-5
/
+5
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
2
-3
/
+6
*
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
*
glsl: correct typo in GLSL compilation error message
Andres Gomez
2019-01-07
1
-1
/
+1
*
glsl/linker: complete documentation for assign_attribute_or_color_locations
Andres Gomez
2019-01-04
1
-9
/
+13
*
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
2018-12-16
1
-4
/
+11
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-1
/
+1
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
3
-0
/
+13
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
5
-27
/
+0
*
glsl: Remove unused member variable
Matt Turner
2018-11-27
1
-4
/
+0
*
glsl: free or reuse memory allocated for TF varying
Gert Wollny
2018-11-26
1
-1
/
+8
*
meson: Add tests to suites
Dylan Baker
2018-11-20
2
-5
/
+14
[prev]
[next]