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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: remove r600_atom::num_dw
Marek Olšák
2017-10-07
4
-39
/
+2
*
gallium/radeon: remove old r600g code checking chip_class and family
Marek Olšák
2017-10-07
7
-226
/
+53
*
swr/rast: use proper alignment for debug transposedPrims
Tim Rowley
2017-10-06
1
-2
/
+2
*
radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival Evolved
Marek Olšák
2017-10-06
4
-0
/
+22
*
radeonsi: inline struct si_sampler_views
Marek Olšák
2017-10-06
5
-42
/
+37
*
radeonsi: rename si_textures_info -> si_samplers, si_images_info -> si_images
Marek Olšák
2017-10-06
3
-20
/
+20
*
radeonsi: fold needs_*_decompress_mask update into si_set_sampler_view
Marek Olšák
2017-10-06
1
-54
/
+46
*
radeonsi: simplify a loop in si_update_fb_dirtiness_after_rendering
Marek Olšák
2017-10-06
1
-15
/
+11
*
radeonsi: use f32_0 and f32_1
Marek Olšák
2017-10-06
4
-26
/
+26
*
radeonsi: fold *gallivm
Marek Olšák
2017-10-06
2
-52
/
+31
*
radeonsi: lp_type::length is always 1
Marek Olšák
2017-10-06
1
-2
/
+2
*
radeonsi: don't use bld.elem_type
Marek Olšák
2017-10-06
1
-4
/
+4
*
radeonsi: don't use lp_build_const_*
Marek Olšák
2017-10-06
2
-9
/
+5
*
radeonsi: use ctx->ac.context and ctx->types
Marek Olšák
2017-10-06
4
-46
/
+34
*
radeonsi: use ctx->ac.builder
Marek Olšák
2017-10-06
4
-422
/
+342
*
radeonsi: use ctx->i/f32 types more
Marek Olšák
2017-10-06
1
-6
/
+6
*
radeonsi: use i32_0 and i32_1 more
Marek Olšák
2017-10-06
2
-11
/
+13
*
radeonsi: use bitcast in a few places
Marek Olšák
2017-10-06
1
-5
/
+2
*
radeonsi: use ac helpers for bitcasts
Marek Olšák
2017-10-06
4
-128
/
+87
*
radeonsi: implement PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
2
-5
/
+20
*
radeonsi: use si_get_indirect_index for TEMP indexing
Marek Olšák
2017-10-06
1
-18
/
+4
*
radeonsi: use si_get_indirect_index for CONST indexing
Marek Olšák
2017-10-06
3
-14
/
+14
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
15
-0
/
+15
*
tgsi: implement tgsi_util_get_inst_usage_mask properly
Marek Olšák
2017-10-06
1
-11
/
+0
*
broadcom: Fix out-of-tree build include path
Daniel Stone
2017-10-05
1
-0
/
+2
*
broadcom/vc4: Don't advertise tiled dmabuf modifiers if we can't use them
Derek Foreman
2017-10-05
1
-13
/
+18
*
llvmpipe: silence 'variable may be used uninitialized' warnings
Brian Paul
2017-10-03
1
-1
/
+1
*
svga: wrap long comments in svga_tgsi_vgpu10.c
Brian Paul
2017-10-03
1
-4
/
+6
*
svga: tweak pre-VGPU10 rasterization offsets
Brian Paul
2017-10-03
1
-17
/
+7
*
svga: if we get nr_samples==1, store nr_samples=0
Brian Paul
2017-10-03
1
-4
/
+7
*
svga: emit sampler constants only if sampler view exists
Charmaine Lee
2017-10-03
1
-7
/
+12
*
svga: fix incorrect case in svga_typeless_format()
Brian Paul
2017-10-03
1
-2
/
+1
*
svga: add typeless switch cases in svga_typeless_format()
Brian Paul
2017-10-03
1
-0
/
+10
*
svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.
Neha Bhende
2017-10-03
1
-2
/
+7
*
etnaviv: Set up unknown GC3000 states
Wladimir J. van der Laan
2017-10-03
1
-0
/
+11
*
etnaviv: Fix point sprite rendering on GC3000
Wladimir J. van der Laan
2017-10-03
1
-0
/
+2
*
etnaviv: Add support for DP2 instruction
Wladimir J. van der Laan
2017-10-03
4
-1
/
+7
*
etnaviv: Support opcodes with bit 6 set in assembler
Wladimir J. van der Laan
2017-10-03
1
-1
/
+4
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
11
-18
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
9
-33
/
+2
*
freedreno/a5xx: fix missing restore state
Rob Clark
2017-10-02
1
-0
/
+3
*
swr/rast: do not crash on NULL strings returned by getenv
Emil Velikov
2017-10-02
1
-1
/
+2
*
freedreno/a5xx: align height to GMEM
Rob Clark
2017-10-02
1
-1
/
+5
*
radeonsi: adjust clip discard based on line width / point size
Nicolai Hähnle
2017-10-02
3
-11
/
+27
*
radeonsi: remove si_context::{scissor_enabled,clip_halfz}
Nicolai Hähnle
2017-10-02
3
-26
/
+24
*
radeonsi: simplify the signature of si_update_vs_writes_viewport_index
Nicolai Hähnle
2017-10-02
3
-7
/
+6
*
radeonsi: move current_rast_prim into si_context
Nicolai Hähnle
2017-10-02
6
-15
/
+11
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
10
-182
/
+184
*
radeonsi: remove si_apply_scissor_bug_workaround
Nicolai Hähnle
2017-10-02
2
-19
/
+0
*
radeonsi: move r600_viewport.c to si_viewport.c
Nicolai Hähnle
2017-10-02
3
-2
/
+2
[next]