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
*
radeonsi: include drm_fourcc.h to fix the build
Marek Olšák
2019-09-18
1
-0
/
+1
*
radeonsi: implement pipe_screen::resource_get_param
Marek Olšák
2019-09-18
1
-22
/
+78
*
gallium: extend resource_get_param to be as capable as resource_get_handle
Marek Olšák
2019-09-18
7
-16
/
+56
*
ac: move ac_get_num_physical_vgprs into radeon_info
Marek Olšák
2019-09-18
1
-3
/
+3
*
ac: move ac_get_num_physical_sgprs into radeon_info
Marek Olšák
2019-09-18
1
-2
/
+2
*
ac: move ac_get_max_wave64_per_simd into radeon_info
Marek Olšák
2019-09-18
1
-1
/
+1
*
ac: move num_sdp_interfaces into radeon_info
Marek Olšák
2019-09-18
1
-15
/
+1
*
ac: move PBB MAX_ALLOC_COUNT into radeon_info
Marek Olšák
2019-09-18
1
-31
/
+1
*
etnaviv: fix two-sided stencil
Jonathan Marek
2019-09-18
5
-30
/
+44
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
4
-41
/
+68
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
4
-3
/
+17
*
panfrost: Add the panfrost_batch_create_bo() helper
Boris Brezillon
2019-09-18
4
-25
/
+28
*
panfrost: Don't return imported/exported BOs to the cache
Boris Brezillon
2019-09-18
2
-0
/
+9
*
panfrost: Add panfrost_bo_{alloc,free}()
Boris Brezillon
2019-09-18
1
-76
/
+68
*
panfrost: Stop using panfrost_bo_release() outside of pan_bo.c
Boris Brezillon
2019-09-18
4
-7
/
+8
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
7
-37
/
+37
*
panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()
Boris Brezillon
2019-09-18
1
-5
/
+1
*
panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
Boris Brezillon
2019-09-18
2
-8
/
+2
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
16
-74
/
+112
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
7
-19
/
+19
*
panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.c
Boris Brezillon
2019-09-18
2
-19
/
+20
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
12
-444
/
+382
*
panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-18
3
-5
/
+4
*
panfrost: Kill a useless memset(0) in panfrost_create_context()
Boris Brezillon
2019-09-18
1
-1
/
+0
*
panfrost: Add polygon_list to the batch BO set at allocation time
Boris Brezillon
2019-09-18
2
-4
/
+7
*
panfrost: Add missing panfrost_batch_add_bo() calls
Boris Brezillon
2019-09-18
1
-1
/
+4
*
panfrost: Use the correct type for the bo_handle array
Boris Brezillon
2019-09-18
1
-1
/
+2
*
panfrost: Stop exposing internal panfrost_*_batch() functions
Boris Brezillon
2019-09-18
2
-14
/
+3
*
etnaviv: disable ARB_shadow
Christian Gmeiner
2019-09-18
1
-0
/
+2
*
Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
Christian Gmeiner
2019-09-18
3
-0
/
+7
*
virgl: Remove wrong EAGAIN handling for drmIoctl
Lepton Wu
2019-09-18
1
-3
/
+3
*
iris: Skip allocating a null surface when there are 0 color regions.
Kenneth Graunke
2019-09-17
2
-2
/
+9
*
gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
Adam Jackson
2019-09-17
2
-27
/
+40
*
gallium/xlib: Remove MakeCurrent_PrevContext
Adam Jackson
2019-09-17
1
-12
/
+5
*
gallium/xlib: Remove drawable caching from the MakeCurrent path
Adam Jackson
2019-09-17
1
-32
/
+3
*
ci: Run tests on i386 cross builds
Adam Jackson
2019-09-17
1
-1
/
+3
*
iris: close screen fd on iris_destroy_screen
Tapani Pälli
2019-09-17
1
-0
/
+1
*
swr: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
3
-3
/
+21
*
gallivm: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
1
-0
/
+4
*
etnaviv: a bit of micro-optimization
Christian Gmeiner
2019-09-17
2
-1
/
+4
*
lima: reset scissor state if scissor test is disabled
Icenowy Zheng
2019-09-17
1
-0
/
+4
*
gallium/gdi: use GALLIUM_FOO rather than HAVE_FOO
Erik Faye-Lund
2019-09-16
2
-10
/
+10
*
scons: Make scons and meson agree about path to glapi generated headers
Dylan Baker
2019-09-16
2
-1
/
+2
*
lima: add standalone disassembler with primitive MBS parser
Vasily Khoruzhick
2019-09-16
2
-0
/
+219
*
radeonsi/nir: fix number of used samplers
Timothy Arceri
2019-09-16
1
-1
/
+1
*
iris: Fix fence leak in iris_fence_flush
Danylo Piliaiev
2019-09-16
1
-0
/
+2
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
2
-2
/
+3
*
gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)
Christian Gmeiner
2019-09-14
1
-3
/
+2
*
virgl: replace fprintf with _debug_printf
Lepton Wu
2019-09-14
1
-5
/
+5
*
iris: Initialize ice->state.prim_mode to an invalid value
Kenneth Graunke
2019-09-13
1
-0
/
+1
[next]