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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: Set sRGB write control CAP based on host capabilities
Gert Wollny
2019-01-28
3
-0
/
+13
*
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
*
freedreno: add renderonly scanout
Jonathan Marek
2019-01-26
4
-5
/
+60
*
freedreno/a2xx: fix unused variable warning
Rob Clark
2019-01-26
1
-1
/
+0
*
freedreno: limit tiling to PIPE_BIND_SAMPLER_VIEW
Rob Clark
2019-01-25
1
-0
/
+1
*
meson: Fix compiler checks for SWR with ICC
Dylan Baker
2019-01-24
1
-25
/
+5
*
meson: fix swr KNL build
Dylan Baker
2019-01-24
1
-1
/
+1
*
gallivm: Return true from arch_rounding_available() if NEON is available
Matt Turner
2019-01-24
1
-1
/
+2
*
freedreno: set modifier when exporting buffer
Rob Clark
2019-01-23
1
-0
/
+12
*
nv50,nvc0: mark textures dirty on fb update
Ilia Mirkin
2019-01-22
2
-2
/
+4
*
radeonsi/nir: add missing piece for bindless image support
Timothy Arceri
2019-01-23
1
-0
/
+6
*
freedreno: core buffer modifier support
Rob Clark
2019-01-22
2
-4
/
+84
*
freedreno: add query for dmabuf modifiers
Fritz Koenig
2019-01-22
2
-0
/
+46
*
freedreno: drm_fourcc.h header include
Fritz Koenig
2019-01-22
2
-1
/
+3
*
svga: add new gallium formats to the format conversion table
Brian Paul
2019-01-22
1
-0
/
+4
*
radeonsi: rename rfence -> sfence
Marek Olšák
2019-01-22
1
-49
/
+49
*
radeonsi: rename rbo, rbuffer to buf or buffer
Marek Olšák
2019-01-22
5
-102
/
+102
*
radeonsi: rename rsrc -> ssrc, rdst -> sdst
Marek Olšák
2019-01-22
6
-51
/
+51
*
radeonsi: rename rquery -> squery
Marek Olšák
2019-01-22
3
-68
/
+68
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
29
-230
/
+230
*
radeonsi: remove r600 from comments
Marek Olšák
2019-01-22
3
-3
/
+3
*
radeonsi: rename rview -> sview
Marek Olšák
2019-01-22
1
-3
/
+3
*
radeonsi: rename rscreen -> sscreen
Marek Olšák
2019-01-22
5
-11
/
+11
*
radeonsi: disable render cond & pipeline stats for internal compute dispatches
Marek Olšák
2019-01-22
1
-0
/
+18
*
radeonsi: use compute for resource_copy_region when possible
Sonny Jiang
2019-01-22
5
-0
/
+215
*
radeonsi: add compute_last_block to configure the partial block fields
Jiang, Sonny
2019-01-22
2
-5
/
+49
*
gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)
Marek Olšák
2019-01-22
1
-30
/
+2
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
6
-41
/
+43
*
radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
Marek Olšák
2019-01-22
2
-2
/
+4
*
radeonsi: fix the top-of-pipe fence on SI
Marek Olšák
2019-01-22
1
-1
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
3
-3
/
+3
*
radeonsi: compile clear and copy buffer compute shaders on demand
Marek Olšák
2019-01-22
2
-8
/
+14
*
radeonsi: remove redundant call to emit_cache_flush in compute clear/copy
Marek Olšák
2019-01-22
1
-1
/
+0
*
radeonsi: use buffer_store_format_x & xy
Marek Olšák
2019-01-22
1
-8
/
+17
*
radeonsi: fix rendering to tiny viewports where the viewport center is > 8K
Marek Olšák
2019-01-22
1
-3
/
+18
*
radeonsi: fix a u_blitter crash after a shader with FBFETCH
Marek Olšák
2019-01-22
1
-1
/
+1
[next]