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/winsys: use alloca() for semaphore dependencies
Samuel Pitoiset
2018-07-17
1
-6
/
+2
*
radv: reduce number of CB/DB meta flushes for VK_ACCESS_TRANSFER_WRITE_BIT
Samuel Pitoiset
2018-07-17
1
-6
/
+14
*
radv: fix implementation of VK_KHR_create_renderpass2 for multiviews
Samuel Pitoiset
2018-07-17
1
-12
/
+1
*
virgl: respect max_vertex_attrib_stride cap
Erik Faye-Lund
2018-07-17
3
-2
/
+5
*
virgl: Fix flush in virgl_encoder_inline_write.
Lepton Wu
2018-07-17
1
-1
/
+1
*
virgl: implement set_min_samples
Erik Faye-Lund
2018-07-17
5
-0
/
+28
*
glsl: do second pass of const propagation in loops
Caio Marcelo de Oliveira Filho
2018-07-16
1
-6
/
+23
*
glsl: don't let an 'if' then-branch kill const propagation for else-branch
Caio Marcelo de Oliveira Filho
2018-07-16
1
-16
/
+23
*
v3d: Disable shader-db cycle estimates until we sort out TMU estimates.
Eric Anholt
2018-07-16
1
-1
/
+4
*
v3d: Emit the lowered uniform just before its first use in a block.
Eric Anholt
2018-07-16
1
-20
/
+18
*
v3d: Add an assert that we don't provide an invalid texture return words.
Eric Anholt
2018-07-16
1
-0
/
+8
*
v3d: Apply GFXH-1625 restriction on TMUWT in the end of the shader.
Eric Anholt
2018-07-16
1
-0
/
+4
*
intel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY.
Sergii Romantsov
2018-07-16
2
-30
/
+20
*
r600: fix build after the removal of RADEON_PRIO_* flags
Marek Olšák
2018-07-16
7
-21
/
+12
*
nir: fix msvc build
Roland Scheidegger
2018-07-16
1
-1
/
+1
*
nir/worklist: Rework the foreach macro
Jason Ekstrand
2018-07-16
2
-4
/
+3
*
intel: tools: Fix uninitialized variable warnings in intel_dump_gpu.
Eric Anholt
2018-07-16
1
-0
/
+2
*
spirv: Fix a couple of image atomic load/store bugs
Jason Ekstrand
2018-07-16
1
-17
/
+30
*
winsys/amdgpu: clean up error handling in amdgpu_cs_submit_ib
Marek Olšák
2018-07-16
1
-9
/
+8
*
radeonsi: rework RADEON_PRIO flags to be <= 31
Marek Olšák
2018-07-16
6
-29
/
+30
*
radeonsi: merge DCC/CMASK/HTILE priority flags
Marek Olšák
2018-07-16
6
-12
/
+8
*
radeonsi: remove non-GFX BO priority flags
Marek Olšák
2018-07-16
8
-19
/
+7
*
winsys/amdgpu: use alloca when using global_bo_list
Marek Olšák
2018-07-16
1
-9
/
+1
*
winsys/amdgpu: remove label bo_list_error
Marek Olšák
2018-07-16
1
-12
/
+16
*
winsys/amdgpu: always update gfx_bo_list_counter
Marek Olšák
2018-07-16
1
-3
/
+3
*
winsys/amdgpu: make amdgpu_cs_context::flags & handles local
Marek Olšák
2018-07-16
2
-22
/
+5
*
mesa/virgl: Fix off-by-one and copy-paste error in multisample position evalu...
Gert Wollny
2018-07-16
1
-3
/
+3
*
nouveau: fix 3D blitter for unsigned to signed integer conversions
Karol Herbst
2018-07-15
2
-10
/
+22
*
nir: fix printing of vec16 type
Karol Herbst
2018-07-15
1
-0
/
+1
*
nir/spirv: implement BuiltInWorkDim
Rob Clark
2018-07-15
5
-0
/
+9
*
nir/spirv: print id for unsupported builtins
Karol Herbst
2018-07-15
1
-1
/
+1
*
intel/blorp: Handle 3-component formats in clears
Jason Ekstrand
2018-07-13
3
-11
/
+92
*
intel/blorp: Fix blits to R8G8B8_UNORM_SRGB
Jason Ekstrand
2018-07-13
1
-0
/
+4
*
util/hash_table: add helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-13
6
-1
/
+78
*
nir/lower_tex: Use nir_format_srgb_to_linear
Jason Ekstrand
2018-07-13
1
-18
/
+3
*
vc4: Tell NIR to lower fdiv instructions
Jason Ekstrand
2018-07-13
1
-0
/
+1
*
docs: Update news, calendar, and relnotes for 18.1.4
Dylan Baker
2018-07-13
3
-7
/
+8
*
docs: Add sha256 sums for 18.1.4 tarballs
Dylan Baker
2018-07-13
1
-2
/
+2
*
docs: Add release notes for 18.1.4
Dylan Baker
2018-07-13
1
-0
/
+150
*
vc4: Switch to using u_transfer_helper for MSAA maps.
Eric Anholt
2018-07-13
2
-100
/
+16
*
v3d: Work around GFXH-1461 bug losing our Z/S clears.
Eric Anholt
2018-07-13
1
-0
/
+30
*
meson: Move xvmc test tools from unit tests to installed tools.
Eric Anholt
2018-07-13
3
-19
/
+15
*
r600: Add spill output to group only if register or target index changes
Gert Wollny
2018-07-13
1
-24
/
+45
*
i965/miptree: Allocate MS texture BOs as BUSY
Nanley Chery
2018-07-13
1
-2
/
+2
*
i965/miptree: Inline make_separate_stencil
Nanley Chery
2018-07-13
1
-23
/
+6
*
i965/miptree: Init r8stencil_needs_update to false
Nanley Chery
2018-07-13
1
-3
/
+4
*
i965/miptree: Refactor miptree_create
Nanley Chery
2018-07-13
1
-36
/
+12
*
i965/miptree: Add and use mt_surf_usage
Nanley Chery
2018-07-13
1
-13
/
+25
*
i965/miptree: Share alloc_flags in miptree_create
Nanley Chery
2018-07-13
1
-7
/
+4
*
i965/miptree: Share the miptree format in miptree_create
Nanley Chery
2018-07-13
1
-15
/
+15
[prev]
[next]