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: 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
*
radeonsi: fix maximum advertised point size / line width
Nicolai Hähnle
2017-10-02
2
-8
/
+3
*
radeonsi: deduce rast_prim correctly for tessellation point mode
Nicolai Hähnle
2017-10-02
1
-3
/
+6
*
radeonsi: don't discard points and lines
Nicolai Hähnle
2017-10-02
2
-2
/
+26
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-02
5
-9
/
+13
*
gallium: add PIPE_FORMAT_R10G10B10X2_UNORM
Nicolai Hähnle
2017-10-02
1
-0
/
+1
*
freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Rob Clark
2017-10-02
2
-4
/
+5
*
radeonsi: fix a regression in integer cube map handling
Nicolai Hähnle
2017-10-02
1
-8
/
+26
*
amd/common: move ac_build_phi from radeonsi
Nicolai Hähnle
2017-10-02
1
-17
/
+3
*
radeonsi: don't use the template keyword
Marek Olšák
2017-09-30
1
-7
/
+7
*
radeonsi/uvd: clean up si_video_buffer_create
Benedikt Schemmer
2017-09-30
1
-30
/
+17
*
radeonsi/uvd: fix planar formats broken since f70f6baaa3bb0f8b280ac2eaea69bb
Marek Olšák
2017-09-30
1
-3
/
+8
*
radeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
Nicolai Hähnle
2017-09-29
2
-1
/
+26
*
radeonsi: emit LDEXP opcode
Nicolai Hähnle
2017-09-29
2
-1
/
+3
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
11
-0
/
+15
*
tgsi: infer that dst[1] of DFRACEXP is an integer
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
gallivm: add dst register index to lp_build_tgsi_context::emit_store
Nicolai Hähnle
2017-09-29
3
-11
/
+18
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
1
-6
/
+8
*
r600: cleanup set_occlusion_query_state
Nicolai Hähnle
2017-09-29
3
-14
/
+3
*
r300: add missing case PIPE_SHADER_CAP_INT64_ATOMICS
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
radeonsi: fix border color translation for integer textures
Nicolai Hähnle
2017-09-29
3
-29
/
+60
*
radeonsi: clamp border colors for upgraded depth textures
Nicolai Hähnle
2017-09-29
1
-59
/
+60
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
6
-14
/
+53
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-09-29
1
-3
/
+5
*
radeonsi: move descriptor logs to after corresponding draw/compute packet
Nicolai Hähnle
2017-09-29
2
-8
/
+6
*
amd/common: remove ac_shader_abi::chip_class
Nicolai Hähnle
2017-09-29
1
-2
/
+0
*
gallium/radeon: fix a comment
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch cases
Brian Paul
2017-09-28
1
-0
/
+2
*
svga: trivial whitespace clean-ups in svga_screen.c
Brian Paul
2017-09-28
1
-11
/
+13
*
svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Neha Bhende
2017-09-28
1
-1
/
+3
*
etnaviv: optimize RS transfers
Lucas Stach
2017-09-28
1
-4
/
+25
*
etnaviv: add resource subregion copy
Lucas Stach
2017-09-28
2
-0
/
+32
*
etnaviv: support tile aligned RS blits
Lucas Stach
2017-09-28
1
-8
/
+78
*
broadcom/vc4: Fix release build
Eric Anholt
2017-09-27
1
-1
/
+1
*
vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.
Eric Anholt
2017-09-27
4
-0
/
+41
*
gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handling
Marek Olšák
2017-09-27
2
-13
/
+4
*
radeonsi: remove useless check in si_blit_decompress_color()
Samuel Pitoiset
2017-09-27
1
-1
/
+3
*
gallium/radeon: more use of vi_dcc_formats_are_incompatible()
Samuel Pitoiset
2017-09-27
1
-2
/
+1
*
swr: Remove unneeeded comparison
George Kyriazis
2017-09-26
1
-2
/
+1
[next]