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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
lima/ppir: Add undef handling
Andreas Baierl
2019-09-13
4
-4
/
+24
*
lima/ppir: Rename ppir_op_dummy to ppir_op_undef
Andreas Baierl
2019-09-13
3
-5
/
+5
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
5
-172
/
+127
*
panfrost: Move the fence creation in panfrost_flush()
Boris Brezillon
2019-09-13
4
-15
/
+15
*
panfrost: Delay payloads[].offset_start initialization
Boris Brezillon
2019-09-13
1
-3
/
+3
*
panfrost: Prepare things to avoid flushes on FB switch
Boris Brezillon
2019-09-13
2
-8
/
+12
*
panfrost: Pass a batch to panfrost_set_value_job()
Boris Brezillon
2019-09-13
1
-4
/
+2
*
panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper()
Boris Brezillon
2019-09-13
1
-4
/
+5
*
panfrost: Pass a batch to functions emitting FB descs
Boris Brezillon
2019-09-13
6
-53
/
+44
*
panfrost: Pass a batch to panfrost_{allocate,upload}_transient()
Boris Brezillon
2019-09-13
10
-41
/
+57
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
5
-24
/
+23
*
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Boris Brezillon
2019-09-13
3
-49
/
+0
*
panfrost: Use a pipe_framebuffer_state as the batch key
Boris Brezillon
2019-09-13
2
-38
/
+17
*
radeon/vcn: exclude raven2 from vcn 2.0 encode initialization
Indrajit Das
2019-09-13
1
-1
/
+1
*
v3d: fix TF primitive counts for resume without draw
Iago Toral Quiroga
2019-09-13
3
-1
/
+17
*
v3d: remove redundant update of queued draw calls
Iago Toral Quiroga
2019-09-13
1
-2
/
+0
*
v3d: make sure we have enough space in the CL for the primitive counts packet
Iago Toral Quiroga
2019-09-13
1
-0
/
+1
*
v3d: add missing line break for performance debug message
Iago Toral Quiroga
2019-09-13
1
-1
/
+1
*
panfrost/ci: Use releases for Volt dEQP
Tomeu Vizoso
2019-09-13
2
-4
/
+6
*
panfrost/ci: Update kernel to 5.3-rc8
Tomeu Vizoso
2019-09-13
2
-2
/
+2
*
panfrost/ci: Run dEQP with the surfaceless platform
Tomeu Vizoso
2019-09-13
4
-24
/
+44
*
freedreno/a6xx: pre-calculate userconst stateobj size
Rob Clark
2019-09-12
4
-3
/
+44
[prev]
[next]