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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvmpipe/cs: fix image/sampler binding for compute
Dave Airlie
2020-07-10
1
-3
/
+7
*
llvmpipe: flush resources on sampler view binding
Dave Airlie
2020-07-10
1
-0
/
+4
*
llvmpipe: denote NEW fs when images change.
Dave Airlie
2020-07-10
2
-2
/
+1
*
nv50/ir/tgsi: move call to tgsi_scan_shader inside Source constructor
Karol Herbst
2020-07-10
1
-2
/
+2
*
iris: fix fallback to swrast driver
Lionel Landwerlin
2020-07-10
1
-1
/
+1
*
nv50: Clear nv50_ir_prog_info of dead and codegen specific variables
mmenzyns
2020-07-10
6
-52
/
+33
*
lima: add missing break
Timothy Arceri
2020-07-10
1
-0
/
+1
*
lima: add missing fallthrough comments
Timothy Arceri
2020-07-10
1
-0
/
+4
*
etnaviv: add missing fallthrough comments
Timothy Arceri
2020-07-10
4
-0
/
+6
*
iris: Add missing break in switch in modifier_is_supported
Jordan Justen
2020-07-09
1
-0
/
+1
*
panfrost: Report blend shader work count
Alyssa Rosenzweig
2020-07-09
1
-0
/
+1
*
panfrost: Move panfrost_translate_texture_type
Alyssa Rosenzweig
2020-07-09
2
-26
/
+27
*
panfrost: Move scoreboarding routines to common
Alyssa Rosenzweig
2020-07-09
4
-268
/
+0
*
panfrost: Drop batch from scoreboard routines
Alyssa Rosenzweig
2020-07-09
5
-34
/
+37
*
panfrost: Pass polygon_list to tiler init function
Alyssa Rosenzweig
2020-07-09
3
-6
/
+7
*
panfrost: Factor out scoreboarding state
Alyssa Rosenzweig
2020-07-09
5
-55
/
+89
*
panfrost: Move pool routines to common code
Alyssa Rosenzweig
2020-07-09
9
-201
/
+5
*
panfrost: Drop Gallium-local pan_bo_create wrapper
Alyssa Rosenzweig
2020-07-09
6
-32
/
+11
*
panfrost: Move debug flags into the device
Alyssa Rosenzweig
2020-07-09
6
-46
/
+51
*
panfrost: Expose pool-based allocation API
Alyssa Rosenzweig
2020-07-09
8
-43
/
+41
*
panfrost: Track the device through the pool
Alyssa Rosenzweig
2020-07-09
3
-4
/
+8
*
panfrost: Allocate pool BOs against the pool
Alyssa Rosenzweig
2020-07-09
1
-5
/
+8
*
panfrost: Introduce pan_pool struct
Alyssa Rosenzweig
2020-07-09
4
-31
/
+74
*
nv50/ir: fix memset on non trivial types warning
Karol Herbst
2020-07-09
3
-5
/
+3
*
zink: fix missing fallthrough comment
Timothy Arceri
2020-07-09
1
-0
/
+1
*
v3d: remove redefine of VG(x)
Timothy Arceri
2020-07-09
1
-8
/
+0
*
freedreno: fix missing fallthrough comments
Timothy Arceri
2020-07-09
1
-0
/
+1
*
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
16
-0
/
+20
*
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
1
-0
/
+1
*
gallivm/gs_iface: pass stream into end primitive interface.
Dave Airlie
2020-07-08
1
-1
/
+1
*
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
1
-38
/
+19
*
util: Merge util_format_write_4* functions.
Eric Anholt
2020-07-07
1
-25
/
+11
*
svga: Reuse util_format_unpack_rgba().
Eric Anholt
2020-07-07
1
-12
/
+1
*
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
[prev]
[next]