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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl: Do not allow scalar types in vector relational functions
Boyan Ding
2017-01-09
1
-19
/
+10
*
nir: remove duplicated foreach loop
Thomas Hindoe Paaboel Andersen
2017-01-09
1
-1
/
+0
*
spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass.
Kenneth Graunke
2017-01-09
1
-1
/
+2
*
spirv: enable SpvCapabilityFloat64 only to supported platforms
Samuel Iglesias Gonsálvez
2017-01-09
2
-1
/
+5
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
2
-25
/
+51
*
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
2017-01-09
3
-6
/
+47
*
spirv/nir: add (un)packDouble2x32() translation
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+2
*
spirv/nir: implement DF conversions
Samuel Iglesias Gonsálvez
2017-01-09
3
-13
/
+23
*
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
2017-01-09
2
-0
/
+83
*
nir: add nir_get_nir_type_for_glsl_type()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+24
*
spirv: add support for doubles on OpComposite{Insert,Extract}
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: Enable double floating points when copying variables in _vtn_variable_...
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to _vtn_block_load_store()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to _vtn_variable_load_store
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to SpvOpCompositeExtract
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+14
*
spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-ba...
Samuel Iglesias Gonsálvez
2017-01-09
1
-12
/
+40
*
spirv: add DF support to SpvOp*ConstantComposite
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+11
*
spirv: add DF support to vtn_const_ssa_value()
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+5
*
spirv: add support for loading DF constants
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+10
*
spirv: add definition of double based data types
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+4
*
spirv: fix typo in spec_constant_decoration_cb()
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+2
*
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
2017-01-09
2
-4
/
+5
*
nir: add another comparison simplification
Timothy Arceri
2017-01-09
1
-0
/
+2
*
nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.
Kenneth Graunke
2017-01-09
1
-0
/
+4
*
nir: Convert ineg(b2i(a)) to a if it's a boolean.
Kenneth Graunke
2017-01-09
1
-0
/
+2
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
6
-10
/
+18
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
1
-1
/
+2
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
5
-62
/
+14
*
glsl: Make is_fixed_function_array actually check for varyings.
Kenneth Graunke
2017-01-07
1
-0
/
+4
*
glsl: fix opt_minmax redundancy checks against baserange
Timothy Arceri
2017-01-07
1
-2
/
+2
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
3
-0
/
+816
*
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
2017-01-06
1
-0
/
+7
*
nir/builder: Add a load_deref_var helper
Jason Ekstrand
2017-01-06
1
-0
/
+16
*
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
2017-01-06
1
-9
/
+60
*
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
2017-01-06
1
-0
/
+3
*
nir: Make glsl_to_nir compact scalar TessLevel arrays.
Kenneth Graunke
2017-01-06
1
-1
/
+12
*
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
Kenneth Graunke
2017-01-06
1
-4
/
+11
*
glsl: Mark whole variable used for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-3
/
+23
*
glsl: Override the # of varying slots for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-0
/
+18
*
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
2017-01-06
5
-11
/
+17
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-3
/
+4
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+2
*
mesa/glsl: set sampler units directly in gl_program
Timothy Arceri
2017-01-06
1
-2
/
+3
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
3
-3
/
+3
*
mesa/glsl: remove hack to reset sampler units to zero
Timothy Arceri
2017-01-06
2
-15
/
+0
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
2
-4
/
+5
*
st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
Timothy Arceri
2017-01-06
3
-6
/
+8
*
st/mesa/glsl/i965: set num_ssbos directly in shader_info
Timothy Arceri
2017-01-06
4
-10
/
+9
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
3
-7
/
+7
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
4
-11
/
+10
[prev]
[next]