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: remove the _FILE_OFFSET_BITS defines
Emil Velikov
2015-10-30
3
-7
/
+0
*
winsys/virgl/drm: add all files to the tarball
Emil Velikov
2015-10-30
1
-1
/
+5
*
winsys/virgl/vtest: list all files in Makefile.sources
Emil Velikov
2015-10-30
1
-1
/
+4
*
virgl: move sources list to Makefile.sources
Emil Velikov
2015-10-30
2
-10
/
+19
*
virgl: fix drm.h include path
Emil Velikov
2015-10-30
1
-1
/
+1
*
nv50: do not create an invalid HW query type
Samuel Pitoiset
2015-10-30
2
-12
/
+30
*
nv50: move HW queries to nv50_query_hw.c/h files
Samuel Pitoiset
2015-10-30
8
-349
/
+476
*
nv50: move nva0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-30
3
-21
/
+18
*
nv50: add a header file for nv50_query
Samuel Pitoiset
2015-10-30
6
-40
/
+49
*
st/va: add support to export a surface as dmabuf
Julien Isorce
2015-10-30
3
-2
/
+144
*
st/va: implement VaDeriveImage
Julien Isorce
2015-10-30
3
-5
/
+138
*
st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBuffer
Julien Isorce
2015-10-30
1
-0
/
+6
*
st/va: add headless support, i.e. VA_DISPLAY_DRM
Julien Isorce
2015-10-30
2
-6
/
+73
*
st/va: handle Video Post Processing for configs
Julien Isorce
2015-10-30
2
-2
/
+25
*
st/va: add colospace conversion through Video Post Processing
Julien Isorce
2015-10-30
4
-52
/
+259
*
st/va: implement dmabuf import for VaCreateSurfaces2
Julien Isorce
2015-10-30
1
-1
/
+96
*
st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributes
Julien Isorce
2015-10-30
3
-52
/
+249
*
st/va: do not destroy old buffer when new one failed
Julien Isorce
2015-10-30
1
-6
/
+13
*
st/va: properly defines VAImageFormat formats and improve VaCreateImage
Julien Isorce
2015-10-30
3
-11
/
+57
*
vc4: Allow user index buffers, to avoid slow readback for shadow IBs.
Eric Anholt
2015-10-29
4
-10
/
+25
*
nv50: mark contexts shareable, compile at creation time
Ilia Mirkin
2015-10-29
2
-1
/
+4
*
nv50: allow per-sample interpolation to be forced via rast
Ilia Mirkin
2015-10-29
8
-9
/
+52
*
r600: enable SB for geom shaders on pre-evergreen
Dave Airlie
2015-10-30
1
-4
/
+0
*
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
2015-10-29
3
-6
/
+6
*
nvc0: expose a group of performance metrics on Fermi
Samuel Pitoiset
2015-10-29
3
-3
/
+16
*
nv50/ir: adapt to new method for passing in cull/clip distance masks
Ilia Mirkin
2015-10-29
4
-14
/
+14
*
nvc0: share shaders between contexts and build immediately
Ilia Mirkin
2015-10-29
3
-1
/
+7
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
15
-19
/
+239
*
clover: fix building fix clang-3.8
Laurent Carlier
2015-10-29
1
-1
/
+5
*
nv50: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
nvc0: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
nvc0: fix crash when nv50_miptree_from_handle fails
Julien Isorce
2015-10-28
1
-1
/
+2
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
15
-1
/
+17
*
radeonsi: allow copying between compatible compressed and uncompressed formats
Marek Olšák
2015-10-28
1
-1
/
+1
*
st/vdpau: disable RefPicList for Vdpau HEVC
Boyuan Zhang
2015-10-27
1
-0
/
+1
*
st/va: add VAAPI HEVC decode support
Boyuan Zhang
2015-10-27
4
-1
/
+208
*
radeon/uvd: implement and add flag for VAAPI HEVC decode
Boyuan Zhang
2015-10-27
2
-0
/
+16
*
vl: add RefPicList defines for VAAPI HEVC decode
Boyuan Zhang
2015-10-27
1
-0
/
+2
*
winsys/amdgpu: remove the dcc_enable surface flag
Marek Olšák
2015-10-27
3
-10
/
+7
*
radeonsi: add debug flags that disable DCC and DCC fast clear
Marek Olšák
2015-10-27
3
-0
/
+10
*
radeonsi: properly check if DCC is enabled and allocated
Marek Olšák
2015-10-27
5
-8
/
+8
*
radeonsi: simplify DCC handling in si_initialize_color_surface
Marek Olšák
2015-10-27
1
-7
/
+3
*
vc4: Add support for copy propagation with unpack flags present.
Eric Anholt
2015-10-26
2
-36
/
+109
*
vc4: Rewrite the pack instructions as a MOV with a dst pack flag
Eric Anholt
2015-10-26
3
-37
/
+18
*
vc4: Move dst pack setup out to a helper function with more asserts.
Eric Anholt
2015-10-26
1
-10
/
+22
*
vc4: Switch the unpack ops to being unpack flags on a mov.
Eric Anholt
2015-10-26
6
-123
/
+42
*
vc4: Drop some confused code about pack/unpack handling.
Eric Anholt
2015-10-26
1
-23
/
+4
*
vc4: Reduce MOV special-casing in QIR-to-QPU.
Eric Anholt
2015-10-26
1
-8
/
+11
*
vc4: Fix up the test for whether the unpack can be from r4.
Eric Anholt
2015-10-26
3
-8
/
+27
*
vc4: Don't try to follow MOVs across a pack.
Eric Anholt
2015-10-26
1
-1
/
+2
[next]