index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
nir: add fceil lowering
Jonathan Marek
2
-0
/
+4
2018-11-26
glsl: free or reuse memory allocated for TF varying
Gert Wollny
1
-1
/
+8
2018-11-21
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
1
-4
/
+0
2018-11-21
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
1
-2
/
+5
2018-11-20
meson: Add tests to suites
Dylan Baker
3
-7
/
+19
2018-11-19
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2
-12
/
+35
2018-11-19
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
1
-16
/
+8
2018-11-19
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
1
-41
/
+32
2018-11-19
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
1
-4
/
+2
2018-11-20
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
1
-2
/
+2
2018-11-20
nir: move getting deref from var after we check deref type.
Dave Airlie
1
-4
/
+3
2018-11-20
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2
-8
/
+10
2018-11-19
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2
-1
/
+49
2018-11-15
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
7
-10
/
+85
2018-11-15
nir/lower_io: Add shared to get_io_offset_src
Jason Ekstrand
1
-0
/
+2
2018-11-15
nir/glsl: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
1
-5
/
+12
2018-11-15
nir/spirv: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
1
-2
/
+8
2018-11-15
nir/builder: Add a nir_pack/unpack/bitcast helpers
Jason Ekstrand
2
-76
/
+151
2018-11-15
nir/builder: Add iadd_imm and imul_imm helpers
Jason Ekstrand
3
-11
/
+20
2018-11-15
nir/builder: Assert that intN_t immediates fit
Jason Ekstrand
1
-0
/
+4
2018-11-15
nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
Jason Ekstrand
1
-0
/
+1
2018-11-15
glsl: Refactor type checking for redeclarations
Ian Romanick
1
-12
/
+7
2018-11-15
glsl: Omit redundant qualifier checks on redeclarations
Ian Romanick
1
-6
/
+3
2018-11-15
glsl: prevent qualifiers modification of predeclared variables
Ian Romanick
1
-24
/
+27
2018-11-14
compiler: avoid 'unused variable' warnings
Andrii Simiklit
1
-2
/
+1
2018-11-14
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2
-31
/
+57
2018-11-14
nir/spirv: cast shift operand to u32
Karol Herbst
2
-0
/
+31
2018-11-14
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2
-4
/
+2
2018-11-14
nir: add const_index parameters to system value builder function
Karol Herbst
1
-2
/
+19
2018-11-13
nir: Don't lower the local work group size if it's variable.
Plamena Manolova
1
-6
/
+18
2018-11-13
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
1
-10
/
+35
2018-11-12
nir: add lowering for ffloor
Christian Gmeiner
2
-0
/
+4
2018-11-12
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
2
-0
/
+20
2018-11-12
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
1
-6
/
+11
2018-11-12
glsl/test: Fix use after free in test_optpass.
Hanno Böck
1
-1
/
+4
2018-11-12
nir: don't pack varyings ints with floats unless flat
Timothy Arceri
1
-4
/
+7
2018-11-12
nir: add glsl_type_is_integer() helper
Timothy Arceri
2
-0
/
+6
2018-11-10
nir: add new linking opt nir_link_constant_varyings()
Timothy Arceri
2
-0
/
+111
2018-11-09
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
1
-3
/
+1
2018-11-08
glsl: Add pragma to disable all warnings
Ian Romanick
8
-10
/
+89
2018-11-08
glsl: Add warning tests for identifiers with __
Ian Romanick
2
-0
/
+25
2018-11-08
nir: Add a read_mask helper for ALU instructions
Jason Ekstrand
2
-7
/
+14
2018-11-03
nir: fix condition propagation when src has a swizzle
Timothy Arceri
1
-1
/
+30
2018-11-02
glsl: do not allow implicit casts of unsized array initializers
Erik Faye-Lund
1
-1
/
+2
2018-11-02
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
3
-2
/
+7
2018-11-02
glsl: fall back to inexact function-match
Erik Faye-Lund
1
-1
/
+6
2018-11-02
glsl: add has_implicit_uint_to_int_conversion()-helper
Erik Faye-Lund
3
-4
/
+9
2018-11-02
glsl: add has_implicit_conversions()-helper
Erik Faye-Lund
3
-2
/
+7
2018-11-02
nir: allow propagation of if evaluation for bcsel
Timothy Arceri
1
-9
/
+16
2018-11-01
nir: fix if condition propagation for alu use
Timothy Arceri
1
-2
/
+1
[next]