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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
3
-3
/
+3
*
gallium: fix typo in comment
Eric Engestrom
2019-05-09
1
-1
/
+1
*
iris: Reorganise execbuf to have a single point of failure
Chris Wilson
2019-05-08
1
-27
/
+20
*
kmsro: add _dri.so to two of the kmsro drivers.
Dave Airlie
2019-05-09
1
-2
/
+2
*
iris: Report the same video memory settings as i965.
Kenneth Graunke
2019-05-08
2
-2
/
+34
*
gallium/util: fix two MSVC compiler warnings
Brian Paul
2019-05-08
2
-3
/
+3
*
gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
ddebug: fix a few MSVC compiler warnings
Brian Paul
2019-05-08
2
-8
/
+9
*
radeonsi: add an AMD_TEX_ANISO environment variable
Timothy Arceri
2019-05-08
1
-0
/
+4
*
iris: Also handle res->offset for buffer sampler/image views
Kenneth Graunke
2019-05-07
1
-8
/
+9
*
iris: support dmabuf imports with offsets
Mike Blumenkrantz
2019-05-07
4
-12
/
+12
*
gallivm: fix broken 8-wide s3tc decoding
Roland Scheidegger
2019-05-07
1
-17
/
+15
*
lima: enable sin and cos lowering for GP
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
1
-8
/
+8
*
freedreno/ir3: move immediates to const_state
Rob Clark
2019-05-07
1
-2
/
+2
*
freedreno/ir3: consolidate const state
Rob Clark
2019-05-07
1
-15
/
+23
*
intel/compiler: Use the flrp lowering pass for all stages on Gen4 and Gen5
Ian Romanick
2019-05-06
1
-6
/
+6
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
3
-0
/
+71
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
6
-8
/
+0
*
panfrost: Refactor blend descriptors
Alyssa Rosenzweig
2019-05-07
3
-120
/
+122
*
lima/gpir: enable lowering for ftrunc
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
lima/gpir: implement nir_op_fmov
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
lima: use int_to_float lowering pass
Vasily Khoruzhick
2019-05-07
1
-2
/
+6
*
lima/gpir: fix float uniform alignment issue
Vasily Khoruzhick
2019-05-06
1
-2
/
+1
*
draw: flush when setting stream-out targets
Erik Faye-Lund
2019-05-06
1
-0
/
+2
*
llvmpipe: pass stream-out targets to draw-module early
Erik Faye-Lund
2019-05-06
2
-11
/
+8
*
virgl: do not use inline writes for subdata
Chia-I Wu
2019-05-06
1
-4
/
+7
*
virgl: rework queries
Chia-I Wu
2019-05-06
1
-45
/
+71
*
virgl: export resource_is_busy from winsys
Chia-I Wu
2019-05-06
3
-11
/
+16
*
iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Kenneth Graunke
2019-05-06
2
-6
/
+95
*
lima/ppir: abort compilation in case of unsupported intrinsic
Erico Nunes
2019-05-06
1
-2
/
+4
*
lima/ir: print names of unsupported intrinsics
Erico Nunes
2019-05-06
2
-2
/
+4
*
mesa: android: freedreno: Fix build failure due to path change
John Stultz
2019-05-06
1
-1
/
+1
*
mesa: android: freedreno: build libfreedreno_{drm,ir3} static libs
Amit Pundir
2019-05-06
3
-2
/
+9
*
freedreno: remove unused forward struct declaration
19.1-branchpoint
Rob Clark
2019-05-04
1
-2
/
+0
*
panfrost/midgard: iabs cannot run on mul
Alyssa Rosenzweig
2019-05-04
1
-1
/
+1
*
panfrost/midgard: Lower mixed csel (NIR)
Alyssa Rosenzweig
2019-05-04
2
-12
/
+83
*
panfrost/midgard: Fix RA when temp_count = 0
Alyssa Rosenzweig
2019-05-04
2
-50
/
+70
*
panfrost/midgard: Fix integer selection
Alyssa Rosenzweig
2019-05-04
2
-33
/
+10
*
panfrost: Support RGB565 FBOs
Alyssa Rosenzweig
2019-05-04
4
-29
/
+80
*
panfrost/midgard/disasm: Handle dest_override generalized
Alyssa Rosenzweig
2019-05-04
1
-22
/
+68
*
panfrost/midgard/disasm: Stub out 64-bit
Alyssa Rosenzweig
2019-05-04
1
-5
/
+15
*
panfrost/midgard/disasm: Print 8-bit sources
Alyssa Rosenzweig
2019-05-04
1
-23
/
+43
*
panfrost/midgard/disasm: Support 8-bit destination
Alyssa Rosenzweig
2019-05-04
1
-18
/
+21
*
panfrost/midgard: Rename ilzcnt8 -> iclz
Alyssa Rosenzweig
2019-05-04
2
-2
/
+2
*
panfrost/midgard: Fix crash on unknown op
Alyssa Rosenzweig
2019-05-04
1
-2
/
+6
*
panfrost/midgard/disasm: Fill in .int mod
Alyssa Rosenzweig
2019-05-04
1
-1
/
+1
*
panfrost/midgard/disasm: Extend print_reg to 8-bit
Alyssa Rosenzweig
2019-05-04
1
-15
/
+34
*
panfrost/midgard/disasm: Catch mask errors
Alyssa Rosenzweig
2019-05-04
1
-0
/
+11
[next]