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
*
turnip: drop linking libfreedreno_drm
Rob Clark
2020-06-15
1
-1
/
+0
*
freedreno/ir3: move the libdrm dependency out of shared code
Rob Clark
2020-06-15
3
-19
/
+45
*
freedreno/ir3: unify shader create/delete paths
Rob Clark
2020-06-15
5
-10
/
+9
*
zink: rework input/output location emission
Mike Blumenkrantz
2020-06-15
1
-55
/
+107
*
zink: handle more glsl->spirv builtin translation
Mike Blumenkrantz
2020-06-15
1
-14
/
+22
*
spirv: fix using OpSampledImage with OpUndef instead of OpType{Image,Sampler}
Samuel Pitoiset
2020-06-15
1
-4
/
+22
*
pan/mdg: Precolour blend inputs
Alyssa Rosenzweig
2020-06-15
5
-5
/
+26
*
nvir: don't use designated initialisers in C++ code
Yevhenii Kolesnikov
2020-06-15
1
-100
/
+100
*
ac: add ac_choose_spi_color_formats() to common code
Samuel Pitoiset
2020-06-15
4
-221
/
+147
*
freedreno/ir3: fix ir3_nir_move_varying_inputs
Jonathan Marek
2020-06-14
1
-10
/
+5
*
intel/tools: make test aware of the meson test wrapper
Eric Engestrom
2020-06-13
1
-7
/
+32
*
intel/tools: rewrite run-test.sh in python
Eric Engestrom
2020-06-13
3
-40
/
+69
*
radv: update internal reference
Erik Faye-Lund
2020-06-13
1
-1
/
+1
*
iris: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
i965: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
intel/genxml: replace gen_sort_tags.py MIT licence with SPDX equivalent
Eric Engestrom
2020-06-13
1
-20
/
+1
*
intel/genxml: drop python 2 support for gen_sort_tags.py
Eric Engestrom
2020-06-13
1
-4
/
+1
*
v3d: add missing unlock() in error path
Eric Engestrom
2020-06-13
1
-1
/
+2
*
turnip: remove some dead/redundant code
Jonathan Marek
2020-06-13
8
-540
/
+35
*
panfrost: Tiled to linear layout conversion
Icecream95
2020-06-12
2
-8
/
+51
*
panfrost: Create a new sampler view bo when the layout changes
Icecream95
2020-06-12
3
-3
/
+21
*
panfrost: Move sampler view bo creation to a separate function
Icecream95
2020-06-12
2
-40
/
+53
*
intel/compiler: Drop opt_sampler_eot()
Matt Turner
2020-06-12
2
-101
/
+0
*
pan/mdg: Prefer type over regmode for schedule constraints
Alyssa Rosenzweig
2020-06-12
1
-2
/
+2
*
pan/mdg: Analyze types for 64-bitness in RA
Alyssa Rosenzweig
2020-06-12
1
-1
/
+15
*
pan/mdg: Explicitly type 64-bit uniform moves
Alyssa Rosenzweig
2020-06-12
1
-0
/
+2
*
turnip: add emit renderpass cache flushes for sysmem 3D CmdClearAttachments
Jonathan Marek
2020-06-12
3
-1
/
+8
*
turnip: add layered 3D path clear for CmdClearAttachments
Jonathan Marek
2020-06-12
2
-42
/
+142
*
turnip: share code between 3D blit/clear path and tu_pipeline
Jonathan Marek
2020-06-12
4
-135
/
+108
*
turnip: pipeline program state refactor
Jonathan Marek
2020-06-12
1
-339
/
+217
*
panfrost: Demote mediump varyings to fp16
Alyssa Rosenzweig
2020-06-12
1
-2
/
+16
*
panfrost: Override varying format to minimal precision
Alyssa Rosenzweig
2020-06-12
1
-5
/
+22
*
panfrost: Use shader_info harder
Alyssa Rosenzweig
2020-06-12
2
-18
/
+5
*
panfrost: Only store varying formats
Alyssa Rosenzweig
2020-06-12
3
-53
/
+10
*
panfrost: Allow R/RG/RGB varyings
Alyssa Rosenzweig
2020-06-12
2
-4
/
+15
*
panfrost: Remove unused routines
Alyssa Rosenzweig
2020-06-12
1
-51
/
+0
*
panfrost: Use new varying linking
Alyssa Rosenzweig
2020-06-12
1
-227
/
+54
*
panfrost: Add high-level varying emit
Alyssa Rosenzweig
2020-06-12
1
-0
/
+94
*
panfrost: Add helper to determine if we are capturing
Alyssa Rosenzweig
2020-06-12
1
-0
/
+15
*
panfrost: Emit xfb records
Alyssa Rosenzweig
2020-06-12
1
-0
/
+45
*
panfrost: Emit special varyings
Alyssa Rosenzweig
2020-06-12
1
-0
/
+18
*
panfrost: Emit unlinked varyings
Alyssa Rosenzweig
2020-06-12
1
-0
/
+30
*
panfrost: Determine varying buffer presence
Alyssa Rosenzweig
2020-06-12
1
-0
/
+39
*
panfrost: Introduce bitfields for tracking varyings
Alyssa Rosenzweig
2020-06-12
1
-0
/
+43
*
panfrost: Add panfrost_streamout_offset helper
Alyssa Rosenzweig
2020-06-12
1
-0
/
+7
*
panfrost: Calculate varying size by format
Alyssa Rosenzweig
2020-06-12
2
-0
/
+28
*
pan/mdg: Avoid fusing ld_vary_16 with non-zero component
Alyssa Rosenzweig
2020-06-12
1
-0
/
+5
*
aco: fix shared subdword loads
Daniel Schürmann
2020-06-12
1
-1
/
+1
*
radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2
Samuel Pitoiset
2020-06-12
1
-0
/
+4
*
radv/llvm: implement radv_enable_mrt_output_nan_fixup workaround
Samuel Pitoiset
2020-06-12
1
-0
/
+24
[next]