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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: flush if DMA IB memory usage is too high
Marek Olšák
2016-05-10
8
-15
/
+35
*
radeonsi: add new SDMA texture copy code
Marek Olšák
2016-05-10
1
-0
/
+438
*
gallium/radeon: fix (S)DMA read-after-write hazards
Marek Olšák
2016-05-10
8
-0
/
+32
*
radeonsi: raise the max size for SDMA buffer copies
Marek Olšák
2016-05-10
2
-3
/
+3
*
radeonsi: remove SDMA texture copy code
Marek Olšák
2016-05-10
1
-215
/
+2
*
radeonsi: only expose *_init_*dma_functions from (S)DMA files
Marek Olšák
2016-05-10
5
-34
/
+31
*
gallium/radeon: implement randomized SDMA texture copy testing (v2)
Marek Olšák
2016-05-10
6
-0
/
+419
*
gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMA
Marek Olšák
2016-05-10
1
-7
/
+39
*
gallium/radeon: use a common function for DMA blit preparation
Marek Olšák
2016-05-10
6
-31
/
+73
*
gallium/radeon: split out code for discarding DCC
Marek Olšák
2016-05-10
1
-6
/
+12
*
gallium/radeon: rename r600_texture_disable_cmask -> discard_cmask
Marek Olšák
2016-05-10
1
-2
/
+2
*
st/mesa: use transfer_inline_write for memcpy TexSubImage path
Marek Olšák
2016-05-10
1
-4
/
+39
*
gallium/radeon: fix partial layered transfers of cube (array) textures
Marek Olšák
2016-05-10
1
-15
/
+6
*
gallium/radeon: align alignments for better buffer reuse
Marek Olšák
2016-05-10
2
-0
/
+2
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
6
-10
/
+18
*
winsys/radeon: use gart_page_size instead of private size_align
Marek Olšák
2016-05-10
3
-14
/
+11
*
winsys/amdgpu: move gart_page_size to struct radeon_winsys
Marek Olšák
2016-05-10
4
-10
/
+10
*
gallivm: print declarations of intrinsics with GALLIVM_DEBUG=ir
Roland Scheidegger
2016-05-10
1
-0
/
+5
*
gallivm: use InternalLinkage instead of PrivateLinkage for texture functions
Roland Scheidegger
2016-05-10
1
-1
/
+1
*
gallivm: disable avx512 features
Roland Scheidegger
2016-05-10
1
-0
/
+12
*
Revert "nir: Try to warn when C99 extensions are used in nir headers."
Jose Fonseca
2016-05-10
1
-22
/
+1
*
i965/fs: fix MOV_INDIRECT exec_size for doubles
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+9
*
i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT
Samuel Iglesias Gonsálvez
2016-05-10
1
-2
/
+3
*
i965/fs: demote_pull_constants() did not take into account double types
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+8
*
i965/fs: push first double-based uniforms in push constant buffer
Samuel Iglesias Gonsálvez
2016-05-10
1
-30
/
+82
*
i965/fs: recognize writes with a subreg_offset > 0 as partial
Iago Toral Quiroga
2016-05-10
1
-1
/
+2
*
i965/fs/lower_simd_width: Fix registers written for split instructions
Iago Toral Quiroga
2016-05-10
1
-2
/
+2
*
i965/fs: rename our lower_d2f pass to lower_d2x
Iago Toral Quiroga
2016-05-10
4
-4
/
+4
*
i965/fs: implement i2d and u2d
Iago Toral Quiroga
2016-05-10
1
-0
/
+2
*
i965/fs: implement d2i and d2u
Iago Toral Quiroga
2016-05-10
2
-1
/
+5
*
i965/fs: implement d2b
Iago Toral Quiroga
2016-05-10
1
-0
/
+13
*
i965/fs: implement fsign() for doubles
Iago Toral Quiroga
2016-05-10
1
-17
/
+76
*
i965/fs: add null_reg_df
Iago Toral Quiroga
2016-05-10
1
-0
/
+7
*
i965/fs: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
2016-05-10
1
-3
/
+29
*
i965/fs: handle fp64 opcodes in brw_do_channel_expressions
Iago Toral Quiroga
2016-05-10
1
-9
/
+14
*
i965/fs: add support for f2d and d2f
Connor Abbott
2016-05-10
1
-0
/
+2
*
i965/fs: add a pass for legalizing d2f
Connor Abbott
2016-05-10
4
-0
/
+81
*
i965/fs: fix dst width calculation in CSE
Connor Abbott
2016-05-10
1
-1
/
+2
*
i965/fs: fix regs_written in LOAD_PAYLOAD for doubles
Connor Abbott
2016-05-10
1
-2
/
+6
*
i965/fs: fix is_copy_payload() for doubles
Connor Abbott
2016-05-10
1
-1
/
+1
*
i965/fs: fix compares for doubles
Connor Abbott
2016-05-10
1
-3
/
+31
*
i965/fs: extend exec_size halving in the generator
Connor Abbott
2016-05-10
1
-6
/
+10
*
i965/fs: fix assign_constant_locations() for doubles
Connor Abbott
2016-05-10
1
-2
/
+6
*
i965/fs: use byte_offset() in offset() for uniforms
Connor Abbott
2016-05-10
1
-3
/
+1
*
i965/fs: handle uniforms in byte_offset()
Connor Abbott
2016-05-10
1
-1
/
+5
*
i965/fs: fix type_size() for doubles
Connor Abbott
2016-05-10
1
-1
/
+2
*
i965/fs: optimize unpack double
Iago Toral Quiroga
2016-05-10
1
-4
/
+26
*
i965/fs: optimize pack double
Iago Toral Quiroga
2016-05-10
1
-0
/
+29
*
i965/fs/nir: translate double pack/unpack
Connor Abbott
2016-05-10
1
-0
/
+12
*
i965/fs: add a pass for lowering PACK opcodes
Connor Abbott
2016-05-10
4
-0
/
+62
[next]