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/midgard: Split up midgard_compile.c (RA)
Alyssa Rosenzweig
2019-05-19
11
-928
/
+1149
*
panfrost: Improve fixed-function blending
Alyssa Rosenzweig
2019-05-19
2
-978
/
+34
*
panfrost: Wire up nir_lower_blend
Alyssa Rosenzweig
2019-05-19
1
-14
/
+33
*
panfrost/midgard: Route new blending intrinsics
Alyssa Rosenzweig
2019-05-19
1
-106
/
+117
*
panfrost/nir: Add nir_lower_blend pass
Alyssa Rosenzweig
2019-05-19
4
-1
/
+305
*
panfrost: Fix Bifrost-specific padding
Alyssa Rosenzweig
2019-05-19
1
-7
/
+1
*
panfrost: Cleanup panfrost_job comments
Alyssa Rosenzweig
2019-05-19
1
-6
/
+3
*
panfrost/decode: Decode blend constant
Alyssa Rosenzweig
2019-05-19
2
-2
/
+31
*
panfrost: Hoist blend constant into Midgard-specific struct
Alyssa Rosenzweig
2019-05-19
6
-16
/
+21
*
panfrost/decode: Disassemble Bifrost shaders
Alyssa Rosenzweig
2019-05-19
2
-8
/
+10
*
meson: expose glapi through osmesa
Eric Engestrom
2019-05-18
1
-2
/
+2
*
draw: fix memory leak introduced 7720ce32a
Neha Bhende
2019-05-17
1
-1
/
+3
*
panfrost/midgard: Typofix
Alyssa Rosenzweig
2019-05-17
1
-1
/
+1
*
svga: Add an environment variable to force coherent surface memory
Thomas Hellstrom
2019-05-17
9
-31
/
+82
*
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
*
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
*
freedreno: Log the number of loops in the shader for shader-db.
Eric Anholt
2019-05-16
1
-2
/
+2
*
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
*
r600+radeonsi: use ctx_query_reset_status on radeon
Marek Olšák
2019-05-16
8
-52
/
+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
4
-14
/
+25
*
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
6
-10
/
+195
*
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
[next]