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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tu: Remove useless post-binning flushes
Connor Abbott
2020-06-09
1
-25
/
+9
*
panfrost: Mark PIPE_BUFFER BOs as not renderable
Icecream95
2020-06-09
1
-1
/
+2
*
winsys/radeon: do not cast bo->va as void*
Pierre-Eric Pelloux-Prayer
2020-06-09
3
-11
/
+11
*
radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+
Samuel Pitoiset
2020-06-09
3
-3
/
+3
*
glthread: sync in glFlush for multiple contexts
Marek Olšák
2020-06-09
1
-1
/
+7
*
gallium/u_vbuf: add a faster path for uploading non-interleaved attribs
Marek Olšák
2020-06-09
1
-34
/
+83
*
gallium/u_vbuf: get rid of some pointer dereferences
Marek Olšák
2020-06-09
1
-9
/
+11
*
nir: use bitfield_insert instead of bfi in nir_lower_double_ops
Ben Skeggs
2020-06-09
1
-1
/
+3
*
turnip: fix VFD_CONTROL for binning pass
Jonathan Marek
2020-06-08
1
-1
/
+1
*
turnip: use common emit_xs_cntl to fill a6xx_sp_xs_ctrl_reg0
Jonathan Marek
2020-06-08
1
-28
/
+28
*
turnip: fix HW binning with geometry shader
Jonathan Marek
2020-06-08
1
-2
/
+6
*
turnip: correctly emit non-binning vs in transform feedback case
Jonathan Marek
2020-06-08
1
-3
/
+5
*
freedreno/a6xx: use nonbinning VS when GS is used
Jonathan Marek
2020-06-08
1
-4
/
+5
*
turnip: clamp sampler minLod/maxLod
Jonathan Marek
2020-06-08
1
-2
/
+4
*
turnip: update some properties based on blob driver
Jonathan Marek
2020-06-08
1
-8
/
+8
*
turnip: move HLSQ_UPDATE_CNTL write to before xs config writes
Jonathan Marek
2020-06-08
1
-3
/
+3
*
nir: Fix logic that ends combine barrier sequence
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+1
*
intel/fs: Add Fall-through comment
Caio Marcelo de Oliveira Filho
2020-06-08
1
-0
/
+1
*
spirv: Memory semantics is optional for OpControlBarrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-9
/
+9
*
nir: Fix printing execution scope of a scoped barrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+4
*
etnaviv: drop translate_blend(..)
Christian Gmeiner
2020-06-08
2
-22
/
+9
*
glsl: inline functions with unsupported return type before converting to nir
Danylo Piliaiev
2020-06-08
1
-0
/
+6
*
aco: use v_xor3_b32
Rhys Perry
2020-06-08
1
-0
/
+3
*
ac/gpu_info, radv: set max_wave64_per_simd to 20 on GFX10
Rhys Perry
2020-06-08
2
-4
/
+12
*
nir/lower_explicit_io: fix NON_UNIFORM access for UBO loads
Samuel Pitoiset
2020-06-08
1
-1
/
+1
*
nir/spirv/glsl450: increase asin(x) precision
Arcady Goldmints-Orlov
2020-06-08
1
-9
/
+33
*
ac/nir: adjust an assertion for D16 on GFX6-GFX7
Samuel Pitoiset
2020-06-08
1
-1
/
+2
*
v3d_bufmgr: fix time_t printf
Peter Seiderer
2020-06-07
1
-1
/
+1
*
pan_bo.h: add time.h include for time_t
Peter Seiderer
2020-06-07
1
-0
/
+1
*
vc4_bufmgr: fix time_t printf
Peter Seiderer
2020-06-07
1
-1
/
+1
*
glsl: fix potential slow compile times for GLSLOptimizeConservatively
Timothy Arceri
2020-06-07
1
-1
/
+14
*
llvmpipe: do not enable tessellation shader without llvm coroutines support
Charmaine Lee
2020-06-06
1
-1
/
+2
*
intel/compiler: fix Android build
Marcin Ślusarz
2020-06-06
1
-0
/
+1
*
intel/genxml: Migrate from deprecated xml.etree.ElementTree getchildren.
Vinson Lee
2020-06-06
1
-6
/
+6
*
android: svga: fix build for GL4.1 support
Mauro Rossi
2020-06-06
1
-0
/
+2
*
android: util: fix build for GL4.1 support
Mauro Rossi
2020-06-06
1
-0
/
+2
*
Switch from cElementTree to ElementTree.
Vinson Lee
2020-06-05
11
-11
/
+11
*
Revert "panfrost: Keep cached BOs mmap'd"
Icecream95
2020-06-05
1
-5
/
+17
*
pan/midgard: Use a signed value for checking inline constants
Icecream95
2020-06-05
1
-1
/
+1
*
freedreno/ir3: Handle cases where we decide not to lower UBO 0 loads.
Eric Anholt
2020-06-05
1
-39
/
+39
*
freedreno/ir3: Drop the max_const on a6xx to 512.
Eric Anholt
2020-06-05
1
-1
/
+4
*
freedreno/ir3: Account for driver params in UBO max const upload.
Eric Anholt
2020-06-05
3
-7
/
+26
*
freedreno/ir3: Stop shifting UBO 1 down to be UBO 0.
Eric Anholt
2020-06-05
3
-25
/
+12
*
freedreno/ir3: Drop unnecessary alignment of pushed UBO size.
Eric Anholt
2020-06-05
1
-1
/
+1
*
freedreno/ir3: Stop pushing immediates once we've filled the constbuf.
Eric Anholt
2020-06-05
1
-1
/
+8
*
freedreno/ir3: Refactor ir3_cp's lower_immed().
Eric Anholt
2020-06-05
1
-20
/
+24
*
freedreno: Upload gallium constbufs as needed when referenced as a UBO.
Eric Anholt
2020-06-05
2
-6
/
+34
*
freedreno/a6xx: Add support for ALPHA_TO_ONE.
Eric Anholt
2020-06-05
1
-0
/
+1
*
turnip: Add support for alphaToOne.
Eric Anholt
2020-06-05
3
-4
/
+4
*
turnip: Use tu_cs_emit_regs() for BLEND_CONTROL.
Eric Anholt
2020-06-05
1
-23
/
+13
[prev]
[next]