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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Decode blend shaders for SFBD
Tomeu Vizoso
2019-11-06
2
-23
/
+32
*
panfrost: Take into account texture layers in SFBD
Tomeu Vizoso
2019-11-06
1
-5
/
+6
*
panfrost: Rework format encoding on SFBD
Tomeu Vizoso
2019-11-06
8
-93
/
+213
*
panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720
Tomeu Vizoso
2019-11-06
2
-7
/
+3
*
panfrost: Add checksum fields to SFBD descriptor
Tomeu Vizoso
2019-11-06
3
-1
/
+22
*
zink: do advertize integer support in shaders
Erik Faye-Lund
2019-11-06
1
-1
/
+3
*
zink/spirv: implement ball_fequal[2-4]
Erik Faye-Lund
2019-11-06
1
-0
/
+12
*
zink/spirv: implement ball_iequal[2-4]
Erik Faye-Lund
2019-11-06
1
-0
/
+12
*
zink/spirv: implement bany_inequal[2-4]
Erik Faye-Lund
2019-11-06
1
-0
/
+12
*
zink/spirv: implement bany_fnequal[2-4]
Erik Faye-Lund
2019-11-06
1
-0
/
+12
*
zink/spirv: support loading bool constants
Erik Faye-Lund
2019-11-06
1
-5
/
+21
*
zink/spirv: drop temp-array for component-count
Erik Faye-Lund
2019-11-06
1
-6
/
+3
*
gitlab-ci: Don't build libdrm for ARM
Michel Dänzer
2019-11-06
2
-20
/
+2
*
gitlab-ci: Use separate arm64 build/test docker images
Michel Dänzer
2019-11-06
3
-66
/
+123
*
zink: use u_blitter when format-reinterpreting
Erik Faye-Lund
2019-11-06
1
-0
/
+10
*
zink: always allow sampling of images
Erik Faye-Lund
2019-11-06
1
-4
/
+3
*
zink: transition resources before resolving
Erik Faye-Lund
2019-11-06
1
-0
/
+8
*
zink: disable fragment-shader texture-lod
Erik Faye-Lund
2019-11-06
1
-0
/
+2
*
zink: make sure src image is transfer-src-optimal
Duncan Hopkins
2019-11-06
1
-0
/
+4
*
zink: do not advertize coherent mapping
Erik Faye-Lund
2019-11-06
1
-1
/
+1
*
zink: always allow mutating the format
Erik Faye-Lund
2019-11-06
1
-2
/
+3
*
zink: use actual format for render-pass
Erik Faye-Lund
2019-11-06
1
-3
/
+4
*
radeonsi: fix shader disk cache key
Pierre-Eric Pelloux-Prayer
2019-11-06
1
-2
/
+3
*
radv: implement VK_EXT_subgroup_size_control
Samuel Pitoiset
2019-11-06
5
-3
/
+59
*
radv: rely on shader's wavesize when computing NGG info
Samuel Pitoiset
2019-11-06
1
-1
/
+10
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
6
-19
/
+28
*
radv: hardcode the number of waves for the GFX6 LS-HS bug
Samuel Pitoiset
2019-11-06
1
-1
/
+1
*
radv/gfx10: enable wave32 for compute based on shader's wavesize
Samuel Pitoiset
2019-11-06
3
-3
/
+7
*
nir: fix packing of nir_variable
Samuel Pitoiset
2019-11-06
1
-2
/
+2
*
radv: fix 32-bit compiler warnings
Samuel Pitoiset
2019-11-06
1
-3
/
+3
*
radv: add a note about perftest/debug options
Samuel Pitoiset
2019-11-06
1
-0
/
+1
*
docs: document all RADV environment variables
Samuel Pitoiset
2019-11-06
1
-0
/
+105
*
nir/serialize: pack nir_variable flags
Marek Olšák
2019-11-05
1
-13
/
+36
*
nir/serialize: store 32-bit object IDs instead of 64-bit
Marek Olšák
2019-11-05
1
-28
/
+31
*
nir/serialize: don't expand 16-bit variable state slots to 32 bits
Marek Olšák
2019-11-05
2
-7
/
+5
*
nir: pack the rest of nir_variable::data
Marek Olšák
2019-11-05
1
-33
/
+34
*
radeonsi: keep serialized NIR instead of nir_shader in si_shader_selector
Marek Olšák
2019-11-05
5
-13
/
+65
*
radeonsi: don't keep compute shader IR after compilation
Marek Olšák
2019-11-05
1
-2
/
+5
*
radeonsi: use IR SHA1 as the cache key for the in-memory shader cache
Marek Olšák
2019-11-05
3
-71
/
+55
*
lima: add support for gl_PointSize
Vasily Khoruzhick
2019-11-05
7
-741
/
+90
*
mesa/imports: let the build system detect strtok_r()
Eric Engestrom
2019-11-05
3
-2
/
+5
*
meson: require `nm` again on Unix systems
Eric Engestrom
2019-11-05
1
-2
/
+2
*
meson: add windows support to symbols checks
Eric Engestrom
2019-11-05
2
-6
/
+50
*
meson: move the generic symbols check arguments to a common variable
Eric Engestrom
2019-11-05
9
-8
/
+9
*
meson: add variable to control the symbols checks
Eric Engestrom
2019-11-05
9
-8
/
+9
*
mesa: fix call to _mesa_lookup_vao_err
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-1
/
+1
*
meson: Add dep_glvnd to egl deps when building with glvnd
Dylan Baker
2019-11-05
1
-1
/
+2
*
util/u_endian: Add error checks
Dylan Baker
2019-11-05
1
-0
/
+6
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
49
-122
/
+122
*
gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian function
Dylan Baker
2019-11-05
1
-20
/
+15
[next]