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
*
gallium: Fix uninitialized variable warning in compute test.
Eric Anholt
2018-11-27
1
-1
/
+1
*
nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations
Ilia Mirkin
2018-11-24
1
-0
/
+3
*
winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create
Marek Olšák
2018-11-23
1
-0
/
+6
*
winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handle
Marek Olšák
2018-11-23
1
-0
/
+6
*
st/nine: Remove thread_submit warning
Axel Davy
2018-11-21
1
-3
/
+0
*
st/nine: Allow 'triple buffering' with thread_submit
Axel Davy
2018-11-21
2
-17
/
+50
*
virgl: add assert and missing function parameter
Robert Foss
2018-11-21
1
-1
/
+4
*
r600: clean up the GS ring buffers when the context is destroyed
Gert Wollny
2018-11-21
1
-0
/
+6
*
radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSED
Marek Olšák
2018-11-20
1
-11
/
+4
*
radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS
Marek Olšák
2018-11-20
3
-9
/
+5
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
2
-56
/
+10
*
gallium/u_tests: fix MSVC build by using old-style zero initializers
Marek Olšák
2018-11-20
1
-3
/
+3
*
gallium/u_tests: add a compute shader test that clears an image
Marek Olšák
2018-11-20
1
-0
/
+77
*
meson: Add tests to suites
Dylan Baker
2018-11-20
2
-2
/
+4
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
2
-2
/
+3
*
etnaviv: use dummy RT buffer when rendering without color buffer
Lucas Stach
2018-11-19
3
-2
/
+19
*
virgl: fix vtest regression since fencing changes.
Dave Airlie
2018-11-19
1
-0
/
+1
*
radeonsi: fix an out-of-bounds read reported by ASAN
Nicolai Hähnle
2018-11-19
1
-0
/
+4
*
r600: Only set context streamout strides info from the shader that has outputs
Gert Wollny
2018-11-19
1
-3
/
+9
*
virgl: Use file descriptor instead of un-allocated object
Gert Wollny
2018-11-19
1
-1
/
+1
*
virgl: Clean up fences commit
Robert Foss
2018-11-18
4
-4
/
+1
*
nv50/ir/ra: enforce max register requirement, and change spill order
Ilia Mirkin
2018-11-16
4
-16
/
+26
*
nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit
Ilia Mirkin
2018-11-16
1
-7
/
+7
*
nv50/ir: delete MINMAX instruction that is no longer in the BB
Ilia Mirkin
2018-11-16
1
-1
/
+1
*
virgl: native fence fd support
Robert Foss
2018-11-16
7
-16
/
+166
*
vc4: Don't return a vc4 BO handle on a renderonly screen.
Eric Anholt
2018-11-15
1
-2
/
+4
*
vc4: Make sure we make ro scanout resources for create_with_modifiers.
Eric Anholt
2018-11-15
1
-1
/
+9
*
v3d: Fix double-swapping of R/B on V3D 4.1
Eric Anholt
2018-11-15
1
-2
/
+3
*
etnaviv: Make sure rs alignment checks match
Guido Günther
2018-11-15
1
-6
/
+13
*
radeonsi: fix video APIs on Raven2
Marek Olšák
2018-11-14
2
-4
/
+8
*
st/xa: Bump minor
Thomas Hellstrom
2018-11-14
1
-1
/
+1
*
st/xa: Support Component Alpha with trivial blending
Thomas Hellstrom
2018-11-14
3
-17
/
+35
*
st/xa: Minor renderer cleanups
Thomas Hellstrom
2018-11-14
1
-12
/
+12
*
st/xa: Fix transformations when we have both source and mask samplers
Thomas Hellstrom
2018-11-14
1
-68
/
+49
*
st/xa: Support a couple of new formats
Thomas Hellstrom
2018-11-14
2
-9
/
+29
*
st/xa: Support higher color precision for solid pictures
Thomas Hellstrom
2018-11-14
2
-26
/
+100
*
st/xa: Render update. Better support for solid pictures
Thomas Hellstrom
2018-11-14
5
-440
/
+225
*
virgl: Add command and flags to initiate debugging on the host (v2)
Gert Wollny
2018-11-13
5
-0
/
+37
*
freedreno/drm: fix unused 'entry' warnings
Rob Clark
2018-11-12
1
-2
/
+0
*
st/nine: clean up thead shutdown sequence a bit
Andre Heider
2018-11-09
1
-4
/
+2
*
st/nine: plug thread related leaks
Andre Heider
2018-11-09
2
-0
/
+9
*
st/nine: fix stack corruption due to ABI mismatch
Andre Heider
2018-11-09
1
-1
/
+13
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
15
-20
/
+27
*
gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
Marek Olšák
2018-11-09
1
-0
/
+3
*
radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2
Marek Olšák
2018-11-09
4
-3
/
+11
*
radeonsi: use better DCC clear codes
Marek Olšák
2018-11-09
1
-5
/
+21
*
gallivm: fix improper clamping of vertex index when fetching gs inputs
Roland Scheidegger
2018-11-09
1
-10
/
+31
*
gm107/ir: fix compile time warning in getTEXSMask
Karol Herbst
2018-11-07
1
-0
/
+1
*
winsys/amdgpu: Stop using amdgpu_bo_handle_type_kms_noimport
Michel Dänzer
2018-11-07
1
-3
/
+3
*
gm107/ir: use scalar tex instructions where possible
Karol Herbst
2018-11-06
2
-3
/
+317
[next]