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
*
radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstruction
Leo Liu
2017-09-02
1
-0
/
+11
*
radeon/uvd: fix MJPEG quantization table index
Leo Liu
2017-09-02
1
-1
/
+1
*
freedreno: skip batch-cache for compute shaders
Rob Clark
2017-09-02
1
-7
/
+1
*
swr: Report format max_samples=1 to maintain support for "fake" msaa.
Cherniak, Bruce
2017-09-01
1
-11
/
+11
*
radeonsi: move si_vm_fault_occured() to AMD common code
Samuel Pitoiset
2017-09-01
1
-102
/
+4
*
nvc0/ir: propagate immediates to CALL input MOVs
Tobias Klausmann
2017-08-31
1
-2
/
+19
*
nvc0: write 0 to pipeline_statistics.cs_invocations
Karol Herbst
2017-08-31
1
-0
/
+1
*
llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load
Ben Crocker
2017-09-01
1
-2
/
+28
*
gallivm: correct channel shift logic on big endian
Ray Strode
2017-09-01
1
-1
/
+7
*
winsys/amdgpu: set AMDGPU_GEM_CREATE_VM_ALWAYS_VALID if possible v2
Christian König
2017-08-31
3
-5
/
+27
*
radeonsi: set a per-buffer flag that disables inter-process sharing (v4)
Marek Olšák
2017-08-31
4
-28
/
+56
*
svga: include sample count in surface_size() computation
Brian Paul
2017-08-30
1
-1
/
+1
*
winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is set
Samuel Pitoiset
2017-08-30
4
-11
/
+17
*
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2017-08-30
2
-0
/
+6
*
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
2017-08-29
1
-0
/
+6
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
1
-9
/
+10
*
radeonsi: stop leaking nir
Timothy Arceri
2017-08-29
1
-0
/
+1
*
radeonsi: rewrite late alloc VS limit computation
Marek Olšák
2017-08-28
1
-12
/
+25
*
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
2017-08-28
1
-3
/
+9
*
gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED
Marek Olšák
2017-08-28
3
-5
/
+5
*
gallium/u_threaded: disallow discard_range if map_buffer is unsynchronized
Marek Olšák
2017-08-28
1
-1
/
+3
*
radeonsi: correct maximum wave count per SIMD
Marek Olšák
2017-08-28
1
-1
/
+12
*
gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK
Gwan-gyeong Mun
2017-08-28
1
-1
/
+1
*
gallium/docs: fix a typo
Gwan-gyeong Mun
2017-08-28
1
-1
/
+1
*
i915g: Remove a few unused variables
Eduardo Lima Mitev
2017-08-28
1
-16
/
+0
*
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2017-08-27
1
-17
/
+0
*
etnaviv: use correct param for etna_compatible_rs_format(..)
Christian Gmeiner
2017-08-26
1
-1
/
+1
*
gallium/vbuf: fix buffer reference bugs
Brian Paul
2017-08-25
1
-4
/
+3
*
gallium/u_threaded: fix a typo
Marek Olšák
2017-08-25
1
-1
/
+1
*
a2xx: fix DST_ALPHA blending for non-alpha formats
Ilia Mirkin
2017-08-25
3
-5
/
+21
*
a2xx: set constant blend color
Ilia Mirkin
2017-08-25
1
-0
/
+9
*
radeonsi: set IF_THRESHOLD to 4
Timothy Arceri
2017-08-25
1
-1
/
+1
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2017-08-24
1
-0
/
+17
*
radeonsi: clean up setting GRBM_GFX_INDEX
Marek Olšák
2017-08-24
1
-19
/
+22
*
radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function
Marek Olšák
2017-08-24
1
-70
/
+73
*
gallivm: remove unused variable
Brian Paul
2017-08-24
1
-2
/
+0
*
pipe-loader: use MAYBE_UNUSED to silence warning
Brian Paul
2017-08-24
1
-1
/
+2
*
nv50/ir: properly set sType for TXF ops to U32
Ilia Mirkin
2017-08-24
1
-0
/
+3
*
st/va: exclude the buffer reallocation for encode case
Leo Liu
2017-08-23
1
-1
/
+1
*
swr: limit pipe_draw_info->restart_index usage
Tim Rowley
2017-08-23
1
-1
/
+4
*
radeonsi: fix wrong assertion in si_init_bindless_descriptors()
Samuel Pitoiset
2017-08-23
1
-1
/
+1
*
radeon/video: Return false explicitly for HEVC if not the case
Leo Liu
2017-08-23
1
-0
/
+1
*
gallium/docs: Fix the math formula of U2I64
Gwan-gyeong Mun
2017-08-23
1
-2
/
+2
*
gallium/docs: Add missing word "Not"
Gwan-gyeong Mun
2017-08-23
1
-1
/
+1
*
tgsi: store opcode mnemonics in a separate table
Nicolai Hähnle
2017-08-23
2
-6
/
+16
*
gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic
Nicolai Hähnle
2017-08-23
5
-7
/
+10
*
tgsi: macro-ify the opcodes table
Nicolai Hähnle
2017-08-23
3
-251
/
+263
*
tgsi: remove post_indent from some 64-bit opcodes
Nicolai Hähnle
2017-08-23
1
-6
/
+6
*
tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit
Nicolai Hähnle
2017-08-23
1
-2
/
+2
[next]