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
*
swr: [rasterizer jit] use signed integer representation for logic op
Ilia Mirkin
2016-11-29
1
-5
/
+12
*
swr: add missing rgbx8_srgb variant
Ilia Mirkin
2016-11-29
1
-0
/
+1
*
swr: reorder renderable formats, add grouping comments
Ilia Mirkin
2016-11-29
1
-65
/
+87
*
swr: use util_copy_framebuffer_state helper
Ilia Mirkin
2016-11-29
1
-12
/
+1
*
swr: enable cubemap arrays
Ilia Mirkin
2016-11-29
1
-1
/
+1
*
swr: rearrange caps into limits/supported/unsupported groups
Ilia Mirkin
2016-11-29
1
-129
/
+84
*
swr: only store up to the LOD size
Ilia Mirkin
2016-11-29
1
-1
/
+3
*
swr: [rasterizer common] add SwrTrace() and macros
Tim Rowley
2016-11-29
2
-15
/
+95
*
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer
Marek Olšák
2016-11-29
1
-51
/
+43
*
radeonsi: disable XNACK to free 2 SGPRs on APUs
Marek Olšák
2016-11-29
1
-1
/
+1
*
radeonsi: count and report temp arrays in scratch separately
Marek Olšák
2016-11-29
2
-4
/
+40
*
radeonsi: don't try to eliminate trivial VS outputs for PS and CS
Marek Olšák
2016-11-29
1
-1
/
+4
*
radeonsi: disable RB+ blend optimizations for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+11
*
radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+4
*
radeonsi: always set all blend registers
Marek Olšák
2016-11-29
1
-5
/
+5
*
radeonsi: set the smallest possible CB_TARGET_MASK
Marek Olšák
2016-11-29
1
-5
/
+5
*
radeonsi: don't print bodies of header-only packets
Marek Olšák
2016-11-29
1
-0
/
+4
*
radeonsi: print unknown registers with correct formatting
Marek Olšák
2016-11-29
1
-1
/
+2
*
ddebug: fix hang detection with deferred flushes
Marek Olšák
2016-11-29
1
-1
/
+1
*
vc4: Add a note for the future about texture latency calculation.
Eric Anholt
2016-11-29
1
-0
/
+20
*
vc4: Add support for coalescing ALU ops into tex_[srtb] MOVs.
Eric Anholt
2016-11-29
4
-29
/
+37
*
vc4: Restructure VPM write optimization into two passes.
Eric Anholt
2016-11-29
1
-18
/
+10
*
vc4: Make qir_for_each_inst_inorder() safe against removal.
Eric Anholt
2016-11-29
1
-1
/
+1
*
vc4: Split optimizing VPM writes from VPM reads.
Eric Anholt
2016-11-29
5
-51
/
+110
*
vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.
Eric Anholt
2016-11-29
9
-89
/
+194
*
vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).
Eric Anholt
2016-11-29
17
-36
/
+34
*
vc4: Replace the qinst src[] with a fixed-size array.
Eric Anholt
2016-11-29
3
-4
/
+2
*
vc4: Remove qir_inst4().
Eric Anholt
2016-11-29
2
-25
/
+0
*
swr: [rasterizer memory] only clear up to the LOD size
Ilia Mirkin
2016-11-28
1
-2
/
+8
*
swr: [rasterizer memory] hook up stencil clears for ClearTile
Ilia Mirkin
2016-11-28
1
-5
/
+8
*
swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16
Ilia Mirkin
2016-11-28
1
-0
/
+2
*
swr: don't clear all dirty bits when changing so targets
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
swr: [rasterizer core] fix typo in scissor tile-alignment logic
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
st/omx/dec/h264: consider POC as signed instead of unsigned
Chandu Babu Namburu
2016-11-28
1
-3
/
+3
*
freedreno: fix slice size for imported buffers
Rob Clark
2016-11-27
1
-0
/
+1
*
freedreno/a3xx: make _emit_const() static
Rob Clark
2016-11-27
2
-5
/
+1
*
freedreno/a4xx: make _emit_const() static
Rob Clark
2016-11-27
3
-6
/
+2
*
gm107/ir: optimize 32-bit CONST load to mov
Samuel Pitoiset
2016-11-26
2
-0
/
+17
*
gm107/ir: do not combine CONST loads
Samuel Pitoiset
2016-11-26
1
-2
/
+7
*
clover: Restore support for LLVM <= 3.9.
Vedran Miletić
2016-11-24
2
-6
/
+21
*
scons: Recognize LLVM_CONFIG environment variable.
Vinson Lee
2016-11-24
1
-1
/
+2
*
util: fix memory leak from the fragment shaders for SINT<->UINT blits
Charmaine Lee
2016-11-23
1
-1
/
+1
*
swr: clear every layer of the attached surfaces
Ilia Mirkin
2016-11-23
1
-6
/
+29
*
swr: [rasterizer core] pipe renderTargetArrayIndex through to clears
Ilia Mirkin
2016-11-23
7
-20
/
+35
*
swr: [rasterizer core] clear data now comes in as float
Ilia Mirkin
2016-11-23
1
-10
/
+4
*
swr: [rasterizer core] actually perform clear before store in GetHotTile
Ilia Mirkin
2016-11-23
1
-0
/
+12
*
radeonsi: print new opt flags in si_dump_shader_key
Marek Olšák
2016-11-23
1
-0
/
+9
*
radeonsi: add a debug flag that disables optimized shader variants
Marek Olšák
2016-11-23
3
-0
/
+7
*
swr: [rasterizer core] fix cast for stencil clear value
Tim Rowley
2016-11-22
1
-3
/
+2
*
swr: color interpolation is also supposed to get perspective division
Ilia Mirkin
2016-11-22
1
-2
/
+4
[next]