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
*
nir: Fix assert in print_intrinsic_instr().
Józef Kucia
2018-11-29
1
-1
/
+1
*
nir/derefs: Add a nir_derefs_do_not_alias enum value
Jason Ekstrand
2018-11-28
2
-3
/
+4
*
glsl: Remove unused member variable
Matt Turner
2018-11-27
1
-4
/
+0
*
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
2018-11-27
1
-0
/
+1
*
nir: add fceil lowering
Jonathan Marek
2018-11-27
2
-0
/
+4
*
glsl: free or reuse memory allocated for TF varying
Gert Wollny
2018-11-26
1
-1
/
+8
*
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
2018-11-21
1
-4
/
+0
*
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
2018-11-21
1
-2
/
+5
*
meson: Add tests to suites
Dylan Baker
2018-11-20
3
-7
/
+19
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
2
-12
/
+35
*
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
2018-11-19
1
-16
/
+8
*
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-41
/
+32
*
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-4
/
+2
*
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
2018-11-20
1
-2
/
+2
*
nir: move getting deref from var after we check deref type.
Dave Airlie
2018-11-20
1
-4
/
+3
*
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2018-11-20
2
-8
/
+10
*
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2018-11-19
2
-1
/
+49
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
7
-10
/
+85
*
nir/lower_io: Add shared to get_io_offset_src
Jason Ekstrand
2018-11-15
1
-0
/
+2
*
nir/glsl: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-5
/
+12
*
nir/spirv: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-2
/
+8
*
nir/builder: Add a nir_pack/unpack/bitcast helpers
Jason Ekstrand
2018-11-15
2
-76
/
+151
*
nir/builder: Add iadd_imm and imul_imm helpers
Jason Ekstrand
2018-11-15
3
-11
/
+20
*
nir/builder: Assert that intN_t immediates fit
Jason Ekstrand
2018-11-15
1
-0
/
+4
*
nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
Jason Ekstrand
2018-11-15
1
-0
/
+1
*
glsl: Refactor type checking for redeclarations
Ian Romanick
2018-11-15
1
-12
/
+7
*
glsl: Omit redundant qualifier checks on redeclarations
Ian Romanick
2018-11-15
1
-6
/
+3
*
glsl: prevent qualifiers modification of predeclared variables
Ian Romanick
2018-11-15
1
-24
/
+27
*
compiler: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
1
-2
/
+1
*
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2018-11-14
2
-31
/
+57
*
nir/spirv: cast shift operand to u32
Karol Herbst
2018-11-14
2
-0
/
+31
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
2
-4
/
+2
*
nir: add const_index parameters to system value builder function
Karol Herbst
2018-11-14
1
-2
/
+19
*
nir: Don't lower the local work group size if it's variable.
Plamena Manolova
2018-11-13
1
-6
/
+18
*
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
2018-11-13
1
-10
/
+35
*
nir: add lowering for ffloor
Christian Gmeiner
2018-11-12
2
-0
/
+4
*
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
2018-11-12
2
-0
/
+20
*
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
2018-11-12
1
-6
/
+11
*
glsl/test: Fix use after free in test_optpass.
Hanno Böck
2018-11-12
1
-1
/
+4
*
nir: don't pack varyings ints with floats unless flat
Timothy Arceri
2018-11-12
1
-4
/
+7
*
nir: add glsl_type_is_integer() helper
Timothy Arceri
2018-11-12
2
-0
/
+6
*
nir: add new linking opt nir_link_constant_varyings()
Timothy Arceri
2018-11-10
2
-0
/
+111
*
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
2018-11-09
1
-3
/
+1
*
glsl: Add pragma to disable all warnings
Ian Romanick
2018-11-08
8
-10
/
+89
*
glsl: Add warning tests for identifiers with __
Ian Romanick
2018-11-08
2
-0
/
+25
*
nir: Add a read_mask helper for ALU instructions
Jason Ekstrand
2018-11-08
2
-7
/
+14
*
nir: fix condition propagation when src has a swizzle
Timothy Arceri
2018-11-03
1
-1
/
+30
*
glsl: do not allow implicit casts of unsized array initializers
Erik Faye-Lund
2018-11-02
1
-1
/
+2
*
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
2018-11-02
3
-2
/
+7
*
glsl: fall back to inexact function-match
Erik Faye-Lund
2018-11-02
1
-1
/
+6
[next]