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
*
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
18
-29
/
+27
*
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
*
nir: silence three compiler warnings seen with MinGW
Brian Paul
2019-05-29
3
-5
/
+3
*
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
8
-32
/
+28
*
radv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-29
1
-10
/
+8
*
glspirv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-29
1
-1
/
+1
*
turnip: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-29
1
-7
/
+5
*
virgl: fix readback with pending transfers
Chia-I Wu
2019-05-29
1
-6
/
+26
*
nir: Allow derefs to be used as phi sources
Caio Marcelo de Oliveira Filho
2019-05-29
3
-2
/
+17
*
radeonsi: Fix editorconfig
Connor Abbott
2019-05-29
1
-0
/
+1
*
mesa/main: clean up extension-check for GL_SAMPLE_MASK
Erik Faye-Lund
2019-05-29
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_SAMPLE_SHADING
Erik Faye-Lund
2019-05-29
1
-4
/
+2
*
mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHR
Erik Faye-Lund
2019-05-29
1
-2
/
+4
*
mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGB
Erik Faye-Lund
2019-05-29
1
-2
/
+6
*
mesa/main: correct extension-checks for MESA_tile_raster_order
Erik Faye-Lund
2019-05-29
1
-6
/
+12
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-1
/
+2
*
mesa/main: make the PRIMITIVE_RESTART_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
radv: use view format when selecting the resolve path for subpasses
Samuel Pitoiset
2019-05-29
1
-8
/
+13
*
radv: always use view format when performing subpass resolves
Samuel Pitoiset
2019-05-29
3
-12
/
+21
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
4
-0
/
+27
*
intel/decoder: Use get_state_size() over guessed counts in more cases
Kenneth Graunke
2019-05-28
1
-0
/
+2
*
meson: Link Gallium drivers with ld_args_build_id
Mike Lothian
2019-05-28
1
-1
/
+1
*
nir/lower_non_uniform: safely iterate over blocks
Lionel Landwerlin
2019-05-28
1
-1
/
+1
*
radv: allocate more space in the CS when emitting events
Samuel Pitoiset
2019-05-28
1
-1
/
+1
*
iris: Ask st to vectorize our IO.
Kenneth Graunke
2019-05-28
1
-0
/
+1
*
st/nir: Re-vectorize shader IO
Kenneth Graunke
2019-05-28
2
-0
/
+31
*
mesa: Prevent classic swrast crash on a surfaceless context v2.
Mathias Fröhlich
2019-05-28
1
-1
/
+8
*
radv add radv_get_resolve_pipeline() in the compute path
Samuel Pitoiset
2019-05-28
1
-20
/
+36
*
radv: cleanup the compute resolve path for subpass
Samuel Pitoiset
2019-05-28
1
-56
/
+29
*
radeonsi: add drirc workaround for American Truck Simulator
Timothy Arceri
2019-05-28
1
-0
/
+3
*
Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"
Timothy Arceri
2019-05-28
4
-14
/
+6
[next]