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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
panfrost: Calculate polygon list header size
Alyssa Rosenzweig
2019-06-17
2
-1
/
+107
*
panfrost: Add pan_tiler.h header
Alyssa Rosenzweig
2019-06-17
1
-0
/
+44
*
panfrost: Document tile size heuristic
Alyssa Rosenzweig
2019-06-17
1
-0
/
+65
*
panfrost: Rename tiler fields per tiler research
Alyssa Rosenzweig
2019-06-17
3
-60
/
+54
*
panfrost: Add notes about the tiler allocations
Alyssa Rosenzweig
2019-06-17
1
-0
/
+86
*
panfrost: Integrate kernel names for tiler FBD
Alyssa Rosenzweig
2019-06-17
3
-48
/
+66
*
panfrost: ci: Speed things up a bit by skipping a git clone
Tomeu Vizoso
2019-06-17
1
-2
/
+5
*
panfrost: ci: Exclude all blend tests from results
Tomeu Vizoso
2019-06-17
1
-41
/
+3
*
lima: lower fmod in ppir and gpir
Erico Nunes
2019-06-16
1
-0
/
+2
*
freedreno/a6xx: re-enable UBWC for depth/stencil
Rob Clark
2019-06-15
1
-0
/
+2
*
freedreno/a6xx: handle z24s8/z24x8 blits with u_blitter
Rob Clark
2019-06-15
2
-25
/
+11
*
freedreno/a6xx: handle fallback for rewritten blits ourself
Rob Clark
2019-06-15
1
-11
/
+37
*
freedreno/a6xx: rename variable
Rob Clark
2019-06-15
1
-39
/
+39
*
freedreno/a6xx: consolidate z/s blit handling
Rob Clark
2019-06-15
1
-67
/
+46
*
gallium: add z24s8_as_r8g8b8a8 format
Rob Clark
2019-06-15
3
-0
/
+10
*
lima: fix dynarray usage in lima_submit_add_bo
Erico Nunes
2019-06-14
1
-1
/
+1
*
panfrost: Fix variant selection
Alyssa Rosenzweig
2019-06-14
1
-4
/
+10
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
16
-68
/
+23
*
virgl: Return immediately when finding a compatible resource in the cache
Alexandros Frantzis
2019-06-14
1
-25
/
+14
*
virgl: Use virgl_resource_cache in the vtest winsys
Alexandros Frantzis
2019-06-14
4
-122
/
+44
*
virgl: Use virgl_resource_cache in the drm winsys
Alexandros Frantzis
2019-06-14
4
-123
/
+44
*
virgl: Introduce virgl_resource_cache
Alexandros Frantzis
2019-06-14
6
-0
/
+331
*
etnaviv: fix some pm query issues
Lucas Stach
2019-06-14
1
-2
/
+6
*
panfrost: Fix general purpose varying handling
Boris Brezillon
2019-06-13
4
-15
/
+44
*
iris: Enable INTEL_shader_atomic_float_minmax
Caio Marcelo de Oliveira Filho
2019-06-13
1
-0
/
+1
*
gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
Caio Marcelo de Oliveira Filho
2019-06-13
3
-0
/
+4
*
freedreno/a6xx: fix MAX_INDICES
Rob Clark
2019-06-13
1
-2
/
+1
*
freedreno/blitter: remove dead code
Rob Clark
2019-06-13
1
-7
/
+0
*
freedreno: turn staging cube into 2d-array
Rob Clark
2019-06-13
1
-0
/
+2
*
panfrost: ci: Exclude some tests from results
Tomeu Vizoso
2019-06-13
1
-1
/
+50
*
panfrost: ci: Update test expectations
Tomeu Vizoso
2019-06-13
1
-93
/
+5
*
vl: Always enable drm winsys.
Bas Nieuwenhuizen
2019-06-13
2
-9
/
+3
*
lima/ppir: change offset type to int
Mateusz Krzak
2019-06-13
2
-2
/
+2
*
virgl: virgl_transfer should own its virgl_resource
Chia-I Wu
2019-06-12
2
-8
/
+6
*
virgl: pass virgl_context to transfer create/destroy
Chia-I Wu
2019-06-12
5
-22
/
+21
*
virgl: init transfer queue from virgl_context
Chia-I Wu
2019-06-12
3
-10
/
+11
*
virgl: clean up virgl_transfer_queue.h
Chia-I Wu
2019-06-12
2
-1
/
+13
*
radeonsi: add radeonsi_debug_disassembly option
Nicolai Hähnle
2019-06-12
2
-6
/
+10
*
radeonsi: fix line splitting in si_shader_dump_assembly
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: raise the alignment of LDS memory for compute shaders
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: use an explicit symbol for the LSHS LDS memory
Nicolai Hähnle
2019-06-12
2
-2
/
+20
*
radeonsi: rename lds_{load,store} to lshs_lds_{load,store}
Nicolai Hähnle
2019-06-12
1
-17
/
+16
*
radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9
Nicolai Hähnle
2019-06-12
3
-36
/
+94
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
5
-33
/
+66
*
radeonsi: cleanup some #includes
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
radeonsi: inline si_shader_binary_read_config into its only caller
Nicolai Hähnle
2019-06-12
2
-16
/
+7
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
9
-237
/
+272
*
radeonsi: don't declare pointers to static strings
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
radeonsi: dump shader binary buffer contents
Nicolai Hähnle
2019-06-12
2
-0
/
+19
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
4
-19
/
+16
[prev]
[next]