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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
Francisco Jerez
2019-01-09
6
-47
/
+4
*
intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds.
Francisco Jerez
2019-01-09
2
-145
/
+12
*
intel/fs: Remove existing lower_conversions pass.
Francisco Jerez
2019-01-09
5
-139
/
+1
*
intel/fs: Introduce regioning lowering pass.
Francisco Jerez
2019-01-09
6
-19
/
+418
*
intel/fs: Constify fs_inst::can_do_source_mods().
Francisco Jerez
2019-01-09
2
-2
/
+2
*
intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.
Francisco Jerez
2019-01-09
2
-0
/
+38
*
intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
Francisco Jerez
2019-01-09
1
-7
/
+4
*
intel/fs: Fix bug in lower_simd_width while splitting an instruction which wa...
Francisco Jerez
2019-01-09
1
-2
/
+5
*
intel/fs: Implement quad swizzles on ICL+.
Francisco Jerez
2019-01-09
3
-18
/
+97
*
intel/fs: Handle source modifiers in lower_integer_multiplication().
Francisco Jerez
2019-01-09
2
-2
/
+37
*
anv/pipeline: remove unnecessary null-pointer check
Andrii Simiklit
2019-01-09
1
-4
/
+2
*
st/va: Return correct status from vlVaQuerySurfaceStatus
Indrajit Das
2019-01-09
1
-0
/
+31
*
Revert "llvmpipe: Always return some fence in flush (v2)"
Roland Scheidegger
2019-01-09
1
-2
/
+0
*
st/mesa: don't leak pipe_surface if pipe_context is not current
Marek Olšák
2019-01-09
2
-1
/
+23
*
st/mesa: don't reference pipe_surface locally in PBO code
Marek Olšák
2019-01-09
1
-3
/
+1
*
st/mesa: unify window-system renderbuffer initialization
Marek Olšák
2019-01-09
3
-21
/
+28
*
radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
Mario Kleiner
2019-01-09
1
-0
/
+8
*
ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics
Rhys Perry
2019-01-09
4
-1
/
+9
*
radv: skip draws with instance_count == 0
Samuel Pitoiset
2019-01-09
1
-0
/
+13
*
radv: enable variable pointers
Samuel Pitoiset
2019-01-09
1
-1
/
+1
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
10
-164
/
+164
[next]