projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2020-06-17
Connor Abbott
tu: Use the ir3 shader API
commit
|
commitdiff
|
tree
2020-06-17
Connor Abbott
tu: Remove num_samp hack
commit
|
commitdiff
|
tree
2020-06-17
Connor Abbott
ir3: Pass reserved_user_consts to ir3_shader_from_nir()
commit
|
commitdiff
|
tree
2020-06-17
Alyssa Rosenzweig
pan/mdg: Reassociate adds for multiply-by-two
commit
|
commitdiff
|
tree
2020-06-17
Alyssa Rosenzweig
pan/mdg: Canonicalize (x * 2.0) to (x + x)
commit
|
commitdiff
|
tree
2020-06-17
Alyssa Rosenzweig
pan/mdg: Allow scheduling "x + x" to multipliers
commit
|
commitdiff
|
tree
2020-06-17
Alyssa Rosenzweig
pan/mdg: Factor out unit check
commit
|
commitdiff
|
tree
2020-06-17
Rhys Perry
aco: fix sub-dword opsel/sdwa checks
commit
|
commitdiff
|
tree
2020-06-17
Rhys Perry
aco: fix validation error from vgpr spill/restore code
commit
|
commitdiff
|
tree
2020-06-17
Jonathan Marek
turnip: fix cubic filtering with CmdBlitImage
commit
|
commitdiff
|
tree
2020-06-17
Jonathan Marek
turnip: fix 3D path always being used for CmdBlitImage
commit
|
commitdiff
|
tree
2020-06-17
Jonathan Marek
turnip: set VFD_INDEX_OFFSET in 3D clear/blit path
commit
|
commitdiff
|
tree
2020-06-17
Samuel Pitoiset
spirv: do not set num_components for non-vectorized...
commit
|
commitdiff
|
tree
2020-06-17
Timothy Arceri
st_glsl_to_nir: fix potential use after free
commit
|
commitdiff
|
tree
2020-06-17
Timothy Arceri
glsl: small optimisation fix for uniform array resizing
commit
|
commitdiff
|
tree
2020-06-17
Timothy Arceri
glsl: fix uniform array resizing in the nir linker
commit
|
commitdiff
|
tree
2020-06-17
Iván Briano
anv: Add VK_EXT_custom_border_color to relnotes
commit
|
commitdiff
|
tree
2020-06-17
Iván Briano
anv: enable VK_EXT_pipeline_creation_cache_control
commit
|
commitdiff
|
tree
2020-06-17
Iván Briano
anv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMP...
commit
|
commitdiff
|
tree
2020-06-17
Iván Briano
anv: support externally synchronized pipeline caches
commit
|
commitdiff
|
tree
2020-06-17
Sagar Ghuge
intel/compiler: Remove unnecessary optimization for MUL
commit
|
commitdiff
|
tree
2020-06-16
Sagar Ghuge
intel/compiler: Optimize integer add with 0 into mov
commit
|
commitdiff
|
tree
2020-06-16
Jan Beich
meson: unbreak sysctl.h detection on BSDs
commit
|
commitdiff
|
tree
2020-06-16
Eric Anholt
docs: Add dri-devel to the mailing lists and drop the...
commit
|
commitdiff
|
tree
2020-06-16
Jan Beich
util: enable futex usage on BSDs after 7dc2f4788288
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3: add post-scheduler cp pass
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/cp: extract valid_flags
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3: delay test support for vectorish instruc...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3: add helpers to move instructions
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/delay: calculate delay properly for ...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3: add test for delay slot calculation
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/print: print (r) flag
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/legalize: don't allow (nopN) if (rptN)
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/a6xx: emit shader names in debug builds
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno: splitup emit_string_marker
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/cp: properly handle already-folded RELATIV
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3/validate: also check instr->address
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/sched: reset delay counters at start of block
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/log-parser: fix compute times
commit
|
commitdiff
|
tree
2020-06-16
Eric Anholt
docs: Replace ancient swrast conformance docs with...
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
docs/relnotes: update internal references
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
docs: update internal references
commit
|
commitdiff
|
tree
2020-06-16
Lionel Landwerlin
anv: add an option to disable secondary command buffer...
commit
|
commitdiff
|
tree
2020-06-16
Jason Ekstrand
nir/intrinsics: Put the _intel intrinsics together...
commit
|
commitdiff
|
tree
2020-06-16
Dave Airlie
softpipe: change vendor name to something more generic.
commit
|
commitdiff
|
tree
2020-06-16
Dave Airlie
llvmpipe: change vendor to be more generic.
commit
|
commitdiff
|
tree
2020-06-16
Dave Airlie
virgl: change vendor id to reflect reality more.
commit
|
commitdiff
|
tree
2020-06-16
Jason Ekstrand
anv: Add anv_pipeline_init/finish helpers
commit
|
commitdiff
|
tree
2020-06-16
Jason Ekstrand
anv: Add an anv_batch_set_storage helper
commit
|
commitdiff
|
tree
2020-06-16
Jan Beich
anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
commit
|
commitdiff
|
tree
2020-06-16
Jan Beich
drm-uapi: Add sync_file.h
commit
|
commitdiff
|
tree
2020-06-16
Daniel Schürmann
aco: don't allow SGPRs on logical phis
commit
|
commitdiff
|
tree
2020-06-16
Daniel Schürmann
aco: reorder calls to aco_validate() and cleanup aco_co...
commit
|
commitdiff
|
tree
2020-06-16
Icecream95
panfrost: Implement ARB_depth_clamp
commit
|
commitdiff
|
tree
2020-06-16
Icecream95
panfrost: Clean up panfrost_frag_meta_rasterizer_update
commit
|
commitdiff
|
tree
2020-06-16
Rohan Garg
iris: Fix documentation for _iris_batch_flush
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
zink: expose GLSL 1.30
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
zink: enable cull-distance if supported
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
gallium/hud: don't use user vertex buffers
commit
|
commitdiff
|
tree
2020-06-16
Erik Faye-Lund
Revert "gallium/hud: don't use user vertex buffers"
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
nir/validate: validate intr->num_components
commit
|
commitdiff
|
tree
2020-06-16
Jose Maria...
vc4: don't relay on intr->num_components for non-vector...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
v3d: don't use intr->num_components for non-vectorized...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
spriv: don't set num_components for non-vectorised...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
nir/lower-atomics-to-ssbo: don't set num_components
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
nir/builder: don't set intr->num_components
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
radv: don't set num_components for non-vectorized intri...
commit
|
commitdiff
|
tree
2020-06-16
Rob Clark
freedreno/ir3: don't rely on intr->num_components
commit
|
commitdiff
|
tree
2020-06-16
Dave Airlie
mesa/gles3: add support for GL_EXT_shader_group_vote
commit
|
commitdiff
|
tree
2020-06-15
Dave Airlie
gallivm/cache: don't require a null terminator for...
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Simplify AFBC format check
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Enable AFBC for RGB565
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Correctly calculate tiled stride
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Fix level_2
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Update sampler view in Bifrost path
commit
|
commitdiff
|
tree
2020-06-15
Alyssa Rosenzweig
panfrost: Merge bifrost_bo/midgard_bo
commit
|
commitdiff
|
tree
2020-06-15
Dave Airlie
llvmpipe/setup: add planes for draw regions if no scissor.
commit
|
commitdiff
|
tree
2020-06-15
Jonathan Marek
turnip: simplify stage2 helpers
commit
|
commitdiff
|
tree
2020-06-15
Jonathan Marek
turnip: remove duplicated stage2opcode and stage2shaderdb
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: fix encoding of certain s_setreg_imm32_b32 instruc...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: improve check for moving temporaries out of fixed...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: allow GFX9 partial writes with instructions which...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: add more opcodes to can_swap_operands
commit
|
commitdiff
|
tree
2020-06-15
Samuel Pitoiset
aco: allow to swap operands for some 16-bit float instr...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: validate sub-dword pseudo instructions
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: optimize 16-bit and 64-bit float comparisons
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: copy-propagate constants through p_extract_vector...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: improve 8/16-bit constants
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: use 32-bit inline constants for 16-bit integer...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: fix half_pi constant for 16-bit fsin/fcos
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: improve sub-dword check for sgpr/constant propagation
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: create 16-bit input and output modifiers
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: update comment about preserving fp16/fp64 denormals
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: create 16-bit mad/fma
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: try to use fma instead of mad when denormals are...
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: create mads when signed zeros should be preserved
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: add and set precise flag
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: use p_as_uniform in emit_vop1_instruction
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: improve code for f2{i,u}{8,16}
commit
|
commitdiff
|
tree
2020-06-15
Rhys Perry
aco: use num_opcodes instead of last_opcode
commit
|
commitdiff
|
tree
next