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
*
freedreno: rework blit API
Rob Clark
2019-01-03
8
-27
/
+29
*
freedreno: skip depth resolve if not written
Rob Clark
2019-01-03
3
-4
/
+14
*
nir: merge some basic consecutive ifs
Timothy Arceri
2019-01-03
1
-0
/
+93
*
nir: add rewrite_phi_predecessor_blocks() helper
Timothy Arceri
2019-01-03
1
-20
/
+31
*
nir: simplify does_varying_match()
Timothy Arceri
2019-01-03
1
-5
/
+2
*
nir: make use of does_varying_match() helper
Timothy Arceri
2019-01-03
1
-2
/
+1
*
nir: make nir_opt_remove_phis_impl() static
Timothy Arceri
2019-01-03
2
-2
/
+1
*
v3d: Refactor compiler entrypoints.
Eric Anholt
2019-01-02
3
-189
/
+170
*
v3d: Handle dynamically uniform IF statements with uniform control flow.
Eric Anholt
2019-01-02
1
-1
/
+65
*
v3d: Fold comparisons for IF conditions into the flags for the IF.
Eric Anholt
2019-01-02
5
-12
/
+57
*
v3d: Don't try to fold non-SSA-src comparisons into bcsels.
Eric Anholt
2019-01-02
1
-1
/
+17
*
v3d: Move the "Find the ALU instruction generating our bool" out of bcsel.
Eric Anholt
2019-01-02
1
-6
/
+9
*
v3d: Simplify the emission of comparisons for the bcsel optimization.
Eric Anholt
2019-01-02
1
-37
/
+24
*
v3d: Don't forget to include RT writes in precompiles.
Eric Anholt
2019-01-02
1
-0
/
+10
*
v3d: Fix segfault when failing to compile a program.
Eric Anholt
2019-01-02
1
-2
/
+4
*
radeonsi: always unmap texture CPU mappings on 32-bit CPU architectures
Marek Olšák
2019-01-02
1
-0
/
+16
*
radeonsi: remove unused variables in si_insert_input_ptr
Marek Olšák
2019-01-02
1
-3
/
+1
*
radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_vertices
Marek Olšák
2019-01-02
1
-1
/
+3
*
radeonsi: make si_cp_wait_mem more configurable
Marek Olšák
2019-01-02
5
-8
/
+8
*
radeonsi: call si_fix_resource_usage for the GS copy shader as well
Marek Olšák
2019-01-02
1
-0
/
+4
*
radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets
Marek Olšák
2019-01-02
2
-2
/
+10
*
nir: add a way to print the deref chain
Caio Marcelo de Oliveira Filho
2019-01-02
2
-4
/
+14
*
meson: Error out if building nouveau and using LLVM without rtti
Dylan Baker
2019-01-02
1
-0
/
+3
*
egl/haiku: Fix reference to disp vs dpy
Alexander von Gluck IV
2019-01-02
1
-1
/
+2
*
compiler/spirv: use 32-bit polynomial approximation for 16-bit asin()
Iago Toral Quiroga
2019-01-02
1
-0
/
+14
*
compiler/spirv: implement 16-bit frexp
Iago Toral Quiroga
2019-01-02
1
-2
/
+46
*
compiler/spirv: implement 16-bit hyperbolic trigonometric functions
Iago Toral Quiroga
2019-01-02
1
-18
/
+26
*
compiler/spirv: implement 16-bit exp and log
Iago Toral Quiroga
2019-01-02
1
-2
/
+2
*
compiler/spirv: implement 16-bit atan2
Iago Toral Quiroga
2019-01-02
1
-7
/
+11
*
compiler/spirv: implement 16-bit atan
Iago Toral Quiroga
2019-01-02
1
-12
/
+11
*
compiler/spirv: implement 16-bit acos
Iago Toral Quiroga
2019-01-02
1
-2
/
+3
*
compiler/spirv: implement 16-bit asin
Iago Toral Quiroga
2019-01-02
1
-9
/
+14
*
compiler/spirv: handle 16-bit float in radians() and degrees()
Iago Toral Quiroga
2019-01-02
1
-2
/
+2
*
compiler/nir: add nir_fadd_imm() and nir_fmul_imm() helpers
Iago Toral Quiroga
2019-01-02
1
-0
/
+12
*
compiler/nir: add a nir_b2f() helper
Iago Toral Quiroga
2019-01-02
1
-0
/
+12
*
nir: link time opt duplicate varyings
Timothy Arceri
2019-01-02
1
-0
/
+88
*
nir: rework nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-16
/
+12
*
nir: add can_replace_varying() helper
Timothy Arceri
2019-01-02
1
-2
/
+14
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
5
-6
/
+6
*
st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
Timothy Arceri
2019-01-02
2
-3
/
+3
*
radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()
Timothy Arceri
2019-01-02
1
-8
/
+2
*
ac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()
Timothy Arceri
2019-01-02
2
-0
/
+163
*
radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()
Timothy Arceri
2019-01-02
3
-3
/
+1
*
tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-29
/
+43
*
tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
nv30: disable rendering to 3D textures
Ilia Mirkin
2019-01-01
1
-0
/
+6
*
radv: Do a cache flush if needed before reading predicates.
Bas Nieuwenhuizen
2018-12-31
1
-0
/
+2
*
anv/autotools: make sure tests link with -msse2
Erik Faye-Lund
2018-12-31
1
-0
/
+4
*
anv/meson: make sure tests link with -msse2
Erik Faye-Lund
2018-12-31
1
-0
/
+1
*
nv30: fix some s3tc layout issues
Ilia Mirkin
2018-12-30
2
-7
/
+26
[next]