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
*
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
*
nv50/ir: add scalar field to TexInstructions
Karol Herbst
2018-11-06
2
-1
/
+6
*
nv50/ra: add condenseDef overloads for partial condenses
Karol Herbst
2018-11-06
1
-8
/
+21
*
nv50/ir: print color masks of tex instructions
Karol Herbst
2018-11-06
1
-4
/
+33
*
r600: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-06
1
-0
/
+1
*
freedreno/a6xx: Clear z32 and separate stencil with blitter
Kristian H. Kristensen
2018-11-06
2
-27
/
+50
*
freedreno/a6xx: fix VSC bug with larger # of tiles
Rob Clark
2018-11-06
1
-5
/
+2
*
freedreno: update generated headers
Rob Clark
2018-11-06
7
-29
/
+51
*
st/va: fix incorrect use of resource_destroy
Marek Olšák
2018-11-05
1
-4
/
+2
*
r600/sb: Fix constant logical operand in assert.
Vinson Lee
2018-11-04
1
-1
/
+1
*
vc4: Use the normal simulator ioctl path for CL submit as well.
Eric Anholt
2018-11-02
3
-13
/
+5
*
vc4: Maintain a separate GEM mapping of BOs in the simulator.
Eric Anholt
2018-11-02
2
-42
/
+58
*
vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-02
1
-4
/
+2
*
v3d: Remove the special path for simulaton of the submit ioctl.
Eric Anholt
2018-11-02
5
-19
/
+13
*
v3d: Maintain a mapping of the GEM buffer in the simulator.
Eric Anholt
2018-11-02
1
-23
/
+48
*
meson: link gallium nine with pthreads
Dylan Baker
2018-11-02
1
-1
/
+1
*
android: gallium/auxiliary: add include to get u_debug.h header
Mauro Rossi
2018-11-02
1
-1
/
+2
*
virgl/vtest-winsys: Use virgl version of bind flags
Gert Wollny
2018-11-02
1
-1
/
+1
*
Gallium: Add format PIPE_FORMAT_R8_SRGB
Gert Wollny
2018-11-02
5
-0
/
+12
*
vc4: Drop the winsys_stride relayout in the simluator
Eric Anholt
2018-11-01
5
-95
/
+12
*
v3d: Use the TLB R/B swapping instead of recompiles when available.
Eric Anholt
2018-11-01
4
-3
/
+17
*
v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-01
1
-4
/
+2
*
v3d: Respect user-passed strides for BO imports.
Eric Anholt
2018-11-01
5
-96
/
+19
*
v3d: Drop #if 0-ed out v3d_dump_to_file().
Eric Anholt
2018-11-01
1
-91
/
+0
*
v3d: Fix a typo in a comment in job handling.
Eric Anholt
2018-11-01
1
-1
/
+1
[next]