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
*
glsl: Add "built-in" function for 64-bit integer sign()
Ian Romanick
2017-01-20
6
-0
/
+251
*
glsl: Add a lowering pass for 64-bit integer multiplication
Ian Romanick
2017-01-20
5
-0
/
+822
*
glsl: Add "built-in" functions to do 64x64 => 64 multiplication
Ian Romanick
2017-01-20
9
-3
/
+117
*
glsl: Move builtin_function related prototypes to a separate file
Ian Romanick
2017-01-20
12
-19
/
+56
*
glsl/standalone: Enable ARB_gpu_shader_int64
Ian Romanick
2017-01-20
2
-3
/
+15
*
i965: Avoid int64 warnings.
Dave Airlie
2017-01-20
1
-0
/
+28
*
i965: Avoid int64 induced warnings
Dave Airlie
2017-01-20
3
-0
/
+6
*
mesa/program: Add unused ir operations.
Dave Airlie
2017-01-20
1
-0
/
+28
*
glsl: Allow GLSL_TYPE_INT64 for ir_unop_abs and ir_unop_sign
Ian Romanick
2017-01-20
1
-1
/
+2
*
glsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 values
Ian Romanick
2017-01-20
1
-0
/
+2
*
glsl: Add interaction between ARB_gpu_shader_int64 and ARB_shader_clock
Ian Romanick
2017-01-20
1
-1
/
+19
*
glsl: Add 64-bit integer functions
Dave Airlie
2017-01-20
1
-3
/
+174
*
glsl/varying_packing: Add 64-bit integer support
Dave Airlie
2017-01-20
1
-0
/
+62
*
glsl/ast: Add 64-bit integer support in some places.
Dave Airlie
2017-01-20
1
-0
/
+5
*
glsl: Add 64-bit integer support to some operations.
Dave Airlie
2017-01-20
2
-8
/
+8
*
glsl/ir_builder: Add support for some 64-bit bitcasts.
Dave Airlie
2017-01-20
2
-0
/
+30
*
glsl/ast: Add 64-bit integer support to conversion functions
Dave Airlie
2017-01-20
2
-0
/
+99
*
glsl: Add 64-bit integer support for constant expressions
Dave Airlie
2017-01-20
2
-41
/
+77
*
glsl/ir: Add support for 64-bit integer conversions.
Dave Airlie
2017-01-20
3
-0
/
+210
*
glsl: Add 64-bit integer support to uniform initialiser code
Dave Airlie
2017-01-20
1
-2
/
+2
*
glsl/varyings: Add 64-bit integer support.
Dave Airlie
2017-01-20
1
-0
/
+8
*
glsl/ast/ir: Add 64-bit integer constant support
Dave Airlie
2017-01-20
8
-8
/
+193
*
mesa: Add support for 64-bit integer uniforms
Dave Airlie
2017-01-20
2
-5
/
+247
*
glsl: Add basic ARB_gpu_shader_int64 types
Dave Airlie
2017-01-20
11
-4
/
+131
*
glsl: Add ARB_gpu_shader_int64 boilerplate.
Dave Airlie
2017-01-20
2
-0
/
+8
*
mesa: Add ARB_gpu_shader_int64 extension bits
Dave Airlie
2017-01-20
2
-0
/
+2
*
mapi: Add support for ARB_gpu_shader_int64.
Dave Airlie
2017-01-20
7
-0
/
+606
*
anv: don't require render target isl bit for depth/stencil surfaces
Lionel Landwerlin
2017-01-20
1
-2
/
+5
*
spirv: don't assert with location decorations on non i/o variables
Lionel Landwerlin
2017-01-20
1
-1
/
+2
*
i965: Validate "Special Cases for Byte Operations"
Matt Turner
2017-01-20
2
-9
/
+150
*
i965: Validate "Region Alignment Rules"
Matt Turner
2017-01-20
2
-1
/
+697
*
i965: Validate "General Restrictions Based on Operand Types"
Matt Turner
2017-01-20
2
-0
/
+273
*
i965: Validate "General Restrictions on Regioning Parameters"
Matt Turner
2017-01-20
2
-0
/
+377
*
i965: Replace reg_type_size[] with a function.
Matt Turner
2017-01-20
3
-25
/
+75
*
i965: Validate math instruction sources.
Matt Turner
2017-01-20
2
-9
/
+23
*
i965: Claim that SEND/math has two sources.
Matt Turner
2017-01-20
1
-1
/
+8
*
i965: Simplify num_sources_from_inst().
Matt Turner
2017-01-20
1
-3
/
+1
*
i965: Factor out send_restrictions() function.
Matt Turner
2017-01-20
1
-12
/
+22
*
i965: Factor out sources_not_null() validation function.
Matt Turner
2017-01-20
1
-17
/
+23
*
i965: Structure code so unsupported inst will not generate more errors.
Matt Turner
2017-01-20
1
-2
/
+5
*
i965: Add a test for the EU assembly validator.
Matt Turner
2017-01-20
2
-0
/
+176
*
i965: Add a CHECK macro to call more complicated validation funcs.
Matt Turner
2017-01-20
1
-0
/
+9
*
i965: Make ERROR_IF usable from other functions.
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Mark error annotation on correct SIMD16 inst.
Matt Turner
2017-01-20
1
-2
/
+2
*
i965/vec4: Use UW-typed operands when dest is UW.
Matt Turner
2017-01-20
1
-4
/
+6
*
i965: Use W-typed immediate in brw_F32TO16().
Matt Turner
2017-01-20
1
-1
/
+1
*
gtest: Update to 1.8.0.
Matt Turner
2017-01-20
26
-972
/
+2975
*
i965: Don't change F->VF if dest type is DF.
Matt Turner
2017-01-20
1
-1
/
+2
*
anv: fix comment typo
Lionel Landwerlin
2017-01-20
1
-1
/
+1
*
spirv: fix warn string typo
Lionel Landwerlin
2017-01-20
1
-1
/
+1
[next]