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: Handle writes_memory correctly
Alyssa Rosenzweig
2020-06-03
3
-3
/
+8
*
panfrost: Document MALI_WRITES_GLOBAL bit
Alyssa Rosenzweig
2020-06-03
1
-1
/
+1
*
iris: remove unused iris_bo->swizzle_mode
Marcin Ślusarz
2020-06-03
2
-24
/
+0
*
panfrost: Only use AFBC YTR with RGB and RGBA
Icecream95
2020-06-03
1
-1
/
+7
*
panfrost: Decode AFBC flag bits
Icecream95
2020-06-03
1
-2
/
+2
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
10
-12
/
+12
*
radeonsi: Define gfx10_format in the common header.
Bas Nieuwenhuizen
2020-06-03
1
-10
/
+1
*
amd/common,radeonsi: Move gfx10_format_table to common.
Bas Nieuwenhuizen
2020-06-03
5
-303
/
+2
*
radeonsi: Explicitly map Z16_UNORM_S8_UINT to None for GFX10.
Bas Nieuwenhuizen
2020-06-03
1
-0
/
+1
*
zink: Use store_dest_raw instead of storing an uint
Erik Faye-Lund
2020-06-02
1
-2
/
+1
*
radeonsi: add a hack to disable TRUNC_COORD for shadow samplers
Marek Olšák
2020-06-02
1
-1
/
+2
*
radeonsi: pass at most 3 images and/or shader buffers via user SGPRs for compute
Marek Olšák
2020-06-02
8
-3
/
+130
*
radeonsi: remove const_buffers_declared hacks
Marek Olšák
2020-06-02
1
-3
/
+1
*
radeonsi: remove unused leftover code for INDIRECT_BUFFER inside IBs
Marek Olšák
2020-06-02
2
-16
/
+1
*
nir: gather which images are MSAA
Marek Olšák
2020-06-02
2
-2
/
+1
*
ac/nir: support 16-bit data in buffer_load_format opcodes
Marek Olšák
2020-06-02
2
-2
/
+2
*
ac/nir: remove type and num_channels args from ac_build_buffer_store_common
Marek Olšák
2020-06-02
1
-1
/
+1
*
ac/nir: use more types from ac_llvm_context
Marek Olšák
2020-06-02
1
-1
/
+1
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
20
-0
/
+50
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
63
-99
/
+126
*
meson: Bump required version to 0.52.0
Dylan Baker
2020-06-01
1
-5
/
+1
*
panfrost: Remove unused nir_lower_framebuffer pass
Alyssa Rosenzweig
2020-06-01
4
-427
/
+0
*
panfrost: Don't flush explicitly when mipmapping
Alyssa Rosenzweig
2020-06-01
1
-19
/
+1
*
panfrost: Fix PRESENT flag mix-up
Alyssa Rosenzweig
2020-06-01
1
-1
/
+1
*
panfrost: Use internal_format throughout
Alyssa Rosenzweig
2020-06-01
1
-8
/
+9
*
panfrost: Add separate_stencil BO to batch
Alyssa Rosenzweig
2020-06-01
1
-0
/
+3
*
panfrost: Check for large tilebuffer requirements
Alyssa Rosenzweig
2020-06-01
1
-1
/
+21
*
panfrost: Let Gallium pack colours
Alyssa Rosenzweig
2020-06-01
1
-10
/
+4
*
panfrost: Account for differing types in blend lower
Alyssa Rosenzweig
2020-06-01
1
-6
/
+31
*
panfrost: Conditionally allow fp16 blending
Alyssa Rosenzweig
2020-06-01
2
-10
/
+21
*
panfrost: Switch to pan_lower_framebuffer
Alyssa Rosenzweig
2020-06-01
1
-1
/
+5
*
iris: Fixup copy'n'paste mistake in Makefile.sources
Chris Wilson
2020-05-31
1
-2
/
+2
*
r300g: Remove extra printf format specifiers.
Vinson Lee
2020-05-30
1
-2
/
+2
*
nouveau: allow invalidating coherent/persistent buffer backings
Ilia Mirkin
2020-05-30
1
-5
/
+0
*
gallium/dri: Remove lowered_yuv tracking for plane mapping.
Bas Nieuwenhuizen
2020-05-30
2
-12
/
+5
*
util/format: Add more multi-planar formats.
Bas Nieuwenhuizen
2020-05-30
1
-0
/
+20
*
util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
Bas Nieuwenhuizen
2020-05-30
1
-0
/
+1
*
etnaviv: Fix memory leak on error path.
Vinson Lee
2020-05-30
1
-4
/
+5
*
panfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrost
Alyssa Rosenzweig
2020-05-29
1
-0
/
+7
*
panfrost: Disable QUAD_STRIP/POLYGON on Bifrost
Alyssa Rosenzweig
2020-05-29
1
-2
/
+10
*
panfrost: Preload gl_FragCoord on Bifrost
Alyssa Rosenzweig
2020-05-29
1
-1
/
+4
*
panfrost: Set reads_frag_coord as a sysval
Alyssa Rosenzweig
2020-05-29
1
-0
/
+3
*
panfrost: Don't generate gl_FragCoord varying on Bifrost
Alyssa Rosenzweig
2020-05-29
1
-5
/
+7
*
freedreno/a6xx: fix vsc assert
Rob Clark
2020-05-29
1
-2
/
+1
*
freedreno/a6xx: Program VFD_DEST_CNTL from program stateobj
Kristian H. Kristensen
2020-05-29
2
-19
/
+14
*
freedreno/a6xx: Create stateobj for VFD_DECODE
Kristian H. Kristensen
2020-05-29
5
-23
/
+71
*
freedreno/a6xx: Decouple VFD_FETCH and VFD_DECODE
Kristian H. Kristensen
2020-05-29
1
-22
/
+14
*
freedreno/a6xx: Move per element offset to VFD_DECODE
Kristian H. Kristensen
2020-05-29
1
-1
/
+2
*
frontend/dri: Implement mapping individual planes.
Bas Nieuwenhuizen
2020-05-29
2
-3
/
+17
*
zink: Check fopen result.
Vinson Lee
2020-05-29
1
-3
/
+5
[next]