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
*
gallium: un-inline pipe_surface_desc
Rob Clark
2016-07-06
1
-11
/
+12
*
gallium/util: make util_copy_framebuffer_state(src=NULL) work
Rob Clark
2016-07-06
1
-11
/
+26
*
winsys/amdgpu: avoid flushed depth when possible
Nicolai Hähnle
2016-07-06
1
-3
/
+8
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
3
-2
/
+14
*
gallium/radeon: allocate only the required plane for flushed depth
Nicolai Hähnle
2016-07-06
1
-3
/
+34
*
radeonsi: decompress to flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-29
/
+103
*
radeonsi: extract DB->CB copy logic into its own function
Nicolai Hähnle
2016-07-06
1
-36
/
+61
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
2
-8
/
+46
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
9
-19
/
+24
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
5
-24
/
+34
*
radeonsi: correctly mark levels of 3D textures as fully decompressed
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
3
-5
/
+0
*
gallium/radeon: remove redundant null-pointer check
Nicolai Hähnle
2016-07-06
1
-2
/
+1
*
gallium/radeon: print StencilLayout only once
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: flush stdout after printing texture information
Nicolai Hähnle
2016-07-06
1
-0
/
+1
*
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
2016-07-05
2
-18
/
+32
*
radeon/vce: update encRefPic addr and array mode to tiled
Leo Liu
2016-07-05
1
-0
/
+1
*
radeon/vce: increase cpb height alignment
Leo Liu
2016-07-05
1
-1
/
+1
*
swr: automake: don't ship LLVM version specific generated sources
Emil Velikov
2016-07-05
1
-2
/
+43
*
clover: conditionally use MESA_GIT_SHA1
Emil Velikov
2016-07-05
2
-2
/
+8
*
nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
Samuel Pitoiset
2016-07-05
1
-49
/
+49
*
nvc0/ir: reset the base offset for indirect images accesses
Samuel Pitoiset
2016-07-05
1
-2
/
+4
*
gm107/ir: fix sign bit emission for FADD32I
Samuel Pitoiset
2016-07-05
1
-3
/
+6
*
vc4: Regularize instruction emit macros
Eric Anholt
2016-07-04
2
-39
/
+50
*
vc4: Enable dead CF elimination.
Eric Anholt
2016-07-04
1
-0
/
+1
*
vc4: Optimize out redundant SF updates.
Eric Anholt
2016-07-04
2
-6
/
+78
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
5
-17
/
+85
*
vc4: DCE instructions with a NULL destination.
Eric Anholt
2016-07-04
1
-2
/
+3
*
vc4: Mark texturing setup instructions as having side effects.
Eric Anholt
2016-07-04
1
-5
/
+5
*
vc4: Fix a pasteo in scheduling condition flag usage.
Eric Anholt
2016-07-04
1
-1
/
+1
*
vc4: Drop the dead QIR_PACK() macro.
Eric Anholt
2016-07-04
1
-8
/
+0
*
radeonsi: do compilation from si_create_shader_selector asynchronously
Marek Olšák
2016-07-05
4
-7
/
+58
*
radeonsi: don't lock shader cache mutex during compilation
Marek Olšák
2016-07-05
1
-6
/
+16
*
radeonsi: separate the compilation chunk of si_create_shader_selector
Marek Olšák
2016-07-05
3
-80
/
+110
*
radeonsi: move LLVMTargetMachineRef creation to a separate function
Marek Olšák
2016-07-05
1
-14
/
+18
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
6
-10
/
+16
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
6
-1
/
+26
*
radeonsi: enable string markers and record apitrace call numbers
Marek Olšák
2016-07-05
3
-1
/
+24
*
ddebug: add an option to dump info about a specific apitrace call
Marek Olšák
2016-07-05
3
-3
/
+29
*
ddebug: implement pipe_context::generate_mipmap
Marek Olšák
2016-07-05
1
-1
/
+52
*
ddebug: record and dump apitrace call numbers
Marek Olšák
2016-07-05
4
-1
/
+31
*
ddebug: implement emit_string_marker
Marek Olšák
2016-07-05
1
-3
/
+10
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
5
-169
/
+0
*
radeonsi: keep using v_rcp_f32 for division in future LLVM (v2)
Marek Olšák
2016-07-05
2
-2
/
+30
*
radeonsi: remove an obsolete comment
Marek Olšák
2016-07-05
1
-5
/
+0
*
radeonsi: don't interpolate colors if flatshading is enabled
Marek Olšák
2016-07-05
3
-2
/
+14
*
radeonsi: enable the barycentric optimization in all cases
Marek Olšák
2016-07-05
3
-18
/
+125
*
radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled
Marek Olšák
2016-07-05
3
-3
/
+88
*
radeonsi: split ps.prolog.force_persample_interp into persp and linear bits
Marek Olšák
2016-07-05
3
-45
/
+64
*
radeonsi: don't dump the shader key for non-monolithic shaders early
Marek Olšák
2016-07-05
1
-1
/
+2
[next]