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: Remove link stage for jobs
Tomeu Vizoso
2019-05-31
2
-68
/
+54
*
panfrost: ci: Switch to kernel 5.2-rc2
Tomeu Vizoso
2019-05-31
1
-4
/
+3
*
panfrost: ci: Update expectations
Tomeu Vizoso
2019-05-31
1
-8
/
+3
*
radeonsi/nir: Remove hack for builtins
Connor Abbott
2019-05-31
1
-11
/
+2
*
radeonsi/nir: Use correct location for uniform access bound
Connor Abbott
2019-05-31
1
-1
/
+1
*
radeonsi/nir: Correctly handle double TCS/TES varyings
Connor Abbott
2019-05-31
1
-4
/
+28
*
etnaviv: blt: s/TRUE/true && s/FALSE/false
Christian Gmeiner
2019-05-31
1
-6
/
+6
*
etnaviv: rs: s/TRUE/true && s/FALSE/false
Christian Gmeiner
2019-05-31
1
-8
/
+8
*
swr/rast: Enable ARB_GL_texture_buffer_range
Jan Zielinski
2019-05-30
1
-1
/
+1
*
swr/rast: fix 32-bit compilation on Linux
Jan Zielinski
2019-05-30
1
-65
/
+0
*
iris: Avoid holding the lock while allocating pages.
Kenneth Graunke
2019-05-30
1
-5
/
+5
*
iris: Move SET_DOMAIN to alloc_fresh_bo()
Kenneth Graunke
2019-05-30
1
-17
/
+15
*
iris: Be lazy about cleaning up purged BOs in the cache.
Kenneth Graunke
2019-05-29
1
-17
/
+1
*
iris: Dig through the cache to find a BO in the right memzone
Kenneth Graunke
2019-05-29
1
-7
/
+17
*
iris: Tidy BO sizing code and comments
Kenneth Graunke
2019-05-29
1
-12
/
+5
*
iris: Move some field setting after we drop the lock.
Kenneth Graunke
2019-05-29
1
-13
/
+13
*
iris: Move cached BO allocation into a helper function.
Kenneth Graunke
2019-05-29
1
-44
/
+64
*
iris: Fall back to fresh allocations of mapping for zero-memset fails.
Kenneth Graunke
2019-05-29
1
-3
/
+4
*
iris: Move fresh BO allocation into a helper function.
Kenneth Graunke
2019-05-29
1
-26
/
+30
*
iris: Do SET_TILING at a single point rather than in two places.
Kenneth Graunke
2019-05-29
1
-20
/
+20
*
iris: Use the BO cache even for coherent buffers on non-LLC.
Kenneth Graunke
2019-05-29
1
-3
/
+0
*
iris: Fix locking around vma_alloc in iris_bo_create_userptr
Kenneth Graunke
2019-05-29
1
-0
/
+4
*
iris: Fix lock/unlock mismatch for non-LLC coherent BO allocation.
Kenneth Graunke
2019-05-29
1
-7
/
+3
*
radeonsi: fix timestamp queries for compute-only contexts
Marek Olšák
2019-05-29
1
-3
/
+5
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
5
-8
/
+8
*
iris: Re-emit Surface State Base Address when context is lost.
Kenneth Graunke
2019-05-29
1
-0
/
+1
*
iris: Enable nir_opt_large_constants
Jason Ekstrand
2019-05-29
4
-0
/
+82
*
iris: Don't assume UBO indices are constant
Jason Ekstrand
2019-05-29
1
-1
/
+2
*
iris: Move upload_ubo_ssbo_surf_state to iris_program.c
Jason Ekstrand
2019-05-29
3
-39
/
+56
*
svga: clamp max_const_buffers to SVGA_MAX_CONST_BUFS
Brian Paul
2019-05-29
1
-1
/
+2
*
iris: Clone before calling nir_strip and serializing
Kenneth Graunke
2019-05-29
1
-6
/
+8
*
iris: Only store the SHA1 of the NIR in iris_uncompiled_shader
Kenneth Graunke
2019-05-29
3
-13
/
+7
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-4
/
+4
*
virgl: fix readback with pending transfers
Chia-I Wu
2019-05-29
1
-6
/
+26
*
radeonsi: Fix editorconfig
Connor Abbott
2019-05-29
1
-0
/
+1
*
meson: Link Gallium drivers with ld_args_build_id
Mike Lothian
2019-05-28
1
-1
/
+1
*
radeonsi: clean up winsys creation
Marek Olšák
2019-05-27
5
-36
/
+30
*
radeonsi: allow query functions for compute-only contexts
Marek Olšák
2019-05-27
2
-4
/
+5
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
3
-9
/
+3
*
etnaviv: rs: choose clear format based on block size
Christian Gmeiner
2019-05-27
1
-1
/
+13
*
lima/ppir: implement discard and discard_if
Vasily Khoruzhick
2019-05-27
7
-10
/
+253
*
iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
Kenneth Graunke
2019-05-26
1
-0
/
+1
*
panfrost/midgard: Implement fneg/fabs/fsat
Alyssa Rosenzweig
2019-05-26
1
-0
/
+20
*
lima: fix lima_blit with non-zero level source resource
Qiang Yu
2019-05-25
1
-25
/
+12
*
lima: fix render to non-zero level texture
Qiang Yu
2019-05-25
1
-4
/
+6
*
virgl: remove an incorrect check in virgl_res_needs_flush
Chia-I Wu
2019-05-24
1
-15
/
+0
*
virgl: reemit resources on first draw/clear/compute
Chia-I Wu
2019-05-24
1
-6
/
+24
*
virgl: add missing emit_res for SO targets
Chia-I Wu
2019-05-24
1
-2
/
+8
*
gallivm: fix default cbuf info.
Roland Scheidegger
2019-05-24
1
-1
/
+1
*
panfrost: Dereference sampled texture
Tomeu Vizoso
2019-05-24
1
-6
/
+3
[next]