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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: drop useless param in emit_depth_decomp()
Samuel Pitoiset
2017-10-02
1
-5
/
+4
*
radv: drop useless check in depth_view_can_fast_clear()
Samuel Pitoiset
2017-10-02
1
-2
/
+1
*
radv: add radv_subpass_clear_attachment() helper
Samuel Pitoiset
2017-10-02
1
-20
/
+32
*
radv: add radv_attachment_needs_clear() helper
Samuel Pitoiset
2017-10-02
1
-39
/
+31
*
radv: remove unused param in radv_handle_{cmask,dcc}_image_transition()
Samuel Pitoiset
2017-10-02
1
-8
/
+4
*
radv: add radv_vi_dcc_enabled() helper
Samuel Pitoiset
2017-10-02
3
-2
/
+7
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
12
-28
/
+0
*
radv: inline destroy_render_pass()
Samuel Pitoiset
2017-10-02
1
-9
/
+6
*
radv: use pipeline handles instead of objects for meta clear operations
Samuel Pitoiset
2017-10-02
2
-44
/
+36
*
radv: inline blit2d_unbind_dst()
Samuel Pitoiset
2017-10-02
1
-9
/
+3
*
radv: rework DCC/CMASK/FMASK/HTILE allocations
Samuel Pitoiset
2017-10-02
1
-27
/
+56
*
meson: fix version typo + grammar
Eric Engestrom
2017-10-02
1
-1
/
+1
*
i965: skip reading unused slots at the begining of the URB for the FS
Iago Toral Quiroga
2017-10-02
3
-14
/
+38
*
i965: Normalize types for FBL, FBH, etc
Matt Turner
2017-09-30
2
-15
/
+11
*
radeonsi: don't use the template keyword
Marek Olšák
2017-09-30
1
-7
/
+7
*
glx: don't use the template keyword
Marek Olšák
2017-09-30
1
-3
/
+3
*
gallium/vl: don't use the template keyword
Marek Olšák
2017-09-30
1
-14
/
+14
*
egl/dri2: don't use the template keyword
Marek Olšák
2017-09-30
1
-3
/
+3
*
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
*
gallium: add new LOD opcode
Roland Scheidegger
2017-09-30
5
-5
/
+74
*
drirc: whitelist glthread for Outlast
Kamil Páral
2017-09-29
1
-0
/
+3
*
travis: Add clover build using llvm-5.0
Jan Vesely
2017-09-29
1
-0
/
+36
*
travis: Add clover build using llvm-4.0
Jan Vesely
2017-09-29
1
-0
/
+36
*
travis: Add clover build using llvm-3.9
Jan Vesely
2017-09-29
1
-0
/
+41
*
st/va: add dst rect to avoid scale on deint
Leo Liu
2017-09-29
1
-6
/
+6
*
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
*
st/glsl_to_tgsi: use LDEXP when available
Nicolai Hähnle
2017-09-29
1
-3
/
+7
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
20
-3
/
+50
*
tgsi: infer that dst[1] of DFRACEXP is an integer
Nicolai Hähnle
2017-09-29
5
-6
/
+9
*
gallivm: add support for TGSI instructions with two outputs
Nicolai Hähnle
2017-09-29
3
-1
/
+31
*
gallivm: add dst register index to lp_build_tgsi_context::emit_store
Nicolai Hähnle
2017-09-29
6
-20
/
+27
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
4
-22
/
+20
*
tgsi: fix the documentation of DLDEXP
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
tgsi: infer that DLDEXP's second source has an integer type
Nicolai Hähnle
2017-09-29
4
-7
/
+11
*
glsl/lower_instruction: handle denorms and overflow in ldexp correctly
Nicolai Hähnle
2017-09-29
1
-64
/
+107
*
util/queue: fix a race condition in the fence code
Nicolai Hähnle
2017-09-29
1
-0
/
+13
*
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
7
-14
/
+55
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-09-29
1
-3
/
+5
*
amd/common: save an instruction in the build_cube_select sequence
Nicolai Hähnle
2017-09-29
1
-5
/
+6
*
amd/common: fix build_cube_select
Nicolai Hähnle
2017-09-29
1
-3
/
+3
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-09-29
1
-1
/
+9
*
st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
Nicolai Hähnle
2017-09-29
1
-1
/
+2
*
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
3
-15
/
+10
[next]