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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: Draw indirect is not allowed if the default VAO is bound.
Marta Lofstedt
2015-10-27
1
-0
/
+12
*
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
*
mesa: Draw indirect is not allowed when xfb is active and unpaused
Marta Lofstedt
2015-10-27
1
-0
/
+9
*
mesa: Draw Indirect return wrong error code on unalinged
Marta Lofstedt
2015-10-27
1
-4
/
+6
*
main: Remove interface block array index for doing the name comparison
Samuel Iglesias Gonsalvez
2015-10-27
1
-1
/
+42
*
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
*
vc4: Only copy propagate raw MOVs.
Eric Anholt
2015-10-26
1
-6
/
+1
*
vc4: If a QIR source has an unpack set, print it.
Eric Anholt
2015-10-26
3
-3
/
+13
*
glsl: Convert TES gl_PatchVerticesIn into a constant when using a TCS.
Kenneth Graunke
2015-10-26
1
-0
/
+16
*
i965: Add missing close-parenthesis in error messages
Ian Romanick
2015-10-26
1
-2
/
+2
*
i965: Fix is-renderable check in intel_image_target_renderbuffer_storage
Ian Romanick
2015-10-26
1
-5
/
+1
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
11
-40
/
+96
*
gallivm: disable f16c when not using AVX
Roland Scheidegger
2015-10-26
1
-0
/
+3
*
st/va: pass picture desc to begin and decode
Julien Isorce
2015-10-26
1
-2
/
+2
*
mesa: add additional checks for uniform location query
Tapani Pälli
2015-10-26
1
-0
/
+8
*
i965: Make brw_varying_to_offset take a const pointer to the VUE map.
Kenneth Graunke
2015-10-24
1
-2
/
+2
*
vc4: Fix names of the 16-bit unpacks
Eric Anholt
2015-10-24
3
-6
/
+6
*
vc4: Don't try to register coalesce into the VPM across non-raw MOVs.
Eric Anholt
2015-10-24
1
-1
/
+1
*
vc4: Take advantage of the 8888 pack function in pack_unorm_4x8.
Eric Anholt
2015-10-24
1
-0
/
+14
*
vc4: Fix the test for skipping raw MOVs.
Eric Anholt
2015-10-24
3
-1
/
+10
*
i965: Remove unused devinfo revision
Ben Widawsky
2015-10-24
3
-5
/
+13
*
freedreno: remove unnecessary null checks
Rob Clark
2015-10-24
4
-13
/
+13
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
3
-14
/
+100
*
gallivm: fix tex offsets with mirror repeat linear
Roland Scheidegger
2015-10-24
1
-4
/
+5
*
gallivm: fix sampling with texture offsets in SoA path
Roland Scheidegger
2015-10-24
1
-3
/
+8
*
softpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
2
-9
/
+31
*
llvmpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
2
-8
/
+8
*
radeonsi: add Stoney to si_init_gs_info()
Alex Deucher
2015-10-23
1
-0
/
+1
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
6
-6
/
+50
*
radeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+11
*
radeonsi: Disable operations that do not work with DCC.
Bas Nieuwenhuizen
2015-10-24
4
-3
/
+11
*
radeonsi: Allocate buffers for DCC.
Bas Nieuwenhuizen
2015-10-24
5
-5
/
+92
*
radeonsi: only apply the SNORM blit workaround to *8_SNORM
Marek Olšák
2015-10-24
1
-1
/
+1
*
util/format: add helper util_format_is_snorm8
Marek Olšák
2015-10-24
2
-0
/
+22
*
radeonsi: add another requirement for PARTIAL_ES_WAVE
Marek Olšák
2015-10-24
4
-2
/
+35
*
radeonsi: merge two ifs setting WD_SWITCH_ON_EOP
Marek Olšák
2015-10-24
1
-5
/
+2
*
radeonsi: make PARTIAL_ES_WAVE globally dependent on SWITCH_ON_EOI
Marek Olšák
2015-10-24
1
-5
/
+6
[next]