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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
Rhys Perry
2020-07-07
2
-2
/
+6
*
util: Share a single function pointer for the 4-byte rgba unpack function.
Eric Anholt
2020-07-07
20
-147
/
+116
*
util: Remove the stub pack/unpack functions for YUV formats.
Eric Anholt
2020-07-07
3
-741
/
+27
*
llvmpipe: Generalize "could llvmpipe fetch this format" check in unit testing.
Eric Anholt
2020-07-07
1
-11
/
+7
*
util: Use designated initializers to clean up the format tables' pack/unpack.
Eric Anholt
2020-07-07
1
-51
/
+28
*
util: Merge util_format_read_4* functions.
Eric Anholt
2020-07-07
5
-135
/
+53
*
util: Merge util_format_write_4* functions.
Eric Anholt
2020-07-07
4
-105
/
+28
*
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
*
util: Remove unused util_format_planar_is_supported().
Eric Anholt
2020-07-07
2
-29
/
+0
*
softpipe: Clean up softpipe's SSBO load/store interpreting instructions.
Eric Anholt
2020-07-07
1
-25
/
+9
*
util: Mark util_format_description() as a const function.
Eric Anholt
2020-07-07
1
-1
/
+1
*
nir: refactor nir_can_move_instr
Daniel Schürmann
2020-07-07
1
-27
/
+24
*
nir: also move vecN in case of nir_move_copies
Daniel Schürmann
2020-07-07
1
-1
/
+1
*
turnip: use global bo for clear blit shaders
Jonathan Marek
2020-07-07
3
-94
/
+103
*
aco: remove superflous (bool & exec) if the result comes from VOPC
Daniel Schürmann
2020-07-07
1
-33
/
+24
*
radv: enable zerovram for Quantic Dream games
Rhys Perry
2020-07-07
1
-0
/
+3
*
gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA
Tomeu Vizoso
2020-07-07
9
-140
/
+142
*
gitlab-ci: Build kernel drivers for a few ethernet USB dongles
Tomeu Vizoso
2020-07-07
2
-0
/
+14
*
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
*
docs: fixup envvar output
Erik Faye-Lund
2020-07-07
1
-2
/
+4
*
docs: use svg for graphviz output
Erik Faye-Lund
2020-07-07
1
-0
/
+4
*
docs: move gallium specific docs into gallium folder
Erik Faye-Lund
2020-07-07
6
-4
/
+6
*
docs: add an extension to generate redirects
Erik Faye-Lund
2020-07-07
2
-1
/
+20
*
docs: clean up gallium index-file
Erik Faye-Lund
2020-07-07
1
-9
/
+3
*
merge gallium docs into main docs
Erik Faye-Lund
2020-07-07
32
-403
/
+9
*
ci: add graphviz to the .docs-base template
Erik Faye-Lund
2020-07-07
1
-1
/
+1
*
freedreno: Sync registers with envytools
Connor Abbott
2020-07-07
3
-12
/
+136
*
freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.h
Connor Abbott
2020-07-07
3
-0
/
+3
*
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
*
tu: Force gl_Layer to 0 when necessary
Connor Abbott
2020-07-07
1
-0
/
+4
*
ir3: Add layer_zero variant bit
Connor Abbott
2020-07-07
3
-0
/
+67
*
pan/decode: Make mapped memory read-only while decoding
Icecream95
2020-07-07
3
-3
/
+38
*
panfrost: Expose MSAA 4x
Alyssa Rosenzweig
2020-07-07
2
-200
/
+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: Identify depth/stencil layer strides
Alyssa Rosenzweig
2020-07-07
2
-12
/
+11
*
panfrost: Implement alpha-to-coverage
Alyssa Rosenzweig
2020-07-07
4
-5
/
+7
*
panfrost: Pass sample_mask to the hardware
Alyssa Rosenzweig
2020-07-07
3
-1
/
+9
*
panfrost: Identify coverage_mask
Alyssa Rosenzweig
2020-07-07
3
-17
/
+8
*
panfrost: Don't advertise MSAA 2x
Alyssa Rosenzweig
2020-07-07
1
-2
/
+3
[prev]
[next]