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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flags
Thomas Hellstrom
2019-05-17
3
-27
/
+33
*
svga: Set the rendered-to flag for dma transfers to surfaces
Thomas Hellstrom
2019-05-17
1
-0
/
+4
*
winsys/svga: Fix RELOC_INTERNAL mob GPU access
Thomas Hellstrom
2019-05-17
1
-1
/
+9
*
svga: Remove the surface_invalidate winsys function
Thomas Hellstrom
2019-05-17
6
-31
/
+12
*
Revert "softpipe/buffer: load only as many components as the the buffer resou...
Gert Wollny
2019-05-17
1
-5
/
+2
*
glsl/nir: init non-static class member.
Dave Airlie
2019-05-17
1
-0
/
+1
*
imgui: fix undefined behaviour bitshift.
Dave Airlie
2019-05-17
1
-1
/
+1
*
glsl: init non-static class member in link uniforms. (v2)
Dave Airlie
2019-05-17
1
-1
/
+2
*
glsl: init packed in more constructors.
Dave Airlie
2019-05-17
1
-6
/
+6
*
panfrost: Cleanup leak todos
Alyssa Rosenzweig
2019-05-17
3
-16
/
+9
*
panfrost: assert(0) -> unreachable for some switch
Alyssa Rosenzweig
2019-05-16
2
-31
/
+18
*
anv: Fix some depth buffer sampling cases on ICL+
Nanley Chery
2019-05-16
1
-1
/
+7
*
nir: Only convert SSA values to regs when needed
Caio Marcelo de Oliveira Filho
2019-05-16
1
-6
/
+22
*
st/mesa: Record samplers for extra planes in info->textures_used.
Kenneth Graunke
2019-05-16
1
-0
/
+5
*
nir: Fix nir_opt_idiv_const when negatives are involved
Caio Marcelo de Oliveira Filho
2019-05-16
1
-3
/
+5
*
freedreno: Log the number of loops in the shader for shader-db.
Eric Anholt
2019-05-16
3
-2
/
+4
*
freedreno: Output the same shader-db format as v3d and intel.
Eric Anholt
2019-05-16
1
-15
/
+4
*
freedreno: Remove the ir3_tgsi_to_nir() helper function.
Eric Anholt
2019-05-16
3
-20
/
+6
*
freedreno: Fix assertion failures in context setup in shader-db mode.
Eric Anholt
2019-05-16
4
-0
/
+4
*
ac: match radeonsi code in ac_shader_binary_read_config
Marek Olšák
2019-05-16
1
-3
/
+3
*
r600+radeonsi: use ctx_query_reset_status on radeon
Marek Olšák
2019-05-16
10
-55
/
+5
*
winsys/radeon: implement ctx_query_reset_status by copying radeonsi
Marek Olšák
2019-05-16
4
-6
/
+43
*
winsys/amdgpu: report a CS rejection as a reset only if there's no GPU reset
Marek Olšák
2019-05-16
1
-6
/
+5
*
radeonsi: update buffer descriptors in all contexts after buffer invalidation
Marek Olšák
2019-05-16
3
-33
/
+72
*
radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsets
Marek Olšák
2019-05-16
3
-40
/
+25
*
radeonsi: compute culling - flush CS to remove write references to buffers
Marek Olšák
2019-05-16
1
-5
/
+16
*
radeonsi: invalidate caches at the beginning of the prim discard compute IB
Marek Olšák
2019-05-16
3
-9
/
+23
*
radeonsi: disable primitive restart for triangles for DiRT Rally
Marek Olšák
2019-05-16
5
-14
/
+28
*
radeonsi: add primitive culling stats to the HUD
Marek Olšák
2019-05-16
4
-4
/
+44
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
18
-28
/
+2124
*
winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space
Marek Olšák
2019-05-16
9
-15
/
+26
*
radeonsi: add si_vs_prolog_bits::unpack_instance_id_from_vertex_id:1
Marek Olšák
2019-05-16
2
-2
/
+24
*
radeonsi: make some functions non-static
Marek Olšák
2019-05-16
3
-18
/
+25
*
radeonsi: allow si_shader_select_with_key to return an optimized shader or fail
Marek Olšák
2019-05-16
2
-12
/
+32
*
radeonsi: use pipe_draw_info::instance_count indirectly
Marek Olšák
2019-05-16
1
-14
/
+22
*
radeonsi: use pipe_draw_info::prim and primitive_restart indirectly
Marek Olšák
2019-05-16
1
-31
/
+40
*
radeonsi: make functions for creating LLVM functions non-static
Marek Olšák
2019-05-16
2
-23
/
+32
*
winsys/amdgpu: add a parallel compute IB coupled with a gfx IB
Marek Olšák
2019-05-16
8
-10
/
+204
*
ac: add LLVM code for triangle culling
Marek Olšák
2019-05-16
4
-0
/
+338
*
radeonsi: add a cs parameter into si_cp_copy_data
Marek Olšák
2019-05-16
5
-9
/
+8
*
radeonsi: add a cs parameter into si_cp_release_mem
Marek Olšák
2019-05-16
5
-10
/
+9
*
radeonsi: add threadgroups_per_cu param into si_get_compute_resource_limits
Marek Olšák
2019-05-16
2
-4
/
+8
*
radeonsi: move si_*_descriptors_idx functions into si_state.h
Marek Olšák
2019-05-16
2
-14
/
+14
*
radeonsi: make si_initialize_compute reusable
Marek Olšák
2019-05-16
2
-7
/
+8
*
radeonsi: extract COMPUTE_RESOURCE_LIMITS code into a helper
Marek Olšák
2019-05-16
2
-12
/
+23
*
radeonsi: return the last part's return value from @wrapper
Marek Olšák
2019-05-16
1
-3
/
+26
*
winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resources
Marek Olšák
2019-05-16
1
-2
/
+5
*
swr: clean up supported OGL4.0/4.1 extensions list
Jan Zielinski
2019-05-16
2
-8
/
+9
*
vl/dri3: set back buffer from output to NULL with front buffer case
Leo Liu
2019-05-16
1
-0
/
+1
*
docs: advice to resolve discussion on gitlab MR doc
Alejandro Piñeiro
2019-05-16
1
-0
/
+3
[next]