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
*
gallivm/cache: don't require a null terminator for cache data.
Dave Airlie
2020-06-16
1
-1
/
+1
*
panfrost: Update sampler view in Bifrost path
Alyssa Rosenzweig
2020-06-15
1
-0
/
+1
*
panfrost: Merge bifrost_bo/midgard_bo
Alyssa Rosenzweig
2020-06-15
3
-12
/
+10
*
llvmpipe/setup: add planes for draw regions if no scissor.
Dave Airlie
2020-06-16
2
-0
/
+8
*
freedreno/ir3: move the libdrm dependency out of shared code
Rob Clark
2020-06-15
1
-0
/
+37
*
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
*
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
1
-109
/
+6
*
iris: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
v3d: add missing unlock() in error path
Eric Engestrom
2020-06-13
1
-1
/
+2
*
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
*
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
1
-15
/
+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
1
-4
/
+14
*
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
1
-0
/
+26
*
android: nvir/gv100: update sources in Makefile.sources
Mauro Rossi
2020-06-12
1
-0
/
+6
*
iris/icl+: Report same caching domain as main surface for clear color BO.
Francisco Jerez
2020-06-11
1
-2
/
+1
*
iris: Better handle metadata in NIR passes
Jason Ekstrand
2020-06-11
1
-2
/
+8
*
gallivm/sample: fix texel type for stencil 8-bit
Dave Airlie
2020-06-11
1
-1
/
+1
*
gallivm/conv: enable conversion min code. (v2)
Dave Airlie
2020-06-11
1
-2
/
+4
*
gallivm/format: convert unsigned values to float properly.
Dave Airlie
2020-06-11
1
-1
/
+1
*
llvmpipe: fix subpixel bits reporting.
Dave Airlie
2020-06-11
1
-0
/
+2
*
gallivm/nir: add group barrier support
Dave Airlie
2020-06-11
1
-0
/
+1
*
draw/gs: add more info to debugging.
Dave Airlie
2020-06-11
1
-3
/
+4
*
draw/gs: fix emitting inactive primitives crash
Dave Airlie
2020-06-11
2
-1
/
+6
*
freedreno/a6xx: Fix clip_halfz support.
Eric Anholt
2020-06-10
1
-1
/
+4
*
nvc0: initial support for tu1xx
Ben Skeggs
2020-06-10
13
-41
/
+1126
*
nvc0: initial support for gv100
Ben Skeggs
2020-06-10
13
-35
/
+578
*
nvc0: remove hardcoded blitter vertprog
Ben Skeggs
2020-06-10
1
-73
/
+39
*
nvc0: move setting of entrypoint for a shader stage to a function
Ben Skeggs
2020-06-10
3
-14
/
+23
*
nvc0: use NVIDIA headers for GP100- compute QMD
Ben Skeggs
2020-06-10
7
-141
/
+880
*
nvc0: use NVIDIA headers for GK104->GM2xx compute QMD
Ben Skeggs
2020-06-10
8
-160
/
+1085
*
nvir/gv100: enable support for tu1xx
Ben Skeggs
2020-06-10
2
-0
/
+3
*
nvir/gv100: initial support
Ben Skeggs
2020-06-10
14
-19
/
+3683
[next]