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
*
freedreno/layout: layout simplifications and pitch from level 0 pitch
Jonathan Marek
2020-07-08
23
-192
/
+66
*
freedreno: add a fd_resource_pitch helper
Jonathan Marek
2020-07-08
17
-76
/
+56
*
freedreno/a2xx: fix compressed textures
Jonathan Marek
2020-07-08
1
-2
/
+2
*
zink: translate gl_FragColor to gl_FragData before ntv to fix multi-rt output
Mike Blumenkrantz
2020-07-08
2
-5
/
+6
*
zink: expose depth-clip if supported
Erik Faye-Lund
2020-07-08
1
-3
/
+1
*
nouveau/nvc0: silence maybe-uninitialized warning
Timothy Arceri
2020-07-08
1
-0
/
+1
*
iris: silence maybe-uninitialized for stc_dst_aux_usage variable
Timothy Arceri
2020-07-08
1
-2
/
+2
*
iris: fix maybe-uninitialized warning for initial_state variable
Timothy Arceri
2020-07-08
1
-0
/
+1
*
radeonsi: fix SI_NUM_ATOMS
Timothy Arceri
2020-07-08
1
-1
/
+1
*
r600/radeonsi: silence zero-length-bounds gcc warnings
Timothy Arceri
2020-07-08
3
-8
/
+9
*
gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries
Marek Olšák
2020-07-07
19
-0
/
+23
*
llvmpipe: add ARB_post_depth_coverage support.
Dave Airlie
2020-07-08
2
-3
/
+30
*
draw/gs: use mask to limit vertex emission.
Dave Airlie
2020-07-08
5
-2
/
+8
*
draw: free vertex info from geometry streams.
Dave Airlie
2020-07-08
1
-0
/
+5
*
draw: use common exit path in pipeline finish.
Dave Airlie
2020-07-08
1
-7
/
+2
*
draw/gs: reverse the polarity of the invocation/prims execution
Dave Airlie
2020-07-08
1
-30
/
+27
*
draw: account primitive lengths for all streams.
Dave Airlie
2020-07-08
2
-5
/
+7
*
gallivm/nir: end primitive for all streams.
Dave Airlie
2020-07-08
1
-4
/
+3
*
gallivm/nir: don't access stream var outside bounds
Dave Airlie
2020-07-08
1
-0
/
+4
*
gallivm/gs_iface: pass stream into end primitive interface.
Dave Airlie
2020-07-08
5
-5
/
+5
*
draw/gs: only allocate memory for streams needed.
Dave Airlie
2020-07-08
1
-2
/
+2
*
gallivm/draw/gs: pass vertex stream count into shader build
Dave Airlie
2020-07-08
4
-2
/
+6
*
draw/gs: fix up current verts in output fetching.
Dave Airlie
2020-07-08
1
-1
/
+1
*
draw: emit so primitives before ending empty pipeline.
Dave Airlie
2020-07-08
1
-3
/
+4
*
gallivm/nir: call end prim at end on all GS streams.
Dave Airlie
2020-07-08
1
-1
/
+2
*
util: Share a single function pointer for the 4-byte rgba unpack function.
Eric Anholt
2020-07-07
1
-1
/
+1
*
llvmpipe: Generalize "could llvmpipe fetch this format" check in unit testing.
Eric Anholt
2020-07-07
1
-11
/
+7
*
util: Merge util_format_read_4* functions.
Eric Anholt
2020-07-07
2
-54
/
+23
*
util: Merge util_format_write_4* functions.
Eric Anholt
2020-07-07
2
-41
/
+15
*
svga: Reuse util_format_unpack_rgba().
Eric Anholt
2020-07-07
1
-12
/
+1
*
gallium/util: Move the Z/S handling to the outside of get_tile().
Eric Anholt
2020-07-07
1
-51
/
+46
*
gallium/util: Clean up the Z/S tile write path.
Eric Anholt
2020-07-07
1
-27
/
+10
*
gallium/util: Fix location of the comment about S8_UINT handling.
Eric Anholt
2020-07-07
1
-4
/
+4
*
etnaviv: Use the util_pack_color_union() helper.
Eric Anholt
2020-07-07
1
-7
/
+1
*
softpipe: Clean up softpipe's SSBO load/store interpreting instructions.
Eric Anholt
2020-07-07
1
-25
/
+9
*
nv50/ir/nir: fix cache mode conversion
Karol Herbst
2020-07-07
1
-6
/
+3
*
gv100/ir: fix coherent and volatile memory access
Karol Herbst
2020-07-07
2
-15
/
+10
*
gv100/ir: implement sample shading
Karol Herbst
2020-07-07
1
-7
/
+45
*
nv50/ir/nir: fix interpolation on explicit operations
Karol Herbst
2020-07-07
1
-2
/
+12
*
iris: Fix fast-clearing of depth via glClearTex(Sub)Image
Danylo Piliaiev
2020-07-07
1
-1
/
+1
*
merge gallium docs into main docs
Erik Faye-Lund
2020-07-07
30
-8589
/
+0
*
gallium/swr: Fix compilation warnings
jzielins
2020-07-07
9
-73
/
+34
*
freedreno/a6xx: Force gl_Layer to 0 when necessary
Connor Abbott
2020-07-07
1
-0
/
+2
*
panfrost: Expose MSAA 4x
Alyssa Rosenzweig
2020-07-07
1
-3
/
+0
*
panfrost: Save sample_mask before blitting
Alyssa Rosenzweig
2020-07-07
1
-3
/
+1
*
panfrost: Enable MSAA if we render to such a surface
Alyssa Rosenzweig
2020-07-07
1
-0
/
+11
*
panfrost: Set depth/stencil_layer_stride accordingly
Alyssa Rosenzweig
2020-07-07
1
-0
/
+11
*
panfrost: Implement alpha-to-coverage
Alyssa Rosenzweig
2020-07-07
2
-2
/
+5
*
panfrost: Pass sample_mask to the hardware
Alyssa Rosenzweig
2020-07-07
3
-1
/
+9
*
panfrost: Identify coverage_mask
Alyssa Rosenzweig
2020-07-07
1
-1
/
+1
[next]