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
*
Delete autotools
Dylan Baker
2019-04-15
4
-526
/
+0
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
3
-0
/
+13
*
nir,ac/nir: fix cube_face_coord
Rhys Perry
2019-04-15
1
-6
/
+15
*
nir: fix packing components with arrays
Timothy Arceri
2019-04-15
1
-1
/
+2
*
spirv: add SpvCapabilityFloat16 support
Samuel Pitoiset
2019-04-15
2
-1
/
+5
*
nir/validate: Require unused bits of nir_const_value to be zero
Jason Ekstrand
2019-04-14
2
-20
/
+41
*
nir/load_const_to_scalar: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
spirv: Drop some unneeded bit size switch statements
Jason Ekstrand
2019-04-14
1
-62
/
+4
*
nir/constant_folding: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
27
-353
/
+401
*
spirv: reduce array size in vtn_handle_constant
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/loop_analyze: use nir_const_value.b for boolean results, not u32
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/print: Use nir_src_as_int for array indices
Jason Ekstrand
2019-04-14
1
-3
/
+2
*
nir/builder: Add a nir_imm_zero helper
Jason Ekstrand
2019-04-14
3
-7
/
+17
*
nir/builder: Move nir_imm_vec2 from blorp into the builder
Karol Herbst
2019-04-14
1
-0
/
+12
*
nir: Add nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
4
-0
/
+105
*
nir: add lower_ftrunc
Christian Gmeiner
2019-04-13
2
-0
/
+3
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
9
-1
/
+216
*
nir: Add a comment about how intrinsic definitions work.
Eric Anholt
2019-04-12
1
-0
/
+11
*
nir: Drop remaining references to const_index in favor of the call to use.
Eric Anholt
2019-04-12
1
-5
/
+5
*
nir: Drop comments about the constant_index slots for load/stores.
Eric Anholt
2019-04-12
1
-21
/
+15
*
glsl: Set location on structure-split sampler uniform variables
Kenneth Graunke
2019-04-12
1
-0
/
+1
*
glsl: allow the #extension directive within code blocks for the dri option
Marek Olšák
2019-04-12
1
-0
/
+9
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
6
-3
/
+105
*
glsl/nir: fetch the type for images from the deref instruction
Karol Herbst
2019-04-12
1
-3
/
+3
*
glsl_to_nir: handle bindless textures
Karol Herbst
2019-04-12
1
-4
/
+15
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
2
-14
/
+22
*
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
[next]