index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm/llvmpipe: add support for global operations.
Dave Airlie
2019-12-27
6
-0
/
+332
*
gallivm/llvmpipe: add support for block size intrinsic
Dave Airlie
2019-12-27
4
-3
/
+24
*
gallivm/llvmpipe: add support for work dimension intrinsic.
Dave Airlie
2019-12-27
5
-16
/
+31
*
tgsi/mesa: handle KERNEL case
Dave Airlie
2019-12-27
1
-0
/
+1
*
gallivm/nir: allow 8/16-bit conversion and comparison.
Dave Airlie
2019-12-27
1
-3
/
+29
*
gallivm: pick integer builders for alu instructions.
Dave Airlie
2019-12-27
1
-17
/
+46
*
gallivm: add support for 8-bit/16-bit integer builders
Dave Airlie
2019-12-27
3
-14
/
+68
*
llvmpipe/gallivm: add kernel inputs
Dave Airlie
2019-12-27
8
-3
/
+90
*
gallivm: add 64-bit const int creator.
Dave Airlie
2019-12-27
1
-0
/
+5
*
nir: sanitize work group intrinsics to always be 32-bit.
Dave Airlie
2019-12-27
1
-0
/
+4
*
radv: Expose all sample counts for integer formats as well.
Bas Nieuwenhuizen
2019-12-26
1
-1
/
+1
*
panfrost: Route gl_VertexID through cmdstream
Alyssa Rosenzweig
2019-12-24
4
-4
/
+60
*
panfrost: Extend attribute_count for vertex builtins
Alyssa Rosenzweig
2019-12-24
1
-0
/
+10
*
pan/midgard: Lower gl_VertexID/gl_InstanceID to attributes
Alyssa Rosenzweig
2019-12-24
2
-0
/
+35
*
pan/midgard: Factor out emit_attr_read
Alyssa Rosenzweig
2019-12-24
1
-24
/
+33
*
panfrost: Unset vertex_id_zero_based
Alyssa Rosenzweig
2019-12-24
2
-2
/
+0
*
pan/decode: Handle gl_VertexID/gl_InstanceID
Alyssa Rosenzweig
2019-12-24
3
-23
/
+47
*
panfrost: Remove pan_shift_odd
Alyssa Rosenzweig
2019-12-24
3
-95
/
+22
*
panfrost: Slight cleanup of Gallium's pan_attribute.c
Alyssa Rosenzweig
2019-12-24
1
-5
/
+2
*
pan/decode: Fix reference computation for invocations
Alyssa Rosenzweig
2019-12-24
1
-4
/
+3
*
panfrost: Fix off-by-one in pan_invocation.c
Alyssa Rosenzweig
2019-12-24
1
-13
/
+9
*
panfrost: Factor out panfrost_compute_magic_divisor
Alyssa Rosenzweig
2019-12-24
1
-30
/
+41
*
panfrost: Move instancing routines to encoder/
Alyssa Rosenzweig
2019-12-24
6
-238
/
+257
*
panfrost: Factor batch/resource out of instancing routines
Alyssa Rosenzweig
2019-12-24
1
-19
/
+10
*
panfrost: Rename pan_instancing.c -> pan_attributes.c
Alyssa Rosenzweig
2019-12-24
3
-2
/
+2
*
pan/midgard: Compute destination override
Alyssa Rosenzweig
2019-12-24
1
-7
/
+25
*
pan/midgard: Add mir_upper_override helper
Alyssa Rosenzweig
2019-12-24
2
-0
/
+30
*
pan/midgard: Support loads from R11G11B10 in a blend shader
Alyssa Rosenzweig
2019-12-24
1
-3
/
+27
*
pan/midgard: Enable lower_(un)pack_* lowering
Alyssa Rosenzweig
2019-12-24
2
-2
/
+13
*
panfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16
Tomeu Vizoso
2019-12-24
1
-1
/
+1
*
panfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORM
Tomeu Vizoso
2019-12-24
1
-0
/
+1
*
pan/midgard: Implement shadow cubemaps
Alyssa Rosenzweig
2019-12-24
1
-26
/
+22
*
pan/midgard: Generalize temp coordinate to non-2D
Alyssa Rosenzweig
2019-12-24
1
-3
/
+5
*
pan/midgard: Do witchcraft on texture offsets
Alyssa Rosenzweig
2019-12-24
3
-49
/
+49
*
pan/midgard: Fix fallthrough from offset to comparator
Alyssa Rosenzweig
2019-12-24
1
-0
/
+1
*
pan/midgard: Expand swizzle for texelFetch
Alyssa Rosenzweig
2019-12-24
1
-0
/
+6
*
pan/midgard: Clamp LOD register swizzle
Alyssa Rosenzweig
2019-12-24
1
-0
/
+4
*
pan/midgard: Extend IS_VEC4_ONLY to arguments
Alyssa Rosenzweig
2019-12-24
1
-1
/
+5
*
pan/midgard: Bounds check lcra_restrict_range
Alyssa Rosenzweig
2019-12-24
1
-1
/
+1
*
freedreno/ir3: fix flat shading again
Rob Clark
2019-12-24
1
-1
/
+1
*
pan/midgard: Fix disassembler cycle/quadword counting
Alyssa Rosenzweig
2019-12-24
1
-4
/
+6
*
pan/decode: Append 0:0 spills:fills to blobber-db
Alyssa Rosenzweig
2019-12-24
1
-1
/
+1
*
pan/decode: Prefix blobberdb with MESA_SHADER_*
Alyssa Rosenzweig
2019-12-24
1
-1
/
+1
*
pan/decode: Skip COMPUTE in blobber-db
Alyssa Rosenzweig
2019-12-24
1
-14
/
+19
*
panfrost: Decode shader types in pantrace shader-db
Alyssa Rosenzweig
2019-12-24
1
-1
/
+13
*
anv: Properly advertise sampledImageIntegerSampleCounts
Jason Ekstrand
2019-12-24
1
-1
/
+1
*
Android: Fix build issue without LLVM
Roman Stratiienko
2019-12-23
1
-2
/
+2
*
iris: Avoid replacing backing storage for buffers with no contents
Kenneth Graunke
2019-12-22
1
-0
/
+4
*
iris: Fix shader recompile debug printing
Kenneth Graunke
2019-12-22
1
-2
/
+28
*
iris: Make helper functions to turn iris shader keys into brw keys.
Kenneth Graunke
2019-12-22
1
-41
/
+83
[next]