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
*
nir: rework force_unroll_array_access()
Timothy Arceri
2018-12-13
1
-14
/
+35
*
nir: factor out some of the complex loop unroll code to a helper
Timothy Arceri
2018-12-13
1
-51
/
+64
*
meson: libfreedreno depends upon libdrm (for fence support)
Rhys Kidd
2018-12-12
1
-3
/
+1
*
nir: Document the function inlining process
Jason Ekstrand
2018-12-12
1
-0
/
+68
*
intel/blorp: Assert that we don't re-layout a compressed surface
Jason Ekstrand
2018-12-12
1
-0
/
+3
*
anv/pipeline: Set the correct binding count for compute shaders
Jason Ekstrand
2018-12-12
1
-2
/
+6
*
radv: bump reported version to 1.1.90
Samuel Pitoiset
2018-12-12
1
-1
/
+1
*
virgl: force linear texturing support
Erik Faye-Lund
2018-12-12
1
-2
/
+3
*
intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments
Iago Toral Quiroga
2018-12-12
1
-0
/
+21
*
anv: Advertise support for MinLod on Skylake+
Jason Ekstrand
2018-12-11
2
-1
/
+2
*
intel/fs: Support min_lod parameters on texture instructions
Jason Ekstrand
2018-12-11
4
-2
/
+31
*
nir/lower_tex: Add lowering for some min_lod cases
Jason Ekstrand
2018-12-11
2
-0
/
+116
*
nir/lower_tex: Modify txd instructions instead of replacing them
Jason Ekstrand
2018-12-11
1
-41
/
+7
*
nir/lower_tex: Simplify lower_gradient logic
Jason Ekstrand
2018-12-11
1
-12
/
+9
*
spirv: Add support for MinLod
Jason Ekstrand
2018-12-11
4
-1
/
+16
*
intel/ir: Don't allow allocating zero registers
Jason Ekstrand
2018-12-11
1
-0
/
+1
*
gallivm: remove unused float coord wrapping for aos sampling
Roland Scheidegger
2018-12-12
1
-507
/
+23
*
freedreno: Add .dir-locals to the common directory
Neil Roberts
2018-12-11
1
-0
/
+8
*
mesa/st/nir: fix missing nir_compact_varyings
Rob Clark
2018-12-11
1
-1
/
+2
*
nir: fix spelling typo
Rob Clark
2018-12-11
1
-1
/
+1
*
anv,radv: Disable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-11
2
-2
/
+2
*
glapi: fixup EXT_multisampled_render_to_texture dispatch
Kristian H. Kristensen
2018-12-10
5
-5
/
+17
*
freedreno: Fix the Makefile.am fix
Kristian H. Kristensen
2018-12-10
1
-3
/
+0
*
i965/fs: Handle V/UV immediates in dump_instructions()
Matt Turner
2018-12-10
1
-0
/
+5
*
intel/compiler: Always print flag subregister number
Sagar Ghuge
2018-12-10
1
-7
/
+6
*
intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar region
Sagar Ghuge
2018-12-10
1
-1
/
+18
*
meson: Add nir_algebraic_parser_test to suites
Dylan Baker
2018-12-10
1
-0
/
+1
*
amd/addrlib: drop si_ci_vi_merged_enum.h from the list
Emil Velikov
2018-12-10
1
-1
/
+0
*
freedreno: add the missing _la in libfreedreno_ir3_la
Emil Velikov
2018-12-10
1
-1
/
+1
*
freedreno: drop duplicate MKDIR_GEN declaration
Emil Velikov
2018-12-10
1
-1
/
+0
*
loader: free error state, when checking the drawable type
Kirill Burtsev
2018-12-10
1
-0
/
+1
*
nir: make use of new nir_cf_list_clone_and_reinsert() helper
Timothy Arceri
2018-12-10
1
-48
/
+28
*
nir: add a new nir_cf_list_clone_and_reinsert() helper
Timothy Arceri
2018-12-10
1
-0
/
+10
*
nir: clarify some nit_loop_info member names
Timothy Arceri
2018-12-10
3
-17
/
+19
*
nir: small tidy ups for nir_loop_analyze()
Timothy Arceri
2018-12-10
1
-21
/
+10
*
i965: Flip arguments to load_register_reg helpers.
Kenneth Graunke
2018-12-09
5
-9
/
+10
*
i965: Delete dead brw_meta_resolve_color prototype.
Kenneth Graunke
2018-12-09
1
-7
/
+0
*
nv50/ir: fix use-after-free in ConstantFolding::visit
Karol Herbst
2018-12-09
1
-33
/
+49
*
nouveau: use atomic operations for driver statistics
Karol Herbst
2018-12-09
1
-3
/
+4
*
nv50/ir: initialize relDegree staticly
Karol Herbst
2018-12-09
1
-7
/
+16
*
shader-packing
Eric Anholt
2018-12-07
1
-1
/
+2
*
tfu
Eric Anholt
2018-12-07
1
-1
/
+1
*
v3d: Fix a leak of the disassembled instruction string during debug dumps.
Eric Anholt
2018-12-07
1
-0
/
+1
*
vc4: Fix a leak of the transfer helper on screen destroy.
Eric Anholt
2018-12-07
1
-0
/
+3
*
v3d: Fix a leak of the transfer helper on screen destroy.
Eric Anholt
2018-12-07
1
-0
/
+2
*
v3d: Add VIR dumping of TMU config p0/p1.
Eric Anholt
2018-12-07
3
-14
/
+33
*
v3d: Simplify VIR uniform dumping using a temporary.
Eric Anholt
2018-12-07
1
-19
/
+10
*
v3d: Garbage collect unused uniforms code.
Eric Anholt
2018-12-07
2
-90
/
+0
*
v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.
Eric Anholt
2018-12-07
1
-58
/
+69
*
v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packing
Eric Anholt
2018-12-07
1
-4
/
+4
[next]