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
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
2
-2
/
+3
*
turnip: fix RENDER_COMPONENTS value
Jonathan Marek
2020-06-02
2
-5
/
+16
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
7
-12
/
+14
*
freedreno/a6xx: document LRZ flag buffer
Rob Clark
2020-05-29
1
-1
/
+32
*
turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXT
Jonathan Marek
2020-05-27
3
-17
/
+54
*
freedreno/layout: add explicit offset/pitch argument to fdl6_layout
Jonathan Marek
2020-05-27
5
-10
/
+34
*
freedreno/ir3: Avoid {0} initializer for struct reginfo
Kristian H. Kristensen
2020-05-26
1
-3
/
+4
*
turnip: Use {} initializer to silence warning
Kristian H. Kristensen
2020-05-26
1
-1
/
+1
*
turnip: Use tu6_reduction_mode() to avoid warning
Kristian H. Kristensen
2020-05-26
1
-2
/
+10
*
turnip: Use hw enum when emitting A6XX_RB_STENCIL_CONTROL
Kristian H. Kristensen
2020-05-26
1
-1
/
+1
*
freedreno: Use explicit *_NONE enum for undefined formats
Kristian H. Kristensen
2020-05-26
5
-3
/
+23
*
freedreno/ir3: Use RESINFO for a6xx image size queries.
Eric Anholt
2020-05-26
6
-9
/
+43
*
freedreno/ir3: Move handle_bindless_cat6 to compiler_nir and reuse.
Eric Anholt
2020-05-26
3
-22
/
+19
*
freedreno/ir3: Refactor out IBO source references.
Eric Anholt
2020-05-26
4
-57
/
+37
*
freedreno: Set the immediate flag in a4/a5xx resinfos.
Eric Anholt
2020-05-26
3
-14
/
+26
*
freedreno: Fix resinfo asm, which doesn't have srcs besides IBO number.
Eric Anholt
2020-05-26
1
-14
/
+20
*
freedreno: Add more resinfo/ldgb testcases.
Eric Anholt
2020-05-26
1
-0
/
+23
*
freedreno: Fix printing of unused src in disasm of cat6 RESINFO.
Eric Anholt
2020-05-26
2
-7
/
+11
*
tu: Add missing storage image/texel buffer bits
Connor Abbott
2020-05-26
1
-0
/
+20
*
tu: Respect VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
Connor Abbott
2020-05-26
1
-2
/
+13
*
tu: Fix IBO descriptor for cubes
Connor Abbott
2020-05-26
1
-16
/
+17
*
freedreno/drm: disallow exported buffers in bo cache
Rob Clark
2020-05-25
1
-0
/
+1
*
Properly check mmap return value
Hanno Böck
2020-05-22
1
-1
/
+1
*
freedreno/a5xx: Define the 2D blit UBWC pitch fields
Eric Anholt
2020-05-21
1
-0
/
+2
*
freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.
Eric Anholt
2020-05-21
1
-0
/
+13
*
freedreno/a5xx: Add the outline of a unit test for a5xx layout.
Eric Anholt
2020-05-21
3
-33
/
+149
*
freedreno/fdl: Separate the list of a6xx testcases from the the test code.
Eric Anholt
2020-05-21
4
-93
/
+149
*
freedreno/a5xx: Move resource layout to fdl.
Eric Anholt
2020-05-21
3
-0
/
+146
*
freedreno: reduce extra height alignment in a6xx layout
Jonathan Marek
2020-05-20
1
-3
/
+3
*
turnip: enable 422_UNORM formats
Jonathan Marek
2020-05-20
3
-13
/
+45
*
turnip: implement VK_KHR_sampler_ycbcr_conversion
Jonathan Marek
2020-05-20
8
-32
/
+231
*
freedreno/registers: document 422_UNORM and 420_UNORM formats
Jonathan Marek
2020-05-20
1
-1
/
+26
*
tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formats
Connor Abbott
2020-05-19
1
-2
/
+2
*
tu: Fix buffer compressed pitch calculation with unaligned sizes
Connor Abbott
2020-05-19
1
-13
/
+18
*
tu: Fall back to 3d blit path for BC1_RGB_* formats
Connor Abbott
2020-05-19
1
-1
/
+11
*
tu: Always initialize image_view fields for blit sources
Connor Abbott
2020-05-19
1
-26
/
+28
*
freedreno/ir3/validate: add checking for types and opcodes
Rob Clark
2020-05-19
3
-59
/
+60
*
freedreno/ir3: add helpers to deal with src/dst types
Rob Clark
2020-05-19
4
-8
/
+122
*
freedreno/ir3: add simple validate pass
Rob Clark
2020-05-19
5
-2
/
+139
*
freedreno/ir3: fix mismatched wrmask for overlapping VS inputs
Rob Clark
2020-05-19
1
-0
/
+33
*
freedreno/ir3/cp: fix cmps folding
Rob Clark
2020-05-19
1
-1
/
+2
*
freedreno/ir3/print: print cat2 condition
Rob Clark
2020-05-19
1
-0
/
+22
*
freedreno/ir3: fix immed type in create_addr0()
Rob Clark
2020-05-19
1
-24
/
+6
*
freedreno/ir3/cf: handle multiple cov's properly
Rob Clark
2020-05-19
1
-8
/
+19
*
freedreno/ir3: fix mismatched flags on split
Rob Clark
2020-05-19
1
-1
/
+3
*
freedreno/ir3/group: fix for half-regs
Rob Clark
2020-05-19
2
-2
/
+6
*
freedreno/ir3: make input/output iterators declare cursor ptr
Rob Clark
2020-05-19
9
-19
/
+9
*
freedreno/ir3: make foreach_ssa_src declar cursor ptr
Rob Clark
2020-05-19
8
-16
/
+4
*
freedreno/ir3: make foreach_src declare cursor ptr
Rob Clark
2020-05-19
8
-22
/
+6
*
freedreno/ir3: be iterative
Rob Clark
2020-05-19
2
-4
/
+18
[next]