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
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Move panfrost's isign lowering to nir_opt_algebraic.
Eric Anholt
2019-02-14
2
-0
/
+5
*
nir: turn an ssa check in nir_search into an assert
Timothy Arceri
2019-02-14
1
-2
/
+1
*
nir: turn ssa check into an assert
Timothy Arceri
2019-02-14
1
-3
/
+11
*
nir: prehash instruction in nir_instr_set_add_or_rewrite()
Timothy Arceri
2019-02-14
1
-4
/
+5
*
nir: fix example in opt_peel_loop_initial_if description
Caio Marcelo de Oliveira Filho
2019-02-12
1
-3
/
+3
*
nir/opt_if: don't mark progress if nothing changes
Karol Herbst
2019-02-13
1
-0
/
+7
*
nir: add option to use scaling factor when sampling planes YUV lowering
Tapani Pälli
2019-02-12
2
-21
/
+35
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
3
-7
/
+27
*
nir: Use sampler derefs in drawpixels and bitmap lowering.
Kenneth Graunke
2019-02-11
2
-13
/
+34
*
glsl: Don't look at sampler uniform storage for internal vars
Kenneth Graunke
2019-02-11
1
-3
/
+5
*
glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
Kenneth Graunke
2019-02-11
1
-3
/
+11
*
nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks
Jason Ekstrand
2019-02-11
1
-3
/
+2
*
glsl: glsl to nir fix uninit class member.
Dave Airlie
2019-02-11
1
-0
/
+1
*
glsl_type: initialize offset and location to -1 for glsl_struct_field
Karol Herbst
2019-02-09
1
-2
/
+2
*
nir: Convert a bcsel with only phi node sources to a phi node
Ian Romanick
2019-02-08
1
-0
/
+220
*
nir: Split ALU instructions in loops that read phis
Ian Romanick
2019-02-08
1
-0
/
+294
*
nir: Select phi nodes using prev_block instead of continue_block
Ian Romanick
2019-02-08
1
-11
/
+10
*
nir: Refactor code that checks phi nodes in opt_peel_loop_initial_if
Ian Romanick
2019-02-08
1
-16
/
+36
*
nir: Document some fields of nir_loop_terminator
Ian Romanick
2019-02-08
1
-0
/
+5
*
nir: Silence zillions of unused parameter warnings in release builds
Ian Romanick
2019-02-08
1
-1
/
+1
*
nir: rewrite varying component packing
Timothy Arceri
2019-02-08
1
-102
/
+254
*
nir: add is_packing_supported_for_type() helper
Timothy Arceri
2019-02-08
1
-15
/
+13
*
nir: add glsl_type_is_32bit() helper
Timothy Arceri
2019-02-08
3
-0
/
+17
*
nir: add support for marking used patches when packing varyings
Timothy Arceri
2019-02-08
1
-23
/
+51
*
nir: Avoid splitting compact arrays into per-element variables.
Kenneth Graunke
2019-02-05
1
-0
/
+4
*
nir: Avoid clip/cull distance lowering multiple times.
Kenneth Graunke
2019-02-05
1
-2
/
+12
*
nir: Bail on clip/cull distance lowering if GLSL IR already did it.
Kenneth Graunke
2019-02-05
1
-2
/
+2
*
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2019-02-05
2
-0
/
+14
*
nir: Record info->fs.pixel_center_integer in lower_system_values
Kenneth Graunke
2019-02-05
2
-5
/
+6
*
nir/deref: Drop zero ptr_as_array derefs
Jason Ekstrand
2019-02-05
1
-0
/
+21
*
nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.
Eric Anholt
2019-02-05
1
-0
/
+19
*
nir: add missing vec opcodes in lower_bool_to_float
Jonathan Marek
2019-02-05
1
-0
/
+6
*
nir: keep the phi order when splitting blocks
Caio Marcelo de Oliveira Filho
2019-02-04
1
-3
/
+2
*
spirv: Support LocalSizeId and LocalSizeHintId execution modes
Jason Ekstrand
2019-02-01
1
-0
/
+8
*
spirv: Handle OpExecutionModeId
Jason Ekstrand
2019-02-01
1
-1
/
+4
*
spirv: Handle constants and types before execution modes
Jason Ekstrand
2019-02-01
1
-4
/
+4
*
spirv: Rework handling of spec constant workgroup size built-ins
Jason Ekstrand
2019-02-01
2
-4
/
+14
*
spirv: Replace vtn_constant_value with vtn_constant_uint
Jason Ekstrand
2019-02-01
3
-15
/
+23
*
android,autotools,i965: Fix location of float64_glsl.h
Dylan Baker
2019-01-31
1
-1
/
+1
*
automake: Add float64.glsl to dist tarball
Dylan Baker
2019-01-29
1
-0
/
+1
*
automake: Fix path to generated source
Dylan Baker
2019-01-29
1
-1
/
+1
*
nir: Optimize double-precision lower_round_even()
Matt Turner
2019-01-29
1
-44
/
+12
*
glsl: use remap location when serialising uniform program resource data
Timothy Arceri
2019-01-29
1
-7
/
+26
*
spirv: Don't use special semantics when counting vertex attribute size
Neil Roberts
2019-01-28
1
-6
/
+4
*
glsl_types: Rename parameter of glsl_count_attribute_slots
Neil Roberts
2019-01-28
4
-10
/
+17
*
spirv/nir: handle location decorations on block interface members
Neil Roberts
2019-01-28
2
-9
/
+66
*
glsl: fix block member alignment validation for vec3
Niklas Haas
2019-01-27
1
-4
/
+4
*
spirv: Add support for SPV_EXT_physical_storage_buffer
Jason Ekstrand
2019-01-26
5
-3
/
+55
*
spirv: Implement OpConvertPtrToU and OpConvertUToPtr
Jason Ekstrand
2019-01-26
2
-2
/
+75
*
spirv: Handle OpTypeForwardPointer
Jason Ekstrand
2019-01-26
1
-33
/
+66
[next]