index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno: update generated headers
Rob Clark
2017-01-10
6
-13
/
+22
*
ac/debug: Dump indirect buffers.
Bas Nieuwenhuizen
2017-01-09
1
-3
/
+6
*
ac/debug: Move IB decode to common code.
Bas Nieuwenhuizen
2017-01-09
3
-332
/
+15
*
ac/debug: Move sid_tables.h generation to common code.
Bas Nieuwenhuizen
2017-01-09
3
-308
/
+1
*
radeonsi: fix the Witcher 2 black transitions
Marek Olšák
2017-01-09
1
-2
/
+13
*
radeonsi: set si_shader_context::input_decls for ranged decls correctly
Marek Olšák
2017-01-09
1
-1
/
+4
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
5
-13
/
+15
*
gallium/radeon: use the internal clear_buffer callback to fix r600g
Marek Olšák
2017-01-06
1
-1
/
+3
*
llvmpipe: do transpose/untwiddle after conversion for 8bit formats
Roland Scheidegger
2017-01-06
1
-7
/
+143
*
gallivm: generalize 4x4f->1x16ub special case conversion
Roland Scheidegger
2017-01-06
1
-56
/
+118
*
llvmpipe: use alpha from already converted color if possible
Roland Scheidegger
2017-01-06
2
-18
/
+54
*
llvmpipe: use scalar load instead of vectors for small vectors in fs backend
Roland Scheidegger
2017-01-06
1
-6
/
+50
*
winsys/amdgpu: fix a race condition between fence updates and IB submissions
Marek Olšák
2017-01-06
2
-18
/
+22
*
radeonsi: add TC L2 prefetch for shaders and VBO descriptors
Marek Olšák
2017-01-06
3
-1
/
+50
*
radeonsi: add CP DMA flags for greater control over synchronization
Marek Olšák
2017-01-06
3
-16
/
+31
*
radeonsi: cleanly communicate which CP DMA packet is first
Marek Olšák
2017-01-06
1
-11
/
+21
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
9
-2
/
+21
*
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
2017-01-06
9
-14
/
+14
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
4
-0
/
+32
*
radeonsi: don't count fast clears and prefetches into CP DMA stats
Marek Olšák
2017-01-06
1
-2
/
+6
*
radeonsi: don't wait for compute shaders in texture_barrier
Marek Olšák
2017-01-06
1
-2
/
+1
*
radeonsi: assume that a TES without POSITION precedes GS
Marek Olšák
2017-01-06
1
-1
/
+2
*
radeonsi: unduplicate VS color export code
Marek Olšák
2017-01-06
1
-9
/
+2
*
radeonsi: clean up more HAVE_LLVM #ifdefs
Marek Olšák
2017-01-06
2
-13
/
+20
*
gallium/radeon: clean up HAVE_LLVM #ifdefs in r600_get_llvm_processor_name
Marek Olšák
2017-01-06
1
-17
/
+11
*
swr: [rasterizer core] rename OutputMerger functions
Tim Rowley
2017-01-06
2
-9
/
+9
*
swr: [rasterizer core] fix SIMD16 Transpose_16_16
Tim Rowley
2017-01-06
1
-2
/
+2
*
swr: [rasterizer core] fix SIMD16 output merger
Tim Rowley
2017-01-06
2
-16
/
+22
*
swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()
Tim Rowley
2017-01-06
3
-48
/
+82
*
swr: [rasterizer core] fix SIMD16 transpose functions
Tim Rowley
2017-01-06
3
-113
/
+225
*
swr: [rasterizer core] whitespace adjustments
Tim Rowley
2017-01-06
1
-2
/
+1
*
vc4: Rewrite T image handling based on calling the LT handler.
Eric Anholt
2017-01-05
1
-34
/
+75
*
vc4: Move the utile_width/height functions to header inlines.
Eric Anholt
2017-01-05
2
-37
/
+36
*
vc4: Make the load/store utile functions static.
Eric Anholt
2017-01-05
2
-4
/
+2
*
vc4: Simplify the load/store utile functions.
Eric Anholt
2017-01-05
1
-10
/
+22
*
vc4: Reuse a list function to simplify bufmgr code.
Eric Anholt
2017-01-05
1
-11
/
+2
*
vc4: Flush the job early if we're referencing too many BOs.
Eric Anholt
2017-01-05
3
-0
/
+16
*
gallivm: (trivial) fix typo bug with small AoS format unpacking
Roland Scheidegger
2017-01-06
1
-1
/
+1
*
gallivm: implement aos unpack (to unorm8) for small unorm formats
Roland Scheidegger
2017-01-05
2
-17
/
+155
*
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
Roland Scheidegger
2017-01-05
1
-19
/
+97
*
gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto
Roland Scheidegger
2017-01-05
1
-2
/
+19
*
llvmpipe: (trivial) minimally simplify mask construction
Roland Scheidegger
2017-01-05
3
-17
/
+53
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
9
-33
/
+341
*
radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs
Marek Olšák
2017-01-05
2
-6
/
+18
*
radeonsi: implement SDMA-based buffer clearing for SI
Marek Olšák
2017-01-05
2
-1
/
+41
*
radeonsi: do all math in bytes in SI DMA code
Marek Olšák
2017-01-05
1
-17
/
+17
*
gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space
Marek Olšák
2017-01-05
8
-36
/
+27
*
gallium/radeon: move unrelated code from dma_emit_wait_idle to need_dma_space
Marek Olšák
2017-01-05
1
-18
/
+15
*
radeonsi: inline cik_sdma_do_copy_buffer
Marek Olšák
2017-01-05
1
-28
/
+16
*
radeonsi: also wait for SDMA in the clear_buffer CPU fallback
Marek Olšák
2017-01-05
1
-3
/
+2
[prev]
[next]