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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
2019-11-29
3
-1
/
+23
*
zink: silence coverity error
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: error-check right variable
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: handle calloc-failure
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: do not try to destroy NULL-fence
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: delete query rather than allocating a new one
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: fix crash when restoring sampler-states
Erik Faye-Lund
2019-11-29
3
-1
/
+3
*
zink: reject invalid sample-counts
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: use true/false instead of TRUE/FALSE
Erik Faye-Lund
2019-11-29
1
-16
/
+16
*
panfrost: Fix gnu-empty-initializer build errors.
Vinson Lee
2019-11-28
3
-5
/
+5
*
llvmpipe: add initial nir support
Dave Airlie
2019-11-28
7
-19
/
+110
*
radeonsi: enable SPIR-V and GL 4.6 for NIR
Marek Olšák
2019-11-27
1
-6
/
+5
*
radeonsi/nir: support interface output types to fix SPIR-V xfb piglits
Marek Olšák
2019-11-27
1
-1
/
+1
*
radeonsi/nir: fix location_frac handling for TCS outputs
Marek Olšák
2019-11-27
1
-1
/
+1
*
radeonsi/nir: don't rely on data.patch for tess factors
Marek Olšák
2019-11-27
1
-1
/
+4
*
radeonsi/nir: validate is_patch because SPIR-V doesn't set it for tess factors
Marek Olšák
2019-11-27
1
-10
/
+21
*
radeonsi: simplify get_tcs_tes_buffer_address_from_generic_indices
Marek Olšák
2019-11-27
1
-27
/
+19
*
radeonsi: simplify the interface of get_dw_address_from_generic_indices
Marek Olšák
2019-11-27
1
-29
/
+19
*
radeonsi/nir: implement subgroup system values for SPIR-V
Marek Olšák
2019-11-27
3
-0
/
+10
*
v3d: fix indirect BO allocation for uniforms
Iago Toral Quiroga
2019-11-27
1
-3
/
+8
*
iris: Disable VF cache partial address workaround on Gen11+
Kenneth Graunke
2019-11-26
2
-0
/
+14
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
27
-199
/
+190
*
freedreno/a6xx: Log the tiling mode in resource layout debug.
Eric Anholt
2019-11-26
1
-2
/
+2
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
23
-71
/
+43
*
freedreno: Introduce a fd_resource_tile_mode() helper.
Eric Anholt
2019-11-26
8
-36
/
+24
*
freedreno: Introduce a fd_resource_layer_stride() helper.
Eric Anholt
2019-11-26
2
-11
/
+15
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
14
-45
/
+58
*
etnaviv: support 3d/array/integer formats in texture descriptors
Jonathan Marek
2019-11-26
1
-3
/
+19
*
etnaviv: blt: fix partial ZS clears with TS
Jonathan Marek
2019-11-26
1
-4
/
+7
*
r600: Disable eight bit three channel formats
Gert Wollny
2019-11-26
1
-0
/
+4
*
iris: Update SURFACE_STATE addresses when setting sampler views
Kenneth Graunke
2019-11-25
1
-0
/
+3
*
iris: Maintain CPU-side SURFACE_STATE copies for views and surfaces.
Kenneth Graunke
2019-11-25
2
-55
/
+136
*
iris: Create an "iris_surface_state" wrapper struct
Kenneth Graunke
2019-11-25
2
-27
/
+36
*
iris: Drop 'old_address' parameter from iris_rebind_buffer
Kenneth Graunke
2019-11-25
3
-7
/
+6
*
iris: Stop mutating the resource in get_rt_read_isl_surf().
Kenneth Graunke
2019-11-25
1
-19
/
+14
*
radeonsi/nir: don't run si_nir_opts again if there is no change
Marek Olšák
2019-11-25
1
-5
/
+6
*
radeonsi: initialize the per-context compiler on demand
Marek Olšák
2019-11-25
3
-2
/
+6
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
3
-16
/
+15
*
etnaviv: implement 64bpp clear
Jonathan Marek
2019-11-25
10
-19
/
+41
*
etnaviv: avoid using RS for 64bpp formats
Jonathan Marek
2019-11-25
3
-6
/
+14
*
etnaviv: add support for extended pe formats
Christian Gmeiner
2019-11-25
1
-2
/
+8
*
etnaviv: handle 8 byte block in tiling
Christian Gmeiner
2019-11-25
1
-2
/
+6
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
7
-770
/
+714
*
llvmpipe: initial query buffer object support. (v2)
Dave Airlie
2019-11-25
2
-1
/
+153
*
iris: Change keybox parenting
Kenneth Graunke
2019-11-22
1
-3
/
+2
*
etnaviv: use a more self-explanatory param name
Christian Gmeiner
2019-11-22
1
-10
/
+10
*
etnaviv: drop not used config_out function param
Christian Gmeiner
2019-11-22
5
-21
/
+8
[next]