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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: pass the context to query destroy functions
Nicolai Hähnle
2019-07-03
3
-11
/
+10
*
radeonsi: make si_restore_qbo_state externally available
Nicolai Hähnle
2019-07-03
3
-14
/
+14
*
radeonsi: make get_primitive_id externally visible
Nicolai Hähnle
2019-07-03
2
-5
/
+7
*
radeonsi: make si_llvm_export_vs externally available
Nicolai Hähnle
2019-07-03
2
-12
/
+17
*
radeonsi: various si_translate_*format functions only apply to pre-gfx10
Nicolai Hähnle
2019-07-03
1
-0
/
+6
*
radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappings
Marek Olšák
2019-07-03
4
-154
/
+52
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
5
-35
/
+314
*
gallium/util: rewrite depth-stencil blit shaders
Marek Olšák
2019-07-03
3
-183
/
+46
*
st/mesa: accelerate glCopyPixels(STENCIL)
Marek Olšák
2019-07-03
1
-20
/
+38
*
glsl/standalone: meson test for --dump-builder
Yevhenii Kolesnikov
2019-07-03
2
-0
/
+23
*
glsl/standalone: exit on unsupported texture functions
Sergii Romantsov
2019-07-03
1
-1
/
+14
*
radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabled
Pierre-Eric Pelloux-Prayer
2019-07-03
1
-1
/
+2
*
gallium/u_blitter: enable MSAA when blitting to MSAA surfaces
Brian Paul
2019-07-03
1
-22
/
+34
*
virgl: Clear the valid buffer range when possible
Alexandros Frantzis
2019-07-03
2
-0
/
+24
*
swr/swr: Enable ARB_viewport_array
Jan Zielinski
2019-07-03
7
-48
/
+60
*
radv: Support VK_EXT_queue_family_foreign.
Bas Nieuwenhuizen
2019-07-03
3
-3
/
+7
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-03
1
-1
/
+5
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
6
-11
/
+24
*
winsys/amdgpu: Add amdgpu_screen_winsys
Michel Dänzer
2019-07-03
7
-142
/
+183
*
winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded casts
Michel Dänzer
2019-07-03
3
-8
/
+8
*
intel: fix wrong format usage
Juan A. Suarez Romero
2019-07-03
1
-1
/
+1
*
radv: only allocate a 32-bit value for the TC-compat range metadata
Samuel Pitoiset
2019-07-03
1
-2
/
+2
*
radv: remove unused code in radv_update_tc_compat_zrange_metadata()
Samuel Pitoiset
2019-07-03
1
-2
/
+0
*
radv: add radv_get_depth_pipeline() helper
Samuel Pitoiset
2019-07-03
1
-25
/
+41
*
iris: assert isl_surf_init success in resource_from_handle
Mike Blumenkrantz
2019-07-02
1
-14
/
+15
*
anv: Advertise a more accurate minTexelBufferOffsetAlignment
Jason Ekstrand
2019-07-02
1
-1
/
+4
*
anv: Implement VK_EXT_texel_buffer_alignment
Jason Ekstrand
2019-07-02
2
-0
/
+38
*
vulkan: Update the XML and headers to 1.1.113
Jason Ekstrand
2019-07-02
1
-8
/
+63
*
spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup
Caio Marcelo de Oliveira Filho
2019-07-02
1
-4
/
+6
*
nouveau: handle new CAPS
Karol Herbst
2019-07-02
2
-0
/
+26
*
intel/fs: Use nir_lower_interpolation on gen11+
Jason Ekstrand
2019-07-02
4
-48
/
+3
*
intel/fs: Implement nir_intrinsic_load_fs_input_interp_deltas
Jason Ekstrand
2019-07-02
2
-1
/
+14
*
intel/fs: Actually implement the load_barycentric intrinsics
Jason Ekstrand
2019-07-02
2
-12
/
+93
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
6
-0
/
+193
*
panfrost: Pass referenced BOs to the SUBMIT ioctls
Boris Brezillon
2019-07-02
1
-19
/
+27
*
panfrost: Make SLAB pool creation rely on BO helpers
Boris Brezillon
2019-07-02
7
-110
/
+56
*
panfrost: Add the panfrost_drm_{create,release}_bo() helpers
Boris Brezillon
2019-07-02
3
-29
/
+70
*
panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()
Boris Brezillon
2019-07-02
1
-21
/
+30
*
panfrost: Avoid passing winsys handles to import/export BO funcs
Boris Brezillon
2019-07-02
3
-19
/
+20
*
panfrost: Move BO meta-data out of panfrost_bo
Boris Brezillon
2019-07-02
6
-94
/
+98
*
panfrost: Stop exposing internal panfrost_drm_*() functions
Boris Brezillon
2019-07-02
2
-7
/
+2
*
panfrost: Get rid of the "free imported BO" logic
Boris Brezillon
2019-07-02
4
-37
/
+8
*
panfrost: Get rid of the panfrost_driver abstraction leftovers
Boris Brezillon
2019-07-02
3
-35
/
+0
*
panfrost: Move scanout res creation out of panfrost_resource_create()
Boris Brezillon
2019-07-02
1
-32
/
+41
*
panfrost: Add the sampled texture BO to the job
Boris Brezillon
2019-07-02
1
-0
/
+4
*
radv: enable DCC for layers on GFX8
Samuel Pitoiset
2019-07-02
1
-9
/
+23
*
radv: do not enable DCC for mipmapped arrays because performance is worse
Samuel Pitoiset
2019-07-02
1
-0
/
+4
*
radv: implement clearing DCC layers on GFX8
Samuel Pitoiset
2019-07-02
2
-4
/
+7
*
radv: merge radv_dcc_clear_level() into radv_clear_dcc()
Samuel Pitoiset
2019-07-02
1
-30
/
+22
*
radv: add support for decompressing DCC layers with compute
Samuel Pitoiset
2019-07-02
1
-51
/
+53
[next]