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 brw_nir_rewrite_image_intrinsic into common code
Karol Herbst
2019-04-12
2
-0
/
+44
*
nir: initialise some variables in opt_if_loop_last_continue()
Timothy Arceri
2019-04-11
1
-2
/
+2
*
nir/xfb: do not use bare interface type
Juan A. Suarez Romero
2019-04-11
1
-1
/
+1
*
Revert "glsl: fix shader_storage_blocks_write_access for SSBO block arrays"
Marek Olšák
2019-04-10
1
-6
/
+2
*
glsl/standalone: add GLES3.1 and GLES3.2 compatibility
Karol Herbst
2019-04-10
1
-0
/
+5
*
nir: Add access qualifiers on load_ubo intrinsic.
Bas Nieuwenhuizen
2019-04-10
2
-2
/
+3
*
glsl: fix shader_storage_blocks_write_access for SSBO block arrays
Marek Olšák
2019-04-09
1
-2
/
+6
*
glsl/linker: location aliasing requires types to have the same width
Andres Gomez
2019-04-09
1
-39
/
+76
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
12
-198
/
+10
*
nir: Get rid of nir_register::is_packed
Jason Ekstrand
2019-04-09
7
-34
/
+11
*
spirv: Add support for DerivativeGroup capabilities
Caio Marcelo de Oliveira Filho
2019-04-08
2
-0
/
+16
*
nir: Don't set LOD=0 for compute shader that has derivative group
Caio Marcelo de Oliveira Filho
2019-04-08
1
-2
/
+6
*
nir/algebraic: Lower CS derivatives to zero when no group defined
Caio Marcelo de Oliveira Filho
2019-04-08
2
-0
/
+14
*
glsl: Parse and propagate derivative_group to shader_info
Caio Marcelo de Oliveira Filho
2019-04-08
8
-4
/
+187
*
glsl: Enable texture builtins for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-140
/
+153
*
glsl: Enable derivative builtins for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-9
/
+25
*
glsl: Remove redundant conditions when asserting in_qualifier
Caio Marcelo de Oliveira Filho
2019-04-08
1
-5
/
+2
*
mesa: Extension boilerplate for NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
2
-0
/
+3
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
2
-35
/
+54
*
nir/search: Search for all combinations of commutative ops
Jason Ekstrand
2019-04-08
3
-29
/
+64
*
nir/algebraic: Add some logical OR and AND patterns
Jason Ekstrand
2019-04-05
1
-0
/
+3
*
nir/algebraic: Drop some @bool specifiers
Jason Ekstrand
2019-04-05
1
-7
/
+7
*
nir: Take if_uses into account when repairing SSA
Caio Marcelo de Oliveira Filho
2019-04-05
1
-0
/
+18
*
nir: do not pack varying with different types
Samuel Pitoiset
2019-04-05
1
-0
/
+13
*
glsl: Fix input/output structure matching across shader stages
Sergii Romantsov
2019-04-05
4
-26
/
+56
*
glsl: remember which SSBOs are not read-only and pass it to gallium
Marek Olšák
2019-04-04
2
-0
/
+13
*
nir: Add "viewport vector" system values
Alyssa Rosenzweig
2019-04-04
1
-0
/
+5
*
nir: use proper array sizing define for vectors
Dave Airlie
2019-04-03
1
-4
/
+4
*
Revert "nir: propagate known constant values into the if-then branch"
Timothy Arceri
2019-04-03
1
-60
/
+0
*
nir: propagate known constant values into the if-then branch
Timothy Arceri
2019-04-03
1
-0
/
+60
*
spirv: fix a compiler warning
Tapani Pälli
2019-04-01
1
-1
/
+1
*
nir: add lower_all_io_to_elements
Rob Clark
2019-03-30
1
-0
/
+1
*
nir: print var name for load_interpolated_input too
Rob Clark
2019-03-30
1
-0
/
+1
*
nir: Lock around validation fail shader dumping
Jason Ekstrand
2019-03-29
1
-0
/
+10
*
nir/validate: validate that tex deref sources are actually derefs
Karol Herbst
2019-03-29
1
-0
/
+11
*
nir/print: fix printing the image_array intrinsic index
Karol Herbst
2019-03-29
1
-2
/
+2
*
nir: use {0} initializer instead of {} to fix MSVC build
Brian Paul
2019-03-28
1
-2
/
+2
*
nir: Add partial redundancy elimination for compares
Ian Romanick
2019-03-28
5
-0
/
+414
*
nir: Add nir_alu_srcs_negative_equal
Ian Romanick
2019-03-28
3
-0
/
+192
*
nir: Add nir_const_value_negative_equal
Ian Romanick
2019-03-28
4
-0
/
+398
*
nir/algebraic: Add missing 16-bit extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-0
/
+3
*
nir/algebraic: Add missing 64-bit extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-0
/
+3
*
nir/algebraic: Remove redundant extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-14
/
+4
*
nir/algebraic: Fix up extract_[iu]8 after loop unrolling
Ian Romanick
2019-03-28
1
-2
/
+20
*
nir/deref: fix struct wrapper casts. (v3)
Dave Airlie
2019-03-29
1
-2
/
+36
*
spirv: propagate the access flag for store and load derefs
Samuel Pitoiset
2019-03-27
3
-24
/
+32
*
nir: add nir_{load,store}_deref_with_access() helpers
Samuel Pitoiset
2019-03-27
1
-3
/
+21
*
spirv: make use of the select control support in nir
Timothy Arceri
2019-03-27
1
-0
/
+18
*
nir: add support for user defined select control
Timothy Arceri
2019-03-27
4
-1
/
+21
*
spirv: make use of the loop control support in nir
Timothy Arceri
2019-03-27
1
-0
/
+20
[next]