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
*
freedreno: fix context teardown harder
Rob Clark
2018-09-05
4
-8
/
+8
*
freedreno/ir3: ignore unused inputs
Rob Clark
2018-09-05
1
-1
/
+29
*
freedreno/a6xx: fix debug build crash
Rob Clark
2018-09-05
1
-0
/
+7
*
svga: rename face to layer_face
Charmaine Lee
2018-09-05
1
-22
/
+25
*
svga: encode sample count in resource declarations
Brian Paul
2018-09-05
4
-0
/
+6
*
svga: sync with upstream changes to surface flags
Charmaine Lee
2018-09-05
9
-14
/
+19
*
svga: avoid try_blit() for some depth formats on non vgpu10.
Neha Bhende
2018-09-05
1
-0
/
+13
*
svga: convert dst format to linear when blending is enabled.
Neha Bhende
2018-09-05
1
-1
/
+3
*
winsys/svga: Avoid cap2 code path for now
Neha Bhende
2018-09-05
1
-13
/
+5
*
svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.
Neha Bhende
2018-09-05
1
-0
/
+112
*
svga/winsys: Add cap2 support in winsys
Neha Bhende
2018-09-05
4
-2
/
+38
*
svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driver
Neha Bhende
2018-09-05
3
-0
/
+49
*
svga: update device header files from upstream
Brian Paul
2018-09-05
15
-196
/
+569
*
winsys/drm: Fix assert when try to accumulate an invalid fd
Charmaine Lee
2018-09-05
1
-2
/
+7
*
winsys/virgl/vtest: Correct off-by-one error in resource allocation
Gert Wollny
2018-09-05
1
-4
/
+9
*
winsys/virgl: Initialize value to silence valgrind
Gert Wollny
2018-09-05
1
-1
/
+1
*
winsys/virgl: correct resource and handle allocation (v2)
Gert Wollny
2018-09-05
1
-5
/
+18
*
virgl: use hw-atomics instead of in-ssbo ones
Tomeu Vizoso
2018-09-05
7
-2
/
+89
*
virgl: update minor differences to upstream header
Erik Faye-Lund
2018-09-05
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}
Erik Faye-Lund
2018-09-05
4
-0
/
+19
*
gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS
Erik Faye-Lund
2018-09-05
4
-0
/
+9
*
gallium/u_threaded: increase batch size to increase performance
Marek Olšák
2018-09-04
1
-1
/
+1
*
st/vdpau: silence an unitialized-variable warning
Marek Olšák
2018-09-04
1
-1
/
+1
*
u_vbuf: Fix leak
Ernestas Kulik
2018-09-04
1
-0
/
+1
*
freedreno: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-108
/
+2
*
v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-151
/
+0
*
vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
2
-184
/
+1
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
19
-35
/
+403
*
imx: make use of loader_open_render_node(..) helper
Christian Gmeiner
2018-08-31
1
-1
/
+2
*
tegra: make use loader_open_render_node(..) helper
Christian Gmeiner
2018-08-31
1
-59
/
+2
*
tegra: fix memory leak
Christian Gmeiner
2018-08-31
1
-0
/
+1
*
st/dri: Don't expose sRGB formats to clients
Daniel Stone
2018-08-31
1
-0
/
+6
*
radeonsi: fix regression in indirect input swizzles.
Dave Airlie
2018-08-31
1
-2
/
+5
*
radeonsi: fix tess/gs fetchs for new swizzle.
Dave Airlie
2018-08-31
1
-5
/
+8
*
gallivm: Detect VSX separately from Altivec
Vicki Pfau
2018-08-30
3
-19
/
+17
*
nv50: bump compat glsl level to same as core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
nvc0: bump compat GLSL version to match core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
st/mesa, gallium: add a workaround for No Mans Sky
Timothy Arceri
2018-08-30
3
-0
/
+4
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
4
-41
/
+79
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
2
-3
/
+8
*
radeonsi: enable GL 4.5 in compat profile
Timothy Arceri
2018-08-30
1
-2
/
+1
*
radeonsi: add a thorough clear/copy_buffer benchmark
Marek Olšák
2018-08-29
9
-153
/
+599
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
2
-0
/
+9
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
6
-3
/
+34
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI
Marek Olšák
2018-08-29
2
-0
/
+20
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
4
-2
/
+51
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
2
-6
/
+11
*
gallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
Marek Olšák
2018-08-29
4
-4
/
+12
*
svga: add missing switch cases for shadow textures
Brian Paul
2018-08-29
2
-0
/
+5
*
svga: fix vgpu9 sprite coordinate bug
Brian Paul
2018-08-29
3
-7
/
+3
[next]