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 virgl_transfer_queue_lists
Chia-I Wu
2019-07-09
2
-36
/
+13
*
virgl: simplify virgl_transfer_queue_extend
Chia-I Wu
2019-07-09
1
-34
/
+5
*
virgl: remove transfer after transfer_write
Chia-I Wu
2019-07-09
1
-2
/
+1
*
virgl: improve virgl_transfer_queue_is_queued
Chia-I Wu
2019-07-09
1
-30
/
+21
*
virgl: fix transfers_intersect for mipmaps
Chia-I Wu
2019-07-09
1
-7
/
+2
*
virgl: fix some false positives in transfers_overlap
Chia-I Wu
2019-07-09
1
-27
/
+86
*
radeonsi/gfx10: enable primitive binning by default
Marek Olšák
2019-07-09
1
-5
/
+7
*
radeonsi/gfx10: implement primitive binning
Marek Olšák
2019-07-09
2
-8
/
+127
*
radeonsi: simplify primitive binning enablement
Marek Olšák
2019-07-09
1
-4
/
+4
*
radeonsi: set primitive binning tunables for dGPUs
Marek Olšák
2019-07-09
1
-6
/
+11
*
radeonsi: set FLUSH_ON_BINNING_TRANSITION when needed
Marek Olšák
2019-07-09
3
-3
/
+15
*
radeonsi/gfx10: use the new scan converter when binning is disabled
Marek Olšák
2019-07-09
3
-4
/
+38
*
radeonsi/gfx9: fix an oversight in primitive binning code
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: use BREAK_BATCH instead of FLUSH_DFSM when CB_TARGET_MASK changes
Marek Olšák
2019-07-09
1
-2
/
+2
*
radeonsi/gfx10: don't expose unimplemented PIPE_CAP_QUERY_SO_OVERFLOW
Marek Olšák
2019-07-09
1
-1
/
+3
*
radeonsi/gfx10: launch 2 compute waves per CU before going onto the next CU
Marek Olšák
2019-07-09
1
-2
/
+9
*
radeonsi/gfx10: set more registers and fields
Marek Olšák
2019-07-09
1
-0
/
+12
*
radeonsi/gfx10: enable LATE_ALLOC_GS
Marek Olšák
2019-07-09
1
-6
/
+23
*
radeonsi/gfx10: set HS/GS/CS.WGP_MODE
Marek Olšák
2019-07-09
2
-0
/
+4
*
radeonsi/gfx10: set GE_PC_ALLOC
Marek Olšák
2019-07-09
1
-0
/
+11
*
radeonsi/gfx10: enable 1D textures
Marek Olšák
2019-07-09
3
-11
/
+12
*
radeonsi/gfx10: enable image stores with DCC
Marek Olšák
2019-07-09
4
-11
/
+10
*
radeonsi/gfx10: no need to invalidate L2 for framebuffer -> texture coherency
Marek Olšák
2019-07-09
1
-2
/
+8
*
radeonsi/gfx10: support pixel shaders without exports
Marek Olšák
2019-07-09
1
-1
/
+8
*
radeonsi/gfx10: enable vertex shaders without param space allocation
Marek Olšák
2019-07-09
1
-2
/
+7
*
radeonsi: update DCC settings from PAL
Marek Olšák
2019-07-09
1
-9
/
+4
*
radeonsi: reorder shader IO indices for better IO space usage for tess and GS
Marek Olšák
2019-07-09
1
-18
/
+22
*
radeonsi: decrease maximum supported GENERIC varying index from 42 to 31
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: cosmetic cleanup in si_shader_io_get_unique_index
Marek Olšák
2019-07-09
1
-2
/
+2
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
7
-60
/
+71
*
radeonsi: enable RB+ for pixel shaders with no/non-contiguous color outputs
Marek Olšák
2019-07-09
1
-1
/
+14
*
radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangs
Marek Olšák
2019-07-09
1
-3
/
+1
*
gallium: Add util_format_is_unorm8 check
Alyssa Rosenzweig
2019-07-09
1
-1
/
+16
*
radeonsi: Expose support for 10-bit VP9 decode
Pratik Vishwakarma
2019-07-09
1
-0
/
+5
*
nvc0: remove nvc0_program.tp.input_patch_size
Karol Herbst
2019-07-09
3
-6
/
+0
*
v3d: Early return with handle 0 when getting a bo on the simulator
Alejandro Piñeiro
2019-07-09
1
-0
/
+3
*
radeonsi: update function name in comment
Timothy Arceri
2019-07-09
1
-1
/
+1
*
r600: remove query/apply_opaque_metadata callbacks
Timothy Arceri
2019-07-09
2
-17
/
+0
*
iris: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
1
-0
/
+11
*
radeonsi/nir: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
2
-69
/
+135
*
radeonsi/nir: Delete unreachable code
Connor Abbott
2019-07-08
1
-11
/
+0
*
ac: select the GFX ring when halting waves with UMR on GFX10
Samuel Pitoiset
2019-07-08
1
-1
/
+1
*
llvmpipe: enable ARB_shader_storage_buffer_object
Dave Airlie
2019-07-07
2
-4
/
+5
*
llvmpipe: add support for shader buffer binding.
Dave Airlie
2019-07-07
8
-2
/
+100
*
draw: add shader buffer interfaces.
Dave Airlie
2019-07-07
4
-1
/
+57
*
gallivm: add buffer operations to the tgsi->llvm conversion.
Dave Airlie
2019-07-07
3
-4
/
+315
*
gallivm: move mask_vec function up higher so it can be reused.
Dave Airlie
2019-07-07
1
-14
/
+15
*
tgsi: denote which load/store/atomic channels are unsigned
Dave Airlie
2019-07-07
1
-0
/
+12
*
llvmpipe: add support for ssbo to the fragment shader jit.
Dave Airlie
2019-07-07
3
-2
/
+25
*
draw: add support for ssbo ptrs to jit tables.
Dave Airlie
2019-07-07
2
-3
/
+49
[next]