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
*
radeonsi: fix crashing performance counters (division by zero)
Marek Olšák
2019-02-05
1
-1
/
+1
*
v3d: Fix leak in resource setup error path
Ernestas Kulik
2019-01-31
1
-1
/
+1
*
freedreno: more fixing release tarball
Rob Clark
2019-01-31
1
-1
/
+3
*
vc4: Fix leak in HW queries error path
Ernestas Kulik
2019-01-31
1
-1
/
+1
*
freedreno: fix sysmem rendering being used when clear is used
Jonathan Marek
2019-01-29
1
-1
/
+1
*
freedreno: fix depth usage logic
Jonathan Marek
2019-01-29
1
-2
/
+6
*
freedreno: fix invalidate logic
Jonathan Marek
2019-01-29
2
-10
/
+10
*
st/dri: invalidate_resource depth/stencil before flush_resource
Jonathan Marek
2019-01-29
1
-7
/
+7
*
freedreno: minor cleanups
Rob Clark
2019-01-29
2
-2
/
+0
*
freedreno: stop frob'ing pipe_resource::nr_samples
Rob Clark
2019-01-29
4
-6
/
+15
*
freedreno/a6xx: fix blitter nr_samples check
Rob Clark
2019-01-29
1
-1
/
+3
*
freedreno/a5xx: fix blitter nr_samples check
Rob Clark
2019-01-29
1
-1
/
+2
*
vc4: Enable NEON asm on meson cross-builds.
Eric Anholt
2019-01-28
1
-4
/
+6
*
kmsro: Add freedreno renderonly support
Jonathan Marek
2019-01-28
3
-0
/
+20
*
freedreno: a2xx: add perfcntrs
Jonathan Marek
2019-01-28
8
-0
/
+1118
*
freedreno: a2xx: minor solid_vertexbuf fixups
Jonathan Marek
2019-01-28
3
-4
/
+6
*
freedreno: a2xx: clear fixes and fast clear path
Jonathan Marek
2019-01-28
8
-126
/
+434
*
freedreno: a2xx: a20x hw binning
Jonathan Marek
2019-01-28
11
-16
/
+298
*
freedreno: a2xx: enable early-Z testing
Jonathan Marek
2019-01-28
4
-3
/
+11
*
freedreno: a2xx: ir2 cleanup
Jonathan Marek
2019-01-28
2
-3
/
+1
*
Switch imx to kmsro and remove the imx winsys
Rob Herring
2019-01-28
16
-253
/
+3
*
kmsro: Add etnaviv renderonly support
Rob Herring
2019-01-28
4
-17
/
+50
*
kmsro: Extend to include hx8357d.
Eric Anholt
2019-01-28
4
-0
/
+4
*
pipe-loader: Fallback to kmsro driver when no matching driver name found
Rob Herring
2019-01-28
1
-5
/
+8
*
pl111: Rename the pl111 driver to "kmsro".
Eric Anholt
2019-01-28
21
-51
/
+51
*
virgl: Set sRGB write control CAP based on host capabilities
Gert Wollny
2019-01-28
3
-0
/
+13
*
Gallium: Add new CAPS to indicate whether a driver can switch SRGB write
Gert Wollny
2019-01-28
3
-0
/
+6
*
etnaviv: add linear sampling support
Christian Gmeiner
2019-01-28
3
-1
/
+25
*
etnaviv: update headers from rnndb
Christian Gmeiner
2019-01-28
8
-55
/
+227
*
etnaviv: extend etna_resource with an addressing mode
Christian Gmeiner
2019-01-28
4
-8
/
+22
*
nvc0: don't put text segment into bufctx
Ilia Mirkin
2019-01-27
6
-13
/
+16
*
v3d: Create separate sampler states for the various blend formats.
Eric Anholt
2019-01-27
3
-46
/
+299
*
v3d: Move the sampler state to the long-lived state uploader.
Eric Anholt
2019-01-27
3
-6
/
+13
*
v3d: Use the symbolic names for wrap modes from the XML.
Eric Anholt
2019-01-27
1
-6
/
+9
*
v3d: Fix stencil sampling from a separate-stencil buffer.
Eric Anholt
2019-01-27
2
-0
/
+7
*
v3d: Fix stencil sampling from packed depth/stencil.
Eric Anholt
2019-01-27
1
-1
/
+1
*
v3d: Fix release-build warning about utile_h.
Eric Anholt
2019-01-27
1
-2
/
+1
*
v3d: Flush blit jobs immediately after generating them.
Eric Anholt
2019-01-27
1
-0
/
+8
*
v3d: Fix BO stats accounting for imported buffers.
Eric Anholt
2019-01-27
1
-0
/
+3
*
v3d: Drop maximum number of texture units down to 16.
Eric Anholt
2019-01-27
1
-3
/
+3
*
v3d: Avoid duplicating limits defines between gallium and v3d core.
Eric Anholt
2019-01-27
6
-12
/
+9
*
v3d: Rename gallium-local limits defines from VC5 to V3D.
Eric Anholt
2019-01-27
11
-33
/
+33
*
st/nine: Enable debug info if NDEBUG is not set
Axel Davy
2019-01-26
11
-26
/
+26
*
st/nine: Immediately upload user provided textures
Axel Davy
2019-01-26
1
-0
/
+13
*
freedreno: add renderonly scanout
Jonathan Marek
2019-01-26
8
-10
/
+66
*
freedreno/a2xx: fix unused variable warning
Rob Clark
2019-01-26
1
-1
/
+0
*
tgsi: remove culldist semantic from docs
Timothy Arceri
2019-01-26
1
-18
/
+0
*
gallium: Make sure we return is_unorm/is_snorm for compressed formats.
Eric Anholt
2019-01-25
5
-24
/
+101
*
gallium: Fix comment about possible colorspaces.
Eric Anholt
2019-01-25
1
-1
/
+1
*
gallium: Enable unit tests as actual meson unit tests.
Eric Anholt
2019-01-25
2
-7
/
+9
[next]